How many bounding boxes per class? #2024
Unanswered
arun-rangarajan
asked this question in
Q&A
Replies: 1 comment
-
There's no minimum number of instances. For reference COCO has about 10k instances and 1k images per class, so if you're looking for comparable performance you should use a comparable quantity of data. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks for your awesome project! We got Yolo v5 working for our use case.
We have very small objects (sometimes just 40x40 in a 1700x2200 img) and 20 different classes. Some classes have only a few hundred example bounding boxes and do not perform as well as others that have few thousand examples. What's the minimum number of bounding boxes needed per class?
Beta Was this translation helpful? Give feedback.
All reactions