Skip to content

[AAAI 2019] A Layer-Based Sequential Framework for Scene Generation with GANs

Notifications You must be signed in to change notification settings

0zgur0/Sequential-Scene-GAN

Repository files navigation

Sequential Image Generation using GANs

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.

Getting Started

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

Citation

@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}
}

About

[AAAI 2019] A Layer-Based Sequential Framework for Scene Generation with GANs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages