openimages / dataset

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

What is the relationship between imagename and imageID? #80

Closed Angel0003 closed 5 years ago

Angel0003 commented 5 years ago

hi,thanks very much for this dataset,I want to select out the image and the corresponding box i need, but the image in train-annotations-bbox.csv is represented by imageID. The image in the training set is represented by imagename. What is the relationship between imagename and imageID?how can i select out the image and the corresponding box i need?

jponttuset commented 5 years ago

Hi Angel0003

The imageID values in train-annotations-bbox.csv correspond to the filename of the images.

Best,

shaburanigud commented 5 years ago

I'm sorry but I'm kind of new to this as well. Exactly how should I use the Image ID values to call the files?