wilson1yan / VideoGPT

MIT License
962 stars 115 forks source link

scripts/sample_videogpt.py is missing? #3

Open josephrocca opened 3 years ago

josephrocca commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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

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