Tinaisok

Results 3 comments of 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 会出现: ![image](https://private-user-images.githubusercontent.com/166580739/357707249-ec7ed02a-80f3-4526-aea5-e9202e8d19d7.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjM2MjA0OTYsIm5iZiI6MTcyMzYyMDE5NiwicGF0aCI6Ii8xNjY1ODA3MzkvMzU3NzA3MjQ5LWVjN2VkMDJhLTgwZjMtNDUyNi1hZWE1LWU5MjAyZThkMTlkNy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjQwODE0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI0MDgxNFQwNzIzMTZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT05NGRlN2JkZmZjMjE3NmMxNzYwZWU0NGIwZDQ5MTRiMGM4NzMxYWJiNDYwNDFhY2Q0NDIxMjhmM2RhZjg1NmE1JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZhY3Rvcl9pZD0wJmtleV9pZD0wJnJlcG9faWQ9MCJ9.m_pd84d_Hbsvwo8jEBNJT3qyhk_6SYjYIEizQHCsCDU) 第一次在命令行直接执行python inference.py失败后,在网上查到了一个解决方案: conda install -c conda-forge onnx[来源](https://blog.csdn.net/weixin_45734021/article/details/140967559) ![image](https://github.com/user-attachments/assets/ba16eff1-0c5d-4439-a78a-027e614978bf) 然后再次执行python inference.py 显示 ![image](https://github.com/user-attachments/assets/792c5ad2-d914-4794-b7e3-b2bdecae9024) 然后使用pip install pykalman ![image](https://github.com/user-attachments/assets/8ad0278a-239f-4bdc-861d-ba5724980468) 安装后再次执行 >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),...