Skip to content

Execution of famous wav2lip in google colab environment

Notifications You must be signed in to change notification settings

xecyborg/wav2lip-execution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published