Home

Awesome

Attribute2Image

This is the code for ECCV 2016 paper Attribute2Image: Conditional Image Generation from Visual Attributes by Xinchen Yan, Jimei Yang, Kihyuk Sohn and Honglak Lee.

<img src="https://97ec8ad8-a-62cb3a1a-s-sites.googlegroups.com/site/attribute2image/home/Figure_progression_new_hl.png" width="900px" height="360px"/>

Please follow the instructions to run the code.

Requirements

Attribute2Image requires or works with

Installing Dependency

Data Preprocessing

./prep_cropped_lfw.sh
./prep_cropped_celeba.sh
./download_preprocessed_celeba.sh
./prep_cropped_cub.sh

Training (vanilla CVAE)

./demo_lfw_trainCVAE.sh
./demo_celeba_trainCVAE.sh

Training (disentangling CVAE)

./demo_lfw_trainDisCVAE.sh
./demo_cub_trainDisCVAE.sh

Visualization using Pre-trained Models

TBD

Citation

If you find this useful, please cite our work as follows:

@article{yan2015attribute2image,
  title={Attribute2Image: Conditional Image Generation from Visual Attributes},
  author={Yan, Xinchen and Yang, Jimei and Sohn, Kihyuk and Lee, Honglak},
  journal={arXiv preprint arXiv:1512.00570},
  year={2015}
}

Please contact "skywalkeryxc@gmail.com" if any questions.