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

scripts/sample_videogpt.py is missing? #3

Open
josephrocca opened this issue May 24, 2021 · 2 comments
Open

scripts/sample_videogpt.py is missing? #3

josephrocca opened this issue May 24, 2021 · 2 comments

Comments

@josephrocca
Copy link

Really cool results on the project website! I wanted to give it a shot, and in this repo's readme it says:

the VideoGPT model can be sampled using the scripts/sample_videogpt.py

but this file doesn't exist?

I also noticed that the Colab notebook doesn't have a section for sampling VideoGPT. It only has code for encoding with the VQ-VAE and visualising the reconstruction.

I also tried loading the Gradio web app, but it shows an error:

image

@wilson1yan
Copy link
Owner

wilson1yan commented May 24, 2021

but this file doesn't exist?

Thanks for pointing this out. It is referring to the scripts/sample_vqvae.py file. I will rename it to sample_videogpt.py.

I also noticed that the Colab notebook doesn't have a section for sampling VideoGPT. It only has code for encoding with the VQ-VAE and visualising the reconstruction.

That's correct. The Colab right now is just built to demo the available pretrained VQ-VAE models. Pretrained VideoGPT models will probably be available soon, around early June, along with a demo extension for sampling + visualizing samples.

I also tried loading the Gradio web app, but it shows an error:

@AK391, do you happen to know what the issue might be? There's a partly working link to the demo here: here, but it seems to be getting the same "Failed to load resource error" mentioned in #2

@josephrocca
Copy link
Author

Pretrained VideoGPT models will probably be available soon, around early June

Ah I see, I'm looking forward to that!

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

2 participants