You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Great work! May I ask what GAN loss are you using? I'm trying to achieve a similar effect with WGAN, but the result is quite poor.
Also, you mentioned that you're using a face segmentation model to separate background from the face. May I ask you which model are you using?
The text was updated successfully, but these errors were encountered:
Hi, I used non-saturating loss for the GAN, and used deeplabv3 for the face part segmentation. If background mask is all you need, then u2net gives finer results.
Hi! Great work! May I ask what GAN loss are you using? I'm trying to achieve a similar effect with WGAN, but the result is quite poor.
Also, you mentioned that you're using a face segmentation model to separate background from the face. May I ask you which model are you using?
The text was updated successfully, but these errors were encountered: