giddyyupp/coco-minitrain

Downloading images using coco_download.py

Closed this issue · 2 comments

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

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

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