-
Hello, I trained GMM to work with bottom clothes according to issue #65 and #92, I used 1000 images and 200 000 steps
![image](https://user-images.githubusercontent.com/64969223/192145363-2803e450-4c…
-
Heyy i am new to machine learning ,can anyone give me steps to implement this application .it would be great if i am able to run this code and have more insights on this application.
Thankss
-
after I started the train.py with this command:
`python train.py --name GMM --stage GMM --workers 1 --save_count 5000 --shuffle`
and after 1000 steps, this is the cpu and gpu usage:
![image](…
-
Thank for the work.
I have run the modules according to the read me, but most of results after the TOM stage ('try-on' generated folder) contains significant artifacts. Just attaching here first …
snarb updated
4 years ago
-
Since the clothflow,this was the other job on appearance warping,awesome!
And how is your FID(10.09) calculated? The test dataset has 2032 clothing images, there are countless kinds of try-on possi…
-
I followed the steps in the readme and ran the test in command line as
```
python test.py --name GMM --stage GMM --workers 1 --datamode test --data_list test_pairs.txt --checkpoint checkpoints/GMM/…
-
I wanted to know how did you calculate Warped Blended (IoU), SSIM, LPIPS, IS metrics for quantitative evaluation and where exactly did you implement in the code for quantitative evaluation?
-
I clone the repo, and then create an anaconda environment
I then type in python test.py
I have checkpoints
── GMM
│ └── gmm_final.pth
└── TOM
└── tom_final.pth
My traceback looks like
…
-
Hi there. I wanted to use your code to create a binary mask for a white cloth on a white background image; however, I only got an absolutely black mask image and I couldn't see the cloth at all. Could…
-
conda install pytorch=0.4.1 torchvision=0.2.1 -c pytorch not working
Result:
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Ret…