cvdfoundation / open-images-dataset

Open Images is a dataset of ~9 million images that have been annotated with image-level labels and bounding boxes spanning thousands of classes.
https://github.com/openimages/dataset
986 stars 157 forks source link

can't find any relationship between tsv files content and ImageIDs #29

Open virilo opened 5 years ago

virilo commented 5 years ago

is there any correspondence between tsv image urls and images for object detection / instance segmentation dataset?

reading open-images-dataset-validation.tsv I can see:

TsvHttpData-1.0 https://c2.staticflickr.com/6/5606/15611395595_f51465687d_o.jpg 2038323 I4V4qq54NBEFDwBqPYCkDA== https://c6.staticflickr.com/3/2808/10351094034_f3aa58c5d9_o.jpg 1762125 38x6O2LAS75H1vUGVzIilg== https://c2.staticflickr.com/9/8089/8416776003_9f2636ca56_o.jpg 9059623 4ksF8TuGWGcKul6Z/6pq8g== https://farm3.staticflickr.com/568/21452126474_ab12789b36_o.jpg 2306438 R+6Cs525mCUT6RovHPWREg==

And challenge-2019-validation-segmentation-labels.csv contains:

ImageID,LabelName,Confidence d6d443cf4233a5b4,/m/03bt1vf,0 fedfbecc33a7a5fb,/m/02gzp,0 e6fc75abc46fccc8,/m/0cmf2,1 096c39dfb17068cf,/m/04ctx,1 b038d9368f753533,/m/0283dt1,1 45cabd2ad2d70de0,/m/083wq,0 76dcb6e2df733360,/m/039xj_,0 ff7008672523e06a,/m/03bt1vf,1 b96ee006bfc22643,/m/03bt1vf,1

How could I know the image url for ImageID=d6d443cf4233a5b4?

Thanks in advance

harishB97 commented 3 years ago

Refer the 'Image IDs' file from here for all the image IDs and the corresponding urls