openimages / dataset

The Open Images dataset
https://storage.googleapis.com/openimages/web/index.html
Apache License 2.0
4.26k stars 605 forks source link

Missing human annotation for validation image 58c970f287de7333 #35

Open krikru opened 7 years ago

krikru commented 7 years ago

Out of all 41,620 validation images, there is one that looks like it's completely missing human annotations, namely the image with image ID "58c970f287de7333". Can someone please verify that this is, in fact, the case and not a mistake from my side? This image also happens to be missing the field labeled "Thumbnail300KURL" in the CSV file.

rkrasin commented 7 years ago

@krikru missing human annotations for some images in the validation set is not much of a special case. I tried to raise a point that we need to reduce the number of such cases, and quite possibly it has been made (if you say, it's just one image)

As for the missing Thumbnail300KURL, it's also kind of normal as Flickr does not provide such thumbnails for some images and also some images (in general) might not be from Flickr. In train set, there are 204380 images with missing Thumbnail300KURL. For them, just use OriginalURL and resize, if needed.