Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The problem of dividing Train set and Validation set #6

Open
duyuwen-duen opened this issue Oct 7, 2024 · 0 comments
Open

The problem of dividing Train set and Validation set #6

duyuwen-duen opened this issue Oct 7, 2024 · 0 comments

Comments

@duyuwen-duen
Copy link

I find that the training set and the validation set are almost identical, which means that a high mean Average Precision (mAP) does not necessarily indicate better detection ability; it could be overfitting.
image

I have separated the training set and the validation set, using the earlier data as the training set and the remaining data as the validation set. This means the validation set is distinct from the training set, and I have retrained the model. However, I found that the mAP has decreased significantly. This makes me question whether the original split method was reasonable. Looking forward to your reply!
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant