SadTalker
SadTalker copied to clipboard
这个错误怎么搞 求大神指点
打开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']))
gradio版本降到3.46.1
return os.path.join(coeff_save_dir, '%s_%s.mat'%(batch['pic_name'], batch['audio_name']))
搞定了兄弟 多谢