Tinaisok
Tinaisok
如果打开命令行,直接切换到LivePortrait目录再执行 python inference.py 会出现: `C:\Users\19535\LivePortrait>python inference.py Traceback (most recent call last): File "C:\Users\19535\LivePortrait\inference.py", line 13, in from src.live_portrait_pipeline import LivePortraitPipeline File "C:\Users\19535\LivePortrait\src\live_portrait_pipeline.py", line 19, in from .utils.cropper import Cropper File...
> 如果打开命令行,直接切换到LivePortrait目录再执行 python inference.py 会出现:  第一次在命令行直接执行python inference.py失败后,在网上查到了一个解决方案: conda install -c conda-forge onnx[来源](https://blog.csdn.net/weixin_45734021/article/details/140967559)  然后再次执行python inference.py 显示  然后使用pip install pykalman  安装后再次执行 >python inference.py 显示ImportError: The `FFMPEG` plugin is...
> 你好,我在使用LivePortrait遇到了如下的问题: D:\a_work\1\s\onnxruntime\python\onnxruntime_pybind_state.cc:891 onnxruntime::python::CreateExecutionProviderInstance CUDA_PATH is set but CUDA wasnt able to be loaded. Please install the correct version of CUDA andcuDNN as mentioned in the GPU requirements page (https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html#requirements),...