copy-paste-aug icon indicating copy to clipboard operation
copy-paste-aug copied to clipboard

Facing issues with test dataset ../../datasets/coco/train2014/

Open SanjayGhanagiri opened this issue 3 years ago • 0 comments

img_data = self.load_example(idx) File "/home/sanjayghanagiri/copy-paste-aug/coco.py", line 54, in load_example img_id = self.ids[index] IndexError: list index out of range

I am facing issues with finding right dataset to test. I tried with http://images.cocodataset.org/zips/test2017.zip test dataset and get index out of range issue. Can you anyone please provide the right dataset to test?

SanjayGhanagiri avatar Aug 14 '22 19:08 SanjayGhanagiri