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
@zhongtao93 so, gt["rgb"] contain partial sums of the gt["img"], as we don't use aggregation of intermediate predictions like in StyleGAN2, it isn't correct to use gt["rgb"] here
Since I want use MobileStyleGAN to blend anime and real face models, like stylegan in toonify. But I found this feature become weakened, especially when I reduce the channels of model.
Feature:
style codes lying in lower layers control coarser attributes like facial shapes,
middle layer codes control more localized facial features,
high layer codes correspond to fine details such as reflectance and texture.
Have you tried using gt['rgb'] instead of gt['img'] to distll the student network? Or the gt['rgb'] is useless.
MobileStyleGAN.pytorch/core/loss/distiller_loss.py
Line 35 in 2d18a80
The text was updated successfully, but these errors were encountered: