sangyun884 / HR-VITON

Official PyTorch implementation for the paper High-Resolution Virtual Try-On with Misalignment and Occlusion-Handled Conditions (ECCV 2022).
825 stars 171 forks source link

Why is there no L1 loss between Ic and I_hat c ? #54

Open ifeherva opened 1 year ago

ifeherva commented 1 year ago

In the condition generator there is the interflow loss where L1 and VGG are applied, also VGG is applied between for the final Ic but no L1 there. Any reason why L1 is only used for the final mask prediction and not for the warped cloth?