Open greatken999 opened 5 years ago
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
test_load_audio.py line 13 pair = range(2, 2 + data_length) need changed to pair = range(2, 1 + data_length)