├── LICENSE ├── README.md ├── baselines.py ├── default.py ├── img └── pipelineoverview.png ├── itergan.py ├── preprocess.py └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomaat/IterGAN/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomaat/IterGAN/HEAD/README.md -------------------------------------------------------------------------------- /baselines.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomaat/IterGAN/HEAD/baselines.py -------------------------------------------------------------------------------- /default.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomaat/IterGAN/HEAD/default.py -------------------------------------------------------------------------------- /img/pipelineoverview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomaat/IterGAN/HEAD/img/pipelineoverview.png -------------------------------------------------------------------------------- /itergan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomaat/IterGAN/HEAD/itergan.py -------------------------------------------------------------------------------- /preprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomaat/IterGAN/HEAD/preprocess.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomaat/IterGAN/HEAD/requirements.txt --------------------------------------------------------------------------------