Pytorch implementation for sequential image generation using GANs based on our AAAI 2019 paper:
Turkoglu, MO, et al. " A Layer-Based Sequential Framework for Scene Generation with GANs. " In AAAI. 2019.
Background model can be trained with
python train_bg_model.py
Foreground model can be trained with
python train_fg_model.py
Baseline model can be trained with
python train_baseline_model.py
@inproceedings{turkoglu2019layer,
title={A Layer-Based Sequential Framework for Scene Generation with GANs},
author={Turkoglu, Mehmet Ozgur and Spreeuwers, Luuk and Thong, William and Kicanaoglu, Berkay},
booktitle={Thirty-Third AAAI Conference on Artificial Intelligence (AAAI-19)},
year={2019}
}