Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

生成后提示ffmpeg错误 #879

Open
hezilon opened this issue Apr 22, 2024 · 3 comments
Open

生成后提示ffmpeg错误 #879

hezilon opened this issue Apr 22, 2024 · 3 comments

Comments

@hezilon
Copy link

hezilon commented Apr 22, 2024

image

@hezilon
Copy link
Author

hezilon commented Apr 22, 2024

看提示似乎它自己把输入、输出文件搞成了一样的,从而发生错误

@zhouxujing
Copy link

遇到了一样的问题,解决了吗

@hezilon
Copy link
Author

hezilon commented Apr 24, 2024

遇到了一样的问题,解决了吗
解决了,方法如下:
打开test_audio2coeff.py文件,将102-105行改成如下代码:
savemat(os.path.join(coeff_save_dir, '%s_%s.mat'%(batch['pic_name'], batch['audio_name'])),
{'coeff_3dmm': coeffs_pred_numpy})
return os.path.join(coeff_save_dir, '%s_%s.mat'%(batch['pic_name'], batch['audio_name']))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants