This is the code for Cycle Consistent VAE (ECCV).
Official Code Repo - Github
Use the package manager pip to install all required libraries.
pip install requirements.txt
or
conda create --name <env> --file requirements.txt
All the models are train on 2D Sprites Dataset.
For training the autoencoer use main_vae.py
For training classifier based specified and unspecified use main_classifier.py
For training prediction based specified and unspecified use main_prediction.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.