Skip to content
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

Closed
gpavanb1 opened this issue Nov 11, 2020 · 5 comments
Closed

Default checkpoint #140

gpavanb1 opened this issue Nov 11, 2020 · 5 comments

Comments

@gpavanb1
Copy link

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.

@prajwalkr
Copy link
Collaborator

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.

@gpavanb1
Copy link
Author

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 .pth to the repository as well.

@prajwalkr
Copy link
Collaborator

Does it mean it is specific to the face detection model we are downloading?

I meant you need to use the wav2lip checkpoint. Face detection checkpoint you can download easily using the wget command.

@gpavanb1
Copy link
Author

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.

@Minjun-KANG
Copy link

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.

@Minjun-KANG Minjun-KANG mentioned this issue Mar 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants