nperraud / download-celebA-HQ

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

make_HQ_images.py needs modification #16

Open jimmy-academia opened 4 years ago

jimmy-academia commented 4 years ago

conda install jpeg=8d tqdm requests pillow==3.1.1 urllib3 numpy cryptography scipy results in dependency conflict. conda install pillow==3.1.1 alone causes anaconda to demand switching to python2

doing conda install -c conda-forge tqdm (first anaconda result after google 'conda tqdm') and same for pillow (without setting version) numpy, criptography, scipy,

and also comment out the the warnings works

I am using ubuntu 19 I ran the first two python files, than found that i didn't setup conda environment correctly and was installing onto the default env, so removed anaconda and reinstalled, than roughly followed the above procedure and it worked.

nperraud commented 4 years ago

Hi jimmy, I am not sure I follow everything in your message... Did you find a general problem in the versions or it was a problem with specifically with your setup? Best regards

nperraud commented 4 years ago

It seems from issue https://github.com/nperraud/download-celebA-HQ/issues/17 that the versions are not compatible anymore.

I am trying to update this.

jasuriy commented 1 month ago

@nperraud @jimmy-academia did you guys fix this issue? I was trying to download the dataset but the scripts keep failing .