Talking-Face-Generation-DAVS icon indicating copy to clipboard operation
Talking-Face-Generation-DAVS copied to clipboard

Code for Talking Face Generation by Adversarially Disentangled Audio-Visual Representation (AAAI 2019)

Results 42 Talking-Face-Generation-DAVS issues
Sort by recently updated
recently updated
newest added

I can not download the model checkpoint. How can I deal with the problem.

I got two kinds of photos as result: test_sample1_fake_audio_B_0_x.png and test_sample1_real_A_x.png. what do they mean? And how to use them to get the final video?

您好,请问卡通人物的唇音是怎么合成视频的,业需要添加额外的数据训练吗?

I run the following command: "python test_all.py --test_root ./0572_0019_0003/audio --test_type audio --test_audio_video_length 98 --test_resume_path ./101_DAVS_checkpoint.pth.tar" But in the end, the pictures generated in the "results" folder are exactly the same...

Hi, Why you use Variable(self.lip_embedding_norm.data) instead of direct use self.lip_embedding_norm here? And why denominator is 2*batch_size instead of batch_size^2? ![image](https://user-images.githubusercontent.com/72333326/117807761-a21f6a00-b28e-11eb-8ef3-6e3b7732f1e2.png) ![image](https://user-images.githubusercontent.com/72333326/117807852-c24f2900-b28e-11eb-8e38-129a3c2086ce.png)

I downloaded pretrain checkpoint from the link: https://drive.google.com/file/d/1UW22xm4r9AewNoySyPd2fyUab0nqymBR/view. But when I tried to extract it, it report the following error: tar: This does not look like a tar archive tar:...

Thanks for your sharing! There was a problem when I was reading the code. Do you need to generate "young / val_filenames. txt", "lrw_.txt", “_mouth.txt”, and "_filenames.txt" before you running...

大家好,想跟大家请教一下关于mouth.txt 的数据处理过程,mouth.txt 的数据分别表示什么,多少维度的,我没有下载作者使用的数据集,我想使用新闻主持人的数据,但是我不知道如果生成mouth.txt 文件。如果有人处理处mouth.txt的数据,希望能告诉我mouth.txt的数据是多少维度的 分别表示什么意思,谢谢@liuziwei7 @liuyuisanai @Hangz-nju-cuhk

Thank you for your questions and solutions for your great help. Now, I have successfully got test_all (video and audio) output result, the question now is how to combine the...