Open amnesytoolkit opened 3 years ago
Hi @amnesytoolkit , this is most probably due to the wrong folder path of cloth mask or image-parse. Can you please check which folder is set in your cp_dataset.py file? Also maybe debugging a bit by changing to the other folder solve the issue. For example, if there is a image-parse-vis folder, try setting the path to that one, and see which one works. Hope that helps. Thanks.
I have cloned the repo as it is and i am sure the paths are right, but i still have the same error.
I ran into https://github.com/minar09/cp-vton-plus/issues/6 too
You'll need to update cp_dataset.py
transforms.Normalize((0.5,` 0.5, 0.5), (0.5, 0.5, 0.5))])
to transforms.Normalize((0.5), (0.5))
Hi! I was trying to run the following command:
python3 train.py --name GMM --stage GMM --workers 4 --save_count 5000 --shuffle
When the interpreter gave me this error:
What should i do? In issue #61 TidamCo wrote:
But I have no idea on how to specify the correct image. Note that I uncommented line 93 and commented line 94 as described in the issue #60, and I have unzipped the images in the data folder. Any ideas?