Deep-Live-Cam icon indicating copy to clipboard operation
Deep-Live-Cam copied to clipboard

跑通代码过程 How I worked | Where is 1.9?

Open PAX233 opened this issue 7 months ago • 0 comments

25.05.05 Windows, Nvdia 3060 laptop, Intel 12700H, 32G RAM cuda version code python run.py --execution-provider cuda


直接git clone代码,根据指示用anaconda安装了3.10版本,安装了requirements,下载了模型 运行失败

根据错误提示额外安装了ffmpeg, pygrabber (python 包) 运行成功,发现面部模糊,马赛克

启用面部增强,报错 根据#266,安装了两个包,成功运行。但是依旧面部模糊

根据#168 发现根据requirements,onnxruntime-gpu默认安装版本是1.7.0 重新安装了1.6.3

成功运行

发现直接git clone 的代码是1.8版本的,release2.0中下载的是1.9版本的,但是没有release1.9,是作者删除了吗?


Just git clone the code, follow the instructions to install python version 3.10 with anaconda, install the requirements, and download the models Failed to run

Follow the error to install ffmpeg( this is not python packages ), pygrabber Run successfully, find facial blur, Mosaic

Enable facial enhanced,code error According to #266, two packages were installed and enabled successfully. code could run, but it's still blurred

According to #168 Note that according to requirements, onnxruntime-gpu is installed at 1.7.0 by default 1.6.3 was reinstalled

Run successfully

I found that the code in the direct git clone is version 1.8, and the one downloaded in release2.0 is version 1.9, but there is no release1.9. Did the author delete it?

PAX233 avatar May 04 '25 17:05 PAX233