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

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

What's the meaning of the parameter --test_audio_video_length? #50

Closed ZhengMengbin closed 4 years ago

ZhengMengbin commented 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?

ZhengMengbin commented 4 years ago

我知道这个参数的意思了,是指处理输入的音频文件或视频文件的长度,例如--test_audio_video_length 99 则表示只处理前99帧。