A question about v-coco dataset #67
-
Hi, thank you for your code; But i have a question about the V-COCO dataset you implemented. V-COCO is a subset of COCO dataset and has 10, 396 images ( |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi @ltttpku, If I remember this correctly, there are images without sufficient bounding box annotations. So I removed those images. It's the same situation with HICO-DET as well. The authors claimed there are Fred. |
Beta Was this translation helpful? Give feedback.
-
ohh, I see. Thanks! |
Beta Was this translation helpful? Give feedback.
Hi @ltttpku,
If I remember this correctly, there are images without sufficient bounding box annotations. So I removed those images. It's the same situation with HICO-DET as well. The authors claimed there are
38118
training images, while in fact only37633
of those images have bounding box annotations.Fred.