Closed yunxiaoshi closed 6 years ago
@kentsyx The images of the dataset are ranked according to their filename(i.e. number) in your file explorer. In your example, 1000<10000<10002.... Therefore, you cannot expect to see them aligned as the same as the original order in AVA.txt. Anyway, you can find the images in the dataset folder, say, 953619.jpg exists in the image directory.
The original paper did say there are 255,530 items. However, years passed and some of them are no longer available on the DPChallenge site. It's OK because 20 entries don't affect too much compared to the large quantity.
@mtobeiyf I noticed the ranking issue you pointed out but at first glance their magnitude (say 953619 and 10000) seemed to be off a large margin, so I just assumed there is something wrong here. I will do an intersection of the respective ids to see if things pan out. Thank you for your reply!
It seems that I can't find any info on how the images and their annotations are aligned. For example, the first 5 rows in AVA.txt are these
within which the second column is the image_id, the 3rd-12th columns are annotations, and in the dataset the first 5 images are
and there are 255,530 entries in AVA.txt and 255,510 files in images/, so I'm confused is there anything I missed here?