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

ExamplesGenerator not generating examples #13

Closed
maximus009 opened this issue Oct 1, 2016 · 2 comments
Closed

ExamplesGenerator not generating examples #13

maximus009 opened this issue Oct 1, 2016 · 2 comments

Comments

@maximus009
Copy link

Hi,
All the input images identified result in segments being too small or too big for the image. None of the image/segmentation goes past that check.
Output of stats:
imgs found: 164
imgs with illegal annotations: 12
imgs with legal annotations: 152
seg too big: 385
seg too small: 495
seg too close to the edges: 2
seg success: 0

everything else is 0...
What could be the issue?

@abbypa
Copy link
Owner

abbypa commented Oct 4, 2016

Did you use the MSCOCO image corpus without rescaling?
It is possible that some images don't have the correct object size, try using more images, perhaps.

@maximus009
Copy link
Author

I download the images using coco.download(). Is there any rescaling that needs to be done?
Following your advice, I downloaded a lot more images, and now it is fine.

  • Thanks!

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