video-retalking icon indicating copy to clipboard operation
video-retalking copied to clipboard

[SIGGRAPH Asia 2022] VideoReTalking: Audio-based Lip Synchronization for Talking Head Video Editing In the Wild

Results 100 video-retalking issues
Sort by recently updated
recently updated
newest added

After installation, everything seems to work: ![image](https://github.com/OpenTalker/video-retalking/assets/118270456/acc0fa2f-47a4-4241-8c58-c7c9b2860f61) Until I ran into this error: ![image](https://github.com/OpenTalker/video-retalking/assets/118270456/981815a5-2003-4483-b5ff-8e7d46b8710a) Anyone have an idea where this could come from?

landmark Det:: 100%|█████████████████████████████████████████████████████████████████| 493/493 [00:34

nvrtc compilation failed: #define NAN __int_as_float(0x7fffffffff) #define POST_INFINITY __int_as_float(0x7f800000) #define NEG_INFINITY __int_as_float(0xff80000) 这个问题怎么解决啊 我的的是 NVIDIA Geforce FTX 4080

how can id run this project on Mac OS M1, use the GPU via torch mps

few minor changes to add support for mps. note that `ffc.py` makes use of `torch.fft.rfftn` which is only supported in cuda, so this operation falls back to cpu in case...

`(video_retalking) D:\video-retalking>python webui.py Running on local URL: http://127.0.0.1:7860 To create a public link, set `share=True` in `launch()`. C:\Users\ADMINI~1\AppData\Local\Temp\gradio\ca4b94633d92a8a7bddf094f48efbbf0546b8214\4.mp4 C:\Users\ADMINI~1\AppData\Local\Temp\gradio\41c1952398745a3b0c886b2d05323a9c5318a094\1-0-100.wav ffmpeg version 4.2.2 Copyright (c) 2000-2019 the FFmpeg developers built with...

I'm not a programmer and i just follow the instructions, when i type ```python (video_retalking) D:\githubrepo\video-retalking>pip install -r requirements.txt, ``` the cmd created errors ```python ERROR: Ignored the following versions...

(video-retalking) C:\Users\fwq\Desktop\video-retalking>python inference.py --face examples/face/car.jpg --audio examples/audio/car.m4a --outfile results/car_image.mp4 --face_det_batch_size 2 --LNet_batch_size 2 C:\Users\fwq\anaconda3\envs\video-retalking\lib\site-packages\torchvision\transforms\functional_tensor.py:5: UserWarning: The torchvision.transforms.functional_tensor module is deprecated in 0.15 and will be **removed in 0.17**. Please don't...