-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default checkpoint #140
Comments
you can make ur own private copy of the notebook and give the permissions to that for your private copy. And also, this is an inference code of a model, so without the checkpoint, the code would not make much sense to run, I guess. |
Does it mean it is specific to the face detection model we are downloading? Since it is being mentioned as a pre-requisite anyways, would be great if you can add the |
I meant you need to use the wav2lip checkpoint. Face detection checkpoint you can download easily using the |
It seems to be a pre-requisite in that case. I have downloaded it from Drive for now but would be great if it is part of the repo too. |
Thank you for doing good research. I agree with gpavanb1's opinion. I think the .pth file is basically large. I think it would be better to write a comment in the colab rather than adding it to the repository. |
How do we run the code without any available checkpoint files? Currently, there seems to be a
wav2lip_gan.pth
being referenced in the example Google Colab notebook, but we are reluctant to give our Google Drive permission for its sake.The text was updated successfully, but these errors were encountered: