Skip to content

Pytorch implementation for sequential image generation using GANs.

Notifications You must be signed in to change notification settings

AlamiMejjati/Seq_Scene_Gen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Pytorch implementation for sequential image generation using GANs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%