Skip to content

StoryGAN: A Sequential Conditional GAN for Story Visualization

Notifications You must be signed in to change notification settings

yitong91/StoryGAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

StoryGAN: A Sequential Conditional GAN for Story Visualization (Python 3.7+, Pytorch 1.6)

This repository is still under construction.

Requirement:

Python 3.7+ Pytorch 1.6 Opencv-python (cv2)

Configure File

/code/cfg/clevr.yml is the configure file for the model. This file contains the setup of the dimension of the features, maximum training epoches and etc.

Run

To run the code on CLEVR-SV experiment:

python main_clevr.py

Citation

@article{li2018storygan,
  title={StoryGAN: A Sequential Conditional GAN for Story Visualization},
  author={Li, Yitong and Gan, Zhe and Shen, Yelong and Liu, Jingjing and Cheng, Yu and Wu, Yuexin and Carin, Lawrence and Carlson, David and Gao, Jianfeng},
  journal={CVPR},
  year={2019}
}

About

StoryGAN: A Sequential Conditional GAN for Story Visualization

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages