skhu101 / SHERF

Code for our ICCV'2023 paper "SHERF: Generalizable Human NeRF from a Single Image"
Other
297 stars 10 forks source link

styleGAN2 pretrained model #36

Closed ax0057 closed 3 months ago

ax0057 commented 4 months ago

Hi, thanks for your brilliant work. I'm trying to retrain the network and I wonder if I can use styleGAN2 pretrained model to initialize the GAN backbone?

skhu101 commented 4 months ago

Yes, but I am unsure whether the dimensions are the same as the styleGAN2 backbone or not.

ax0057 commented 4 months ago

Thank you for replying! May I ask you about the gpus you used for training and how long does it take to retrain your network? 😊

skhu101 commented 4 months ago

Hi, we use 4 V100 GPU for training, which takes about 1~2 days to converge.

ax0057 commented 4 months ago

Got itπŸ˜†! Thank you so much.