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

training data selection #4

Open
vijosam opened this issue Dec 5, 2016 · 1 comment
Open

training data selection #4

vijosam opened this issue Dec 5, 2016 · 1 comment

Comments

@vijosam
Copy link

vijosam commented Dec 5, 2016

In the function get_top_confidences in matcher.py, you choose the top_k confidences bounding boxes including background, I think it is not a good strategy, it may lead to train negative examples that have already been trained. I think the top_k foreground bounding boxes should be chosen, am I right?

@hjptriplebee
Copy link

You are right.
The condition "np.argmax(predLabels[i]) != classNum" has ruled out the possibility of choosing background as negative examples, but if the top k examples are almost background, the number of negative examples will be reduced greatly.

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

2 participants