Rudrabha / Wav2Lip

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. For HD commercial model, please try out Sync Labs
https://synclabs.so
10.65k stars 2.27k forks source link

unrecognized arguments #386

Closed echosvile closed 2 years ago

echosvile commented 2 years ago

Please i used the argument as shown in the code python inference.py --checkpoint_path <ckpt> --face <video.mp4> --audio <an-audio-source>

and typed it like this python inference.py --checkpoint_path checkpoints/wav2lip.pth --face video/silver.MP4 --audio audio/michele.mp3

It shows me the image attached here face e

instant-high commented 2 years ago

try --face video/silver.mp4 instaed of --face video video/silver.mp4

path to video not correct

echosvile commented 2 years ago

I was able to figure out what the problem was which was from me: i didn't download the face detection file (sfd...) neither did I copy the the facedetection folder. So it went well after the copying and pasting