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

Images with no ground truth object #7

Closed
jpraymond opened this issue Jul 5, 2014 · 1 comment
Closed

Images with no ground truth object #7

jpraymond opened this issue Jul 5, 2014 · 1 comment

Comments

@jpraymond
Copy link

Does this code handle datasets (train or test) in which some of the images have no object of interest in them?

If not, do you have any pointers as to what would need to be modified in order to allow for that?

Thanks in advance for your help!

@rbgirshick
Copy link
Owner

The test code certainly does, since at test time one does not know about (or assume) the presence of objects in the image. The code should also properly handle training images that do not contain any ground truth positive examples, though I haven't tested this case explicitly.

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