Weizhi-Zhong / IP_LAP

CVPR2023 talking face implementation for Identity-Preserving Talking Face Generation With Landmark and Appearance Priors
Apache License 2.0
637 stars 72 forks source link

卡在命令行了 #13

Closed skyeKing closed 1 year ago

skyeKing commented 1 year ago

生成完毕后,命令行里没有结束提醒 微信图片_20230608195714

一直卡在这儿

Weizhi-Zhong commented 1 year ago

Hi, thanks for your interest. It seems that the problem may exist in the ffmpeg tool. maybe you can try conda install ffmpeg. Or you can use the print command to debug and find where the program is stuck.

skyeKing commented 1 year ago

我的是win系统,需要将inference_single的subprocess.call后面的stdout参数和stderr参数删掉就行了 I am a win system, need to delete the stdout parameters and stderr parameters in the inference_single subprocess.call function

Weizhi-Zhong commented 1 year ago

Thank you very much