JingHSY-dev
JingHSY-dev
I met the same question
I solved the question. first: Search for the ‘libopenh264.so.’ folder under the ‘dreamtalk’ environment.: find ~/anaconda3 -name libopenh264.so.* second: cp ~/conda_env_path/lib/libopenh264.so.6 ~/conda_env_path/lib/libopenh264.so.5 Check if it’s working properly using the ‘ffmpeg’...
I met the same question。
同问,检查发现checkpoints\auido2pose_00140-model.pth存在
app_sadtalker.py中(默认的checkpoints不在系统路径中) def sadtalker_demo(checkpoint_path='scripts/checkpoints', config_path='src/config', warpfn=None):