Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
/ Navsynth Public archive

Non-Adversarial Video Synthesis with Learned Priors (CVPR'20)

Notifications You must be signed in to change notification settings

abhishekaich27/Navsynth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Non-Adversarial Video Synthesis with Learned Priors

Overview

This package is a PyTorch implementation of the paper "Non-Adversarial Video Synthesis with Learned Priors" accepted at IEEE CVPR 2020.
[Project page] [Paper]

Dependencies

Create a conda environment with the 'environment.yml'

Data

Please download the Chair-CAD dataset.

Running

  1. Create folders with names "fc_dir", "videos" and "mp4_files".
  2. Set the dataset path in the "class_gen.py" file.
  3. Run the following:
python class_gen.py

Citation

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}
}

Contact

Please contact the first author of the associated paper - Abhishek Aich (aaich001@ucr.edu) for any further queries.

About

Non-Adversarial Video Synthesis with Learned Priors (CVPR'20)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages