Skip to content

[WACV 2020] ImaGINator: Conditional Spatio-Temporal GAN for Video Generation

License

Notifications You must be signed in to change notification settings

wyhsirius/ImaGINator

Repository files navigation

ImaGINator: Conditional Spatio-Temporal GAN for Video Generation

Yaohui Wang, Piotr Bilinski, Francois Bremond and Antitza Dantcheva

Requirements

  • Python 3.6
  • cuda 9.2
  • cudnn 7.1
  • PyTorch 1.4+
  • scikit-video
  • tensoboard
  • moviepy
  • PyAV

Dataset

You can download the original MUG datest from https://mug.ee.auth.gr/fed/ and use https://github.com/1adrianb/face-alignment to crop face regions. You can also download our preprocessed version from here and save it under $DATA_PATH.

Pretrained model

Download the pretrained model on MUG from here and put it under ./pretrained.

Inference

Generate videos and save them under ./demos/mug

python demo.py --dataset mug --model_path ./pretrained/mug.pth

Training

python train.py --data_path $DATA_PATH

Evaluation

To compute FID, please ref to G3AN.

Citation

If you find this code useful for your research, please consider citing our paper:

@InProceedings{WANG_2020_WACV,
  author = {WANG, Yaohui and Bilinski, Piotr and Bremond, Francois and Dantcheva, Antitza},
  title = {ImaGINator: Conditional Spatio-Temporal GAN for Video Generation},
  booktitle = {The IEEE Winter Conference on Applications of Computer Vision (WACV)},
  month = {March},
  year = {2020}
}

About

[WACV 2020] ImaGINator: Conditional Spatio-Temporal GAN for Video Generation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages