JingHSY-dev

Results 5 comments of JingHSY-dev

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’...

app_sadtalker.py中(默认的checkpoints不在系统路径中) def sadtalker_demo(checkpoint_path='scripts/checkpoints', config_path='src/config', warpfn=None):