Deep-Live-Cam
Deep-Live-Cam copied to clipboard
Program ends without doing nothing
Sometimes when I run the program it ends without doing anything. The same file sometimes works and sometimes it doesn't. I Is there a way to view a log error or run it in a more verbose way?
I'm working with a simple Lenovo Ideapad i5 8250U 12GB ram UHD Graphics 620 (but executing only with cpu provider), I have already been able to convert high resolution videos with excellent results.
johnnestebann@lenovo:~/Downloads/deep-cam$ python3.10 run.py -s 20231021_033631.jpg -t origin.mp4 -o output.mp4 --max-memory 6 --execution-provider cpu --execution-threads 8
Applied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}}
find model: /home/johnnestebann/.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: /home/johnnestebann/.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: /home/johnnestebann/.insightface/models/buffalo_l/det_10g.onnx detection [1, 3, '?', '?'] 127.5 128.0
Applied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}}
find model: /home/johnnestebann/.insightface/models/buffalo_l/genderage.onnx genderage ['None', 3, 96, 96] 0.0 1.0
Applied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}}
find model: /home/johnnestebann/.insightface/models/buffalo_l/w600k_r50.onnx recognition ['None', 3, 112, 112] 127.5 127.5
set det-size: (640, 640)
100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 300/300 [00:02<00:00, 118.45it/s]
johnnestebann@lenovo:~/Downloads/deep-cam$