Open xuxiaochun025 opened 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.
should the l1_loss be (warped_mask, pcm) instead of (warped_mask, cm)?
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,
why use l1_loss(warped_cloth,c),different from paper said(warped_mask,cm)?