Wav2Lip icon indicating copy to clipboard operation
Wav2Lip copied to clipboard

This repository contains the codes of "A Lip Sync Expert Is All You Need for Speech to Lip Generation In the Wild", published at ACM Multimedia 2020.

Results 152 Wav2Lip issues
Sort by recently updated
recently updated
newest added

anaconda3\envs\wav2lip\lib\site-packages\torch\serialization.py", line 1264, in _legacy_load typed_storage._untyped_storage._set_from_file( RuntimeError: unexpected EOF, expected 740598 more bytes. The file might be corrupted.

- Used python 3.6 \ 3.8 \ 3.10 - torch 1.12 \ for cuda 117 and 118 and others - On linux python3.10 with torch==2.0.1 works fine, without stucks using...

As W2L is quite old and its dependencies can not easily be ported to Python3.11 I wrote a small wrapper that starts a flask server serving W2L. Additionally, as the...

What causes black spots on the face of images generated by models trained on my customer dataset? ![图片](https://github.com/Rudrabha/Wav2Lip/assets/47735862/3d3f7716-4d85-48a8-8bd3-3bc95c7bfa3e)

If the number `i` of the image is incremented before the test, there may be a jump in the image numbering.

我用的是python3.6.5 \python3.6.5\lib\site-packages\resampy\interpn.py", line 75, in nopython=True, TypeError: guvectorize() missing 1 required positional argument: 'signature'

I have posted the issue in the wav2lip_288 repo, please check detail in: https://github.com/primepake/wav2lip_288x288/issues/98#issue-2055559708

![image](https://github.com/Rudrabha/Wav2Lip/assets/54312958/b6133394-0868-4348-b4be-70828f305de7) Using my personal data set, the batch size in hparams.py is 16

python preprocess.py --ngpu 1 --batch_size 2 --data_root .\filelists\ --preprocessed_root .\raw_dataprocessed Started processing for .\filelists\ with 1 GPUs 0%| | 0/4 [00:00

Guys, I found the amplitude of the mouth shape becomes smaller while use custom dataset,but the pronunciation is correct. My dataset has hundreds of characters ID,and the sync expert loss...