All Projects → bernhard2202 → Improved Video Gan

bernhard2202 / Improved Video Gan

GitHub repository for "Improving Video Generation for Multi-functional Applications"

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Improved Video Gan

Singan
Official pytorch implementation of the paper: "SinGAN: Learning a Generative Model from a Single Natural Image"
Stars: ✭ 2,983 (+850%)
Mutual labels:  gan
Faceswap Gan
A denoising autoencoder + adversarial losses and attention mechanisms for face swapping.
Stars: ✭ 3,099 (+886.94%)
Mutual labels:  gan
Consingan
PyTorch implementation of "Improved Techniques for Training Single-Image GANs" (WACV-21)
Stars: ✭ 294 (-6.37%)
Mutual labels:  gan
My Data Competition Experience
本人多次机器学习与大数据竞赛Top5的经验总结,满满的干货,拿好不谢
Stars: ✭ 271 (-13.69%)
Mutual labels:  gan
Pytorch Lesson Zh
pytorch 包教不包会
Stars: ✭ 279 (-11.15%)
Mutual labels:  gan
Makegirlsmoe web
Create Anime Characters with MakeGirlsMoe
Stars: ✭ 3,144 (+901.27%)
Mutual labels:  gan
DCGAN-CelebA-PyTorch-CPP
DCGAN Implementation using PyTorch in both C++ and Python
Stars: ✭ 14 (-95.54%)
Mutual labels:  gan
Zhihu
This repo contains the source code in my personal column (https://zhuanlan.zhihu.com/zhaoyeyu), implemented using Python 3.6. Including Natural Language Processing and Computer Vision projects, such as text generation, machine translation, deep convolution GAN and other actual combat code.
Stars: ✭ 3,307 (+953.18%)
Mutual labels:  gan
Mydeeplearning
A deep learning library to provide algs in pure Numpy or Tensorflow.
Stars: ✭ 281 (-10.51%)
Mutual labels:  gan
Pytorch Srgan
A modern PyTorch implementation of SRGAN
Stars: ✭ 289 (-7.96%)
Mutual labels:  gan
Anime Face Dataset
🖼 A collection of high-quality anime faces.
Stars: ✭ 272 (-13.38%)
Mutual labels:  gan
Alae
[CVPR2020] Adversarial Latent Autoencoders
Stars: ✭ 3,178 (+912.1%)
Mutual labels:  gan
Dreampower
DeepNude with DreamNet improvements.
Stars: ✭ 287 (-8.6%)
Mutual labels:  gan
Face Generator
Generate human faces with neural networks
Stars: ✭ 266 (-15.29%)
Mutual labels:  gan
Person Reid gan
ICCV2017 Unlabeled Samples Generated by GAN Improve the Person Re-identification Baseline in vitro
Stars: ✭ 301 (-4.14%)
Mutual labels:  gan
Inpainting gmcnn
Image Inpainting via Generative Multi-column Convolutional Neural Networks, NeurIPS2018
Stars: ✭ 256 (-18.47%)
Mutual labels:  gan
Dcgan
The Simplest DCGAN Implementation
Stars: ✭ 286 (-8.92%)
Mutual labels:  gan
Deep Generative Prior
Code for deep generative prior (ECCV2020 oral)
Stars: ✭ 308 (-1.91%)
Mutual labels:  gan
Non Stationary texture syn
Code used for texture synthesis using GAN
Stars: ✭ 307 (-2.23%)
Mutual labels:  gan
Ydata Synthetic
Synthetic structured data generators
Stars: ✭ 288 (-8.28%)
Mutual labels:  gan

Improving Video Generation for Multi-functional Applications

GitHub repository for "Improving Video Generation for Multi-functional Applications"

Paper Link

For more information please refer to our homepage.

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].