This package is a PyTorch implementation of the paper "Non-Adversarial Video Synthesis with Learned Priors" accepted at IEEE CVPR 2020.
[Project page] [Paper]
Create a conda environment with the 'environment.yml'
Please download the Chair-CAD dataset.
- Create folders with names "fc_dir", "videos" and "mp4_files".
- Set the dataset path in the "class_gen.py" file.
- Run the following:
python class_gen.py
Please cite the following work if you use this package.
@InProceedings{Aich_2020_CVPR,
author = {Aich, Abhishek and Gupta, Akash and Panda, Rameswar and Hyder, Rakib and Asif, M. Salman and Roy-Chowdhury, Amit K.},
title = {Non-Adversarial Video Synthesis With Learned Priors},
booktitle = {The IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
pages = {6090--6099},
month = {June},
year = {2020}
}
Please contact the first author of the associated paper - Abhishek Aich (aaich001@ucr.edu) for any further queries.