switchablenorms / DeepFashion_Try_On

Official code for "Towards Photo-Realistic Virtual Try-On by Adaptively Generating↔Preserving Image Content",CVPR‘20 https://arxiv.org/abs/2003.05863
825 stars 252 forks source link

how to run train.py #12

Closed ashutoshsoni891 closed 4 years ago

ashutoshsoni891 commented 4 years ago

Hi there!

Thanks for providing this awesome Repository and make it openSource.I am facing some problems while running TRAIN.PY

Here is the error I am getting : AssertionError: /dockerdata/benchmark_datasets/try_on_training/train_label is not a valid directory Screenshot from 2020-06-05 22-00-48

ashutoshsoni891 commented 4 years ago

I managed it (:+1:

!python ACGPN_train/train.py --dataroot train_data/

Screenshot from 2020-06-06 14-49-02

Yijia-Chen commented 4 years ago

How did that work for you? I also face this issue while running the package on Google Colab, and have the following issue:

Please help, greatly appreciate!

UESTCrookieLI commented 3 years ago

HI, when I run "python train.py --dataroot XXX" there is a error: "FileNotFoundError: [Errno 2] No such file or directory: '/home/liziqi/DeepFashion_Try_On-master/ACGPN_train/models/vgg19-dcbb9e9d.pth'"

where is model vgg19-dcbb9e9d.pth? can i download it?