maum-ai / faceshifter

Unofficial PyTorch Implementation for FaceShifter (https://arxiv.org/abs/1912.13457)
BSD 3-Clause "New" or "Revised" License
610 stars 114 forks source link

Coefficients of loss #14

Open BIT-wenzi opened 3 years ago

BIT-wenzi commented 3 years ago

Thank you for sharing such an excellent project. I would like to ask what are the coefficients of loss? I tried the coefficients in the author's paper, but the effect is not very satisfactory. Could you please share your coefficient below? Thank you very much! ! !

Qiulin-W commented 3 years ago

I got the same problem as you...

hanikh commented 3 years ago

I got the same problem

olegkhomenko commented 3 years ago

Try to rebalance loss weights to be: att=5, id=10, rec=15. The result should get better.