How to use missing data in test set #14
-
I have a question about missing data for OpenImage Dataset v4. I am formating my data to OpenImage Dataset v4, but i have missing data (no objects for detection in a image) in my test dataset and I didn't find in the github an example of annotations when the image has no objects to detect: review_object_detection_metrics/data/database/gts/openimages_format/ Could you help me with this? I think that is commom don't having annotations in some of the imagens in the test set and the model do not recognize objects in it, but I didn't find how to label cases like this in the example. How can I fill an example like this in the layout with no objects for detection in a image: ImageID: example.jpg The other columns I know that can be empty. Tks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @Blyuger, Yes, cases with no ground-truth bounding box in a given image might happen. For the evaluation tool, in such cases you just do not include this image in the csv file. So, in the given example, your csv file will not have any line whose column "ImageID" is "example.jpg". Best regards, |
Beta Was this translation helpful? Give feedback.
Hi @Blyuger,
Yes, cases with no ground-truth bounding box in a given image might happen.
For the evaluation tool, in such cases you just do not include this image in the csv file. So, in the given example, your csv file will not have any line whose column "ImageID" is "example.jpg".
Best regards,
Rafael