Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.51 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.51 KB

Gaurav Parmar, Dacheng Li, Kwonjoon Lee, Zhuowen Tu

CVPR 2021

Model

Figure: Sampling Results of Re-implementation.

This folder provides a re-implementation of this paper in PyTorch, developed as part of the course METU CENG 796 - Deep Generative Models. The re-implementation is provided by:

Please see the jupyter notebook file main.ipynb for a summary of paper, the implementation notes and our experimental results.

Installation

First anaconda package manager has to be installed on your system.
Then, to create the correct dependecies, run the below command.

conda env create --file requirements.txt

Note: This requirements txt is only for cpu use
Activate the conda environment

conda activate DC-VAE-env

To train the model use the below command. This command will start training, and creates a runs folder on the main directory where the metrics and logs of each experiment are easily tracktable.

python run.py

Produce qualitative and quantitative results with pre-trained model, look for the RESULTS part in main.ipynb