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

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

Open greatken999 opened this issue 6 years ago • 2 comments

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

greatken999 avatar Dec 05 '18 07:12 greatken999

same problem.

DongHwanJang avatar Jul 01 '19 08:07 DongHwanJang

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

Mombin avatar Oct 30 '19 07:10 Mombin