Talking-Face-Generation-DAVS
Talking-Face-Generation-DAVS copied to clipboard
not found mfccs file:./0572_0019_0003/audio/100.bin
test_load_audio.py line 13 pair = range(2, 2 + data_length) need changed to pair = range(2, 1 + data_length)
same problem.
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