yunyu / wav2lip_sam

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better wav2lip model version.

Original repo: https://github.com/Rudrabha/Wav2Lip

Each line on filelist should be full path

First, Train syncnet

python3 train_syncnet_sam.py

Second, train wav2lip-Sam

python3 hq_wav2lip_sam_train.py

Some demo from chinese users: primepake#89 (comment)

New Features: DINet full pipeline training

Original repo: https://github.com/MRzzm/DINet

  • Syncnet training using deepspeech
  • DINet frame training using deepspeech
  • DINet clip training using deepspeech

Citing

To cite this repository:

@misc{Wav2Lip,
  author={Rudrabha},
  title={Wav2Lip: Accurately Lip-syncing Videos In The Wild},
  year={2020},
  url={https://github.com/Rudrabha/Wav2Lip}
}

About

License:MIT License


Languages

Language:Python 99.9%Language:Shell 0.1%