/wav2lip-execution

Execution of famous wav2lip in google colab environment

Primary LanguageJupyter Notebook

wav2lip-execution

  1. Install necessary packages using pip install -r requirements.txt
  2. Face detection pre-trained model should be downloaded to face_detection/detection/sfd/s3fd.pth.
  3. ffmpeg: sudo apt-get install ffmpeg

Run model on given notebook

  1. provide path of video in the STEP 2
  2. provide the path of of your audio in STEP 3. The variable "PATH_TO_YOUR_AUDIO" contains the path of audio.
  3. Execute the code on by one from STEP 1.

Reference

https://github.com/Rudrabha/Wav2Lip