Closed ZhengMengbin closed 4 years ago
In the test command: python test_all.py --test_root ./0572_0019_0003/video --test_type video --test_audio_video_length 99 --test_resume_path CHECKPOINT_PATH What's the meaning of the parameter --test_audio_video_length?
python test_all.py --test_root ./0572_0019_0003/video --test_type video --test_audio_video_length 99 --test_resume_path CHECKPOINT_PATH
我知道这个参数的意思了,是指处理输入的音频文件或视频文件的长度,例如--test_audio_video_length 99 则表示只处理前99帧。
In the test command:
python test_all.py --test_root ./0572_0019_0003/video --test_type video --test_audio_video_length 99 --test_resume_path CHECKPOINT_PATH
What's the meaning of the parameter --test_audio_video_length?