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

How to call upon Image with Image ID? #83

Closed shaburanigud closed 5 years ago

shaburanigud commented 5 years ago

I'm sorry but I'm kind of new to this but I'm trying to use this to train my own object recognition model. But the problem is, I can't find a way to call the according images with the image IDs and image filenames I got since I cannot understand how they are connected

May I ask exactly how should I use the Image ID values to call the image files? I would very much appreciate it if it was in specific steps or even a simple example.

svendaehne commented 5 years ago

It seems the ImageIDs are the image file names: https://github.com/openimages/dataset/issues/80

jponttuset commented 5 years ago

That is correct. ImageID is a string (e.g. 10eda1712b4b6f97), then the corresponding image is e.g. 10eda1712b4b6f97.jpg as found in the ZIP files downloaded from CVDF or Figure Eight.

If you want to find the image in Flickr, then you have this information in the files in the 'Image IDs' row in the Download section.