Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
GitHub repository for "Improving Video Generation for Multi-functional Applications"
| Date | Stars |
|---|---|
| 2026-07-24 | 328 |
| 2026-07-25 | 328 |
| 2026-07-28 | 328 |
| 2026-07-30 | 328 |
| 2026-08-06 | 328 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
Improving Video Generation for Multi-functional Applications ================================================================== GitHub repository for "Improving Video Generation for Multi-functional Applications" [Paper Link](https://arxiv.org/abs/1711.11453) For more information please refer to [our homepage](https://bernhard2202.github.io/ivgan/index.html). Requirements ------------ * Tensorflow 1.2.1 * Python 2.7 * ffmpeg Data Format ----------- Videos are stored as JPEGs of vertically stacked frames. Every frame needs to be at least 64x64 pixels; videos contain between 16 and 32 frames. For an example datasets see: http://carlvondrick.com/tinyvideo/#data Training -------- python main_train.py Important Parameters: * mode: one of 'generate', 'predict', 'bw2rgb', 'inpaint' depending on weather you want to generate videos, predict future frames, colorize videos or do inpainting. * batch_size: Recommended 64, for colorization use 32 for memory issues. * root_dir: root directory of dataset * index_file: must be in root_dir, containing a list of all training data clips; path relative to root_dir. * experiment_name: name of experiment * output_every: output loss to stdout and write to tensorboard summary every xx steps. * sample_every: generate a visual sample every xx steps. * save_model_very: save the model every xx steps. * recover_model: if true recover model and continue training
Excerpt of 1,420 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:8b224c522ce77a3d, topic:video-generation, desc:video generation, readme:video generation
matched fp:8b224c522ce77a3d, topic:gan, readme:inpainting