-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Results are not good #23
Comments
Hi @MotiBaadror , looks like there's an artifact with cloth shape in neck area. Can you please share your |
Hi @minar09 , Thank you for your response. here is my cp_dataset.py. If I will not get the watch in the result. It would be fine. I just want to solve try-on problem. Also, I am curious that, why the third image output is blurred near the waist for output?
|
@MotiBaadror , looks like code is okay. Maybe the network is somehow still getting the source cloth shape in GMM so the first warped cloth is keeping shape from the source image. Also, your target cloth lengths are a bit smaller than the cloth in source person images, so the try-on results have some blur areas in the pants. |
Maybe you need to crop the person image with a bit longer pants area. Also, I am afraid the CP-VTON+ does not have much improvements to offer at this point. If you want more better quality, then I think you can try with the ACGPN (CVPR 2020). Their virtual try-on quality is state-of-the-art on Viton dataset so far. |
@MotiBaadror, did you re train the network with new data format? In some case, the different between training data format and testing data format cause the error. |
@thaithanhtuan, I did not retrain the network. I am using pre-trained network. Is it necessary to retrain while using the model for custom data. Although I am using data that is from ecommerce dataset. One more thing that I am using this article to calculate pose_keypoints. |
Hi~I'm appreciate for your efforts in virtual try-on, and what do you think about PF-AFN (CVPR 2021)(https://github.com/geyuying/PF-AFN), would it be better than ACGPN? |
Hi @amandazw , actually I haven't tried any new VTON works after 2020. I hope someone else can share their experience with the newer works. Thank you. |
I am using custom dataset.
More details
Batch_size =1
Segmentation Mask from CHIP_PGN results.
Pose from openpose Coco Model and changed the code that described here
Cloth and cloth mask are from the preprocessed data
The text was updated successfully, but these errors were encountered: