You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tested in Ubuntu + Intel i7 CPU + Nvidia Titan X (Pascal) with Cuda (>=8.0) and CuDNN (>=5.0). CPU mode should also work with minor changes.
Quick Start (Testing)
Clone this repository.
Download the pretrained models from Google Drive by running "python download_models.py". It takes several minutes to download all the models.
Run "python demo_512p.py" or "python demo_1024p.py" (requires large GPU memory) to synthesize images.
The synthesized images are saved in "result_512p/final" or "result_1024p/final".
Training
To train a model at 256p resolution, please set "is_training=True" and change the file paths for training and test sets accordingly in "demo_256p.py". Then run "demo_256p.py".
To train a model at 512p resolution, we fine-tune the pretrained model at 256p using "demo_512p.py". Also change "is_training=True" and file paths accordingly.
To train a model at 1024p resolution, we fine-tune the pretrained model at 512p using "demo_1024p.py". Also change "is_training=True" and file paths accordingly.
If you use our code for research, please cite our paper:
Qifeng Chen and Vladlen Koltun. Photographic Image Synthesis with Cascaded Refinement Networks. In ICCV 2017.
Amazon Turk Scripts
The scripts are put in the folder "mturk_scripts".
Todo List
Add the code and models for the GTA dataset.
Question
If you have any question or request about the code and data, please email me at chenqifeng22@gmail.com. If you need the pretrained model on NYU, please send an email to me.
License
MIT License
About
Photographic Image Synthesis with Cascaded Refinement Networks