zhanglonghao1992 / One-Shot_Free-View_Neural_Talking_Head_Synthesis

Pytorch implementation of paper "One-Shot Free-View Neural Talking-Head Synthesis for Video Conferencing"
Other
764 stars 143 forks source link

I can't download the pretrained model from baidu #17

Open superwhyun opened 2 years ago

superwhyun commented 2 years ago

Thanks for your hard work.

However, I'm trying to download the pretrained model, but I can't because baidu does not allow accounts for non-chinese. Would you please upload the model somewhere where anybody can download?

Thanks.

p.s. To whom see this post, It is wise not to install baidu netdisk. It is almost impossible to uninstall and keeps copy itself somewhere after manual removal.

jihyeonRyu commented 2 years ago

I’m dealing with the same problem.

loboere commented 2 years ago

yes, please upload to googe drive

zhanglonghao1992 commented 2 years ago

@superwhyun @jihyeonRyu @loboere Guys I have uploaded the checkpoint file to MediaFire. You should be able to download it now

superwhyun commented 2 years ago

Thanks a lot. I appreciate you very much.

bbdamodaran commented 2 years ago

I was not able to extract the tar file downloaded from the MediaFire. It shows that "Unable to read the header". @superwhyun have you managed to extract the tar file ? Thanks

superwhyun commented 2 years ago

@bbdamodaran Sorry fore late response. Yeah, it works well by using the file from MediaFire. However, It is compressed as a zip file, not a tar. Just change the extension of the file to 'zip', and it will work.

This is the command that I used. I hope this helps.

_python demo.py --config files/vox-256.yaml --checkpoint ./files/15kp-ep119.pth.zip --source_image ./files/source.jpg --driving_video ./files/3.mp4 --relative --adapt_scale --find_best_frame --resultvideo ./files/result.mp4

bbdamodaran commented 2 years ago

@superwhyun thanks for the details