giddyyupp / coco-minitrain

a subset of coco dataset for faster experimentation
230 stars 32 forks source link

Downloading images using coco_download.py #7

Closed emredonmez98 closed 3 years ago

emredonmez98 commented 3 years ago

There is a "/" missing at the end of line 37 in the scripts coco_download.py. I could not initiate download without it.

giddyyupp commented 3 years ago

hmm that is strange, in line 40 os.path.join adds that '/' actually. are you using Windows, because it worked under Linux.

emredonmez98 commented 3 years ago

Yes I am using Windows. That is probably the reason.