YuvalNirkin / fsgan

FSGAN - Official PyTorch Implementation
https://nirkin.com/fsgan
Creative Commons Zero v1.0 Universal
754 stars 147 forks source link

can you tell me the model hyperparams(arch) of model v1 #95

Open ares123-CN opened 3 years ago

ares123-CN commented 3 years ago

the pretrained model weights of model v1 have not the hyperparams(arch),like res_unet.MultiScaleResUNet(in_nc=101,out_nc=3,flat_layers=(2,2,2,2),ngf=128)

ghost commented 3 years ago

hey in v1, face_alignment module is not present, how did you work around that?