One-Shot_Free-View_Neural_Talking_Head_Synthesis icon indicating copy to clipboard operation
One-Shot_Free-View_Neural_Talking_Head_Synthesis copied to clipboard

Pytorch implementation of paper "One-Shot Free-View Neural Talking-Head Synthesis for Video Conferencing"

Results 38 One-Shot_Free-View_Neural_Talking_Head_Synthesis issues
Sort by recently updated
recently updated
newest added

Hi, will you share the 512 model? thanks for the great work!

hi,teacher,Using RTX3090 GPU can run this training code and testing code?

Hi. If I feed in selfie_1.png of a person looking in direction_A and selfie_2.png of a person looking in direction_b, how can I use your model to have selfie_1.png look...

![delete](https://user-images.githubusercontent.com/48216707/151286909-85eb5180-7341-4804-ac11-6ef745325443.png) ![detect](https://user-images.githubusercontent.com/48216707/151287027-8a5f897e-a219-4b82-803a-1d434cc1dd50.png) according to the author's method, we need to multipy coordinate_grid and Rs*inv(Rd). But why you use coordinate_grid directly?

大佬您好!请问一下放出的模型是和原文一样是用voxCeleb2训练出来的吗?我看了一下那个数据集似乎有两三百G(视频数据有八九个卷,每个卷30G)。如果是用的这个数据集请问是用的什么硬件配置,一次训练用了多长时间呢?

大佬您好,感谢您的开源~ 目前从voxceleb2里截取了几百个视频进行训练,然后存储模型 使用训练的模型运行demo.py,生成的MP4文件是一张图片播放了几秒钟,人物并不会动,请问您对这个问题有什么想法吗?

大佬您好!我在用新的代码跑demo的时候报了下面这个错,旧的config文件夹下vox-256.yaml和从百度网盘中新下载的vox-256.yaml都试过了,还是报错,请问您知道应该如何解决吗?谢谢! One-Shot_Free-View_Neural_Talking_Head_Synthesis-main$ python demo.py --config config/vox-256.yaml --checkpoint 15kp-ep119.pth/archive/data.pkl --source_image SourceAndDriving/source.jpg --driving_video SourceAndDriving/driving.mp4 --relative --adapt_scale --find_best_frame Traceback (most recent call last): File "demo.py", line 287, in generator, kp_detector, he_estimator = load_checkpoints(config_path=opt.config,...

python demo.py --config checkpoint/TalkingHead/vox-256.yaml --checkpoint ./00000189-checkpoint.pth.tar --source_image asset/source/0.png --driving_video asset/driving/0.mp4 --relative --adapt_scale --find_best_frame --cpu Traceback (most recent call last): File "demo.py", line 287, in generator, kp_detector, he_estimator = load_checkpoints(config_path=opt.config, checkpoint_path=opt.checkpoint,...

Hello, Is the .pkl file for the last checkpoint going to be uploaded? Also, can you provide the information about the number of GPUs and the time you spent for...

你好大佬,执行命令 python demo.py --result_video data/result.mp4 --config vox-256.yaml --checkpoint checkpoint/15kp-ep119.pth.tar --source_image data/man.png --driving_video data/man.mp4 --relative --adapt_scale --find_best_frame --gen original --yaw 20 --pitch 0 --roll 0 报错 KeyError: 'jacobian'~