affromero / SMILE

SMILE: Semantically-guided Multi-attribute Image and Layout Editing, ICCV Workshops 2021.
https://affromero.github.io/SMILE/
MIT License
35 stars 1 forks source link

[Errno 2] No such file or directory: '/data2/xxx/SMILE-master/data/CelebA_HQ/list_attr_celeba.txt' #1

Open lincong666 opened 2 years ago

lincong666 commented 2 years ago

hello Affromero,thank you for your impressive work.I run the command "python main.py --FAN --EYEGLASSES --GENDER --EARRINGS --HAT --BANGS --HAIR --TRAIN_MASK --MOD --SPLIT_STYLE --mode=demo --ref_demo Figures/ffhq_teaser --rgb_demo Figures/teaser_input.png --pretrained_model models/pretrained_models/smileSEM" but I got the error "no such file", where can I find this file.

affromero commented 2 years ago

Hello, That file comes with the CelebA dataset. You can find it here (originally from the CelebA webpage).

lincong666 commented 2 years ago

Hello, That file comes with the CelebA dataset. You can find it here (originally from the CelebA webpage).

thank you for your early reply