You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: