Hangz-nju-cuhk / Rotate-and-Render

Code for Rotate-and-Render: Unsupervised Photorealistic Face Rotation from Single-View Images (CVPR 2020)
Creative Commons Attribution 4.0 International
489 stars 112 forks source link

Pretrained network G has fewer layers #8

Closed zzxzzx123 closed 4 years ago

zzxzzx123 commented 4 years ago

When I run v100_test.sh using the pretrained G,some of the information is Pretrained network G has fewer layers; The following are not initialized: ['resnet_layers0', 'resnet_layers1', 'resnet_layers2', 'resnet_layers3', 'resnet_layers4', 'resnet_layers5', 'resnet_layers6', 'resnet_layers7', 'resnet_layers8'] Is the pretrained G model incomplete or the paramenters of the resnet can be initialled randomly?

Hangz-nju-cuhk commented 4 years ago

Please check that you select the specific G and model (rotatespade) in the file arguments. It seems this code runs perfectly with other users.