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
9.74k stars 2.11k forks source link

Python version vs Wav2Lip #526

Open ArjunSarihyan opened 12 months ago

ArjunSarihyan commented 12 months ago

While running the model on the collab, I realized that the OpenCV-python==4.1.0.25 only runs on versions < 3.6. So will this be a limitation of Wav2Lip?

Canyao45 commented 11 months ago

You can upgrade its version

purvanshi commented 11 months ago

Is there an updated requirements file?

HassanMuhammadSannaullah commented 10 months ago

Don't know if it will be helpful for you in your case but I have created a repository that fixes the running for inference using the pretrained model on python 3.9. here is the link https://github.com/HassanMuhammadSannaullah/Wav2lip-Fix-For-Inference. You can directly perform inference in python code instead of using cli