minar09 / cp-vton-plus

Official implementation for "CP-VTON+: Clothing Shape and Texture Preserving Image-Based Virtual Try-On", CVPRW 2020
https://minar09.github.io/cpvtonplus/
MIT License
352 stars 121 forks source link

loss for gmm #50

Open xuxiaochun025 opened 3 years ago

xuxiaochun025 commented 3 years ago

why use l1_loss(warped_cloth,c),different from paper said(warped_mask,cm)?

thaithanhtuan commented 3 years ago

why use l1_loss(warped_cloth,c),different from paper said(warped_mask,cm)?

Oh, You are right, I fixed it. This is a mistake uploading the wrong version of the code. Thank you very much for pointing out that. Regards.

SarahH20 commented 3 years ago

should the l1_loss be (warped_mask, pcm) instead of (warped_mask, cm)?

thaithanhtuan commented 3 years ago

should the l1_loss be (warped_mask, pcm) instead of (warped_mask, cm)? Oh no, my mistake again. :(. You are right SaraH20. it should be pcm to be the same as the paper. We modified all these losses and network architecture to make new version in the future. Regards,