nperraud / download-celebA-HQ

Python script to download the celebA-HQ dataset from google drive
139 stars 27 forks source link

Docker issue "FileNotFoundError: [Errno 2] No such file or directory: 'image_list.txt'" #9

Closed TianaCo closed 6 years ago

TianaCo commented 6 years ago

It successfully loaded Celeba and Celeba-HQ deltas, then it crashed because "image_list.txt" doesn't exist

Loading CelebA from ./celebA/Img/img_celeba Loading CelebA-HQ deltas from ./celebA-HQ Traceback (most recent call last): File "/workspace/make_HQ_images.py", line 45, in with open(os.path.join('image_list.txt'), 'rt') as file: FileNotFoundError: [Errno 2] No such file or directory: 'image_list.txt'

TianaCo commented 6 years ago

I closed the issue thinking it was my error, but it wasn't, so re-opening it.

TianaCo commented 6 years ago

while the directions say that you can put your destination folder anywhere, the script doesn't work if you don't put it in the pwd.