├── LICENSE ├── MAINTAINERS ├── README.md ├── config.py ├── data_io.py ├── demo_generation.py ├── models └── barcac_filters64_npx257_5gL_5dL_epoch50.sgan ├── samples ├── TILE_models_barcac_filters64_npx257_5gL_5dL_epoch50.sgan_(256, 256)_(2, 3).jpg └── stored_models_barcac_filters64_npx257_5gL_5dL_epoch50.sgan.jpg ├── sgan.py └── tools.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zalandoresearch/spatial_gan/HEAD/LICENSE -------------------------------------------------------------------------------- /MAINTAINERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zalandoresearch/spatial_gan/HEAD/MAINTAINERS -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zalandoresearch/spatial_gan/HEAD/README.md -------------------------------------------------------------------------------- /config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zalandoresearch/spatial_gan/HEAD/config.py -------------------------------------------------------------------------------- /data_io.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zalandoresearch/spatial_gan/HEAD/data_io.py -------------------------------------------------------------------------------- /demo_generation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zalandoresearch/spatial_gan/HEAD/demo_generation.py -------------------------------------------------------------------------------- /models/barcac_filters64_npx257_5gL_5dL_epoch50.sgan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zalandoresearch/spatial_gan/HEAD/models/barcac_filters64_npx257_5gL_5dL_epoch50.sgan -------------------------------------------------------------------------------- /samples/TILE_models_barcac_filters64_npx257_5gL_5dL_epoch50.sgan_(256, 256)_(2, 3).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zalandoresearch/spatial_gan/HEAD/samples/TILE_models_barcac_filters64_npx257_5gL_5dL_epoch50.sgan_(256, 256)_(2, 3).jpg -------------------------------------------------------------------------------- /samples/stored_models_barcac_filters64_npx257_5gL_5dL_epoch50.sgan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zalandoresearch/spatial_gan/HEAD/samples/stored_models_barcac_filters64_npx257_5gL_5dL_epoch50.sgan.jpg -------------------------------------------------------------------------------- /sgan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zalandoresearch/spatial_gan/HEAD/sgan.py -------------------------------------------------------------------------------- /tools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zalandoresearch/spatial_gan/HEAD/tools.py --------------------------------------------------------------------------------