-
current batch_size only works for face renderer, when running it on v100 GPU, most of the time is consumed in enhancer
-
Traceback (most recent call last):
File "inference.py", line 342, in
main()
File "inference.py", line 198, in main
pred, _, _ = enhancer.process(img, img, face_enhance=True, possion_b…
-
Does anybody know why this happens?
```
[Step 5] Reference Enhancement: 67%|██████████████████████████████████▊ | 545/813 [02:34
-
我用20秒的视频加上18分钟的音频,产出的视频只有1分钟,我想产生18分钟的完整视频,能做到吗?
我使用的指令:python inference.py --driven_audio example.mp3 --source_video example.mp4 --enhancer face --use_DAIN --time_step 0.5
另外想问问,SadTalker-Video-L…
-
When running the code it is unfortunately not using GPU, and fails at this stage.
```
landmark Det:: 0%| | …
-
Hello,
How can I Change mask size, feathering and mouth_tracking?
This is the code I use:
python -W ignore inference_onnxModel.py --checkpoint_path "checkpoints\wav2lip_256.onnx" --face "C…
-
There are too many path setting in errors with face_enhancer parts lead to everything cannot be run...
The locations of images and path names are also chaotic very much ...
like: prepare.py
f…
-
traying the demo on https://replicate.com/cjwbw/video-retalking
getting this error every time
`Traceback (most recent call last):
File "/root/.pyenv/versions/3.11.6/lib/python3.11/site-packages/…
-
I am looking for an optimized face enhancer. You have optimized the face renderer stage, that very helpful.
If you achieved optimization in the enhancing stage, please reply
Thank you in advance!!
-
video-retalking/third_part/GPEN/gpen_face_enhancer.py", line 113, in process
mask_sharp = cv2.GaussianBlur(mask_sharp, (0,0), sigmaX=1, sigmaY=1, borderType = cv2.BORDER_DEFAULT)
UnboundLocalErr…