Created by: LielinJiang
非常感谢 @leeacord 同学的实现:https://github.com/leeacord/first-order_PaddlePaddle/tree/38b7e9bd67c1604db845cb3a699e79c3c51945fe 使用paddle2.0 api重新实现了前向代码,完成vox的模型转换。
使用方法:
- 安装paddle 2.0 rc版本
- cd PaddleGAN 根目录,执行 pip install -v -e .
- 下载权重:https://paddlegan.bj.bcebos.com/applications/first_order_model/vox-cpk.pdparams
- 准备好图片和视频
- cd applications目录,执行:python -u tools/first-order-demo.py --config first_order_model/configs/vox-256.yaml --driving_video your_video_path --source_image your_image_path --checkpoint your_pretrained_model --relative --adapt_scale