Hangz-nju-cuhk / Talking-Face-Generation-DAVS

Code for Talking Face Generation by Adversarially Disentangled Audio-Visual Representation (AAAI 2019)
MIT License
818 stars 173 forks source link

not found mfccs file:./0572_0019_0003/audio/100.bin #13

Open greatken999 opened 5 years ago

greatken999 commented 5 years ago

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

DongHwanJang commented 5 years ago

same problem.

Mombin commented 5 years ago

you can run fix this argument python test_all.py --test_root ./0572_0019_0003/audio --test_type audio --test_audio_video_length 99 --test_resume_path CHECKPOINT_PATH -----> python test_all.py --test_root ./0572_0019_0003/audio --test_type audio --test_audio_video_length 98 --test_resume_path CHECKPOINT_PATH