Deep-Live-Cam
Deep-Live-Cam copied to clipboard
Why is the face in the generated picture black?
This happens for me when I'm using the onnxruntime-gpu by the requirements and not recommended version (1.16.3) for my NVIDIA GPU.
same problem
no GPU, same problem
same problem
This happens for me when I'm using the onnxruntime-gpu by the requirements and not recommended version (1.16.3) for my NVIDIA GPU.
Yes, running the following code solves it.
` pip uninstall onnxruntime onnxruntime-gpu pip install onnxruntime-gpu==1.16.3
python run.py --execution-provider cuda `
同样的问题
This happens for me when I'm using the onnxruntime-gpu by the requirements and not recommended version (1.16.3) for my NVIDIA GPU.
Yes, running the following code solves it.
` pip uninstall onnxruntime onnxruntime-gpu pip install onnxruntime-gpu==1.16.3
python run.py --execution-provider cuda `
I tried your method, but it still doesn't work. pip uninstall onnxruntime onnxruntime-gpu
pip install onnxruntime-gpu==1.19.2
python run.py --execution-provider cuda
same problem. I am using cpu. anyone have fix for this?
same problem. I am using cpu. anyone have fix for this?
same problem also
Applied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}} find model: C:\Users\wimdows 10/.insightface\models\buffalo_l\1k3d68.onnx landmark_3d_68 ['None', 3, 192, 192] 0.0 1.0 Applied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}} find model: C:\Users\wimdows 10/.insightface\models\buffalo_l\2d106det.onnx landmark_2d_106 ['None', 3, 192, 192] 0.0 1.0 Applied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}} find model: C:\Users\wimdows 10/.insightface\models\buffalo_l\det_10g.onnx detection [1, 3, '?', '?'] 127.5 128.0 Applied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}} find model: C:\Users\wimdows 10/.insightface\models\buffalo_l\genderage.onnx genderage ['None', 3, 96, 96] 0.0 1.0 Applied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}} find model: C:\Users\wimdows 10/.insightface\models\buffalo_l\w600k_r50.onnx recognition ['None', 3, 112, 112] 127.5 127.5 set det-size: (640, 640) Applied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}} inswapper-shape: [1, 3, 128, 128] and still showing black square
Using the replacement version of inswapper_128_fp16.onnx solves this issue for me (find link in readme "inswapper_128_fp16.onnx (Note: Use this replacement version if an issue occurs on your computer")
PLEASE I NEED URGENT HELP ON THIS
When i use onnxruntime-gpu==1.19.2, the generated pictures or videos faces get blurred with black. But when i use onnxruntime-gpu==1.16.3, the app only works perfectly with CPU but slow when i execute with python run.py . However i always gets error when i run with python run.py --execution-provider cuda
Did you pull the latest version?
@KRSHH , Yes, I used the latest version. I ### clone the Deep Live Cam while installing and didn't just download it. Please I want to know if you have successfully installed it on GPU and is working perfectly.