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

Hi, I am tying to run the test with python 2.7, opencv 2.4.11 and pytorch 0.4.1 without CUDA (I tried with pytorch 0.2.0 but I had conflicts and I couldn't...

Thank you for the great work! I run python test_all.py --test_root ./0572_0019_0003/video --test_type video --test_audio_video_length 99 but my results are not the same as the demo video and jitter a...

hi,First thank you for sharing,I have encountered problems when running this project. I took a piece of audio and a sample image as input and generated a series of mouth-shaped...

When I use test_all.py ,it has "AssertionError: Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and installed a driver from", I think that...

As you know, images generated by the model are rather shaky and definitely require stabilization. Could you please elaborate on which stabilization techniques have you applied?

Hi! I have a problem during installation/ Have you a docker for this project or if no - can you create it? Thanks!

Hi, I want to follow and matched your demo result, chould you list the dataset and ID you use to generate the demo? In your paper,R@1, R@10 and Med R...

Hi I face some problems when I run this project. .......... Networks tnittaltzed .......... ==> Loading checkpoint ' . checkpoints/101. DAVS checkpoint . pth. tar ' ==>Loaded checkpoint ' ....

To save the network we are using a new python file net.py which has the code of Train.py up till the code: model = Gen_Model.GenModel(opt) after which we are trying...

test_load_audio.py line 13 pair = range(2, 2 + data_length) need changed to pair = range(2, 1 + data_length)