Generating the front face of a building using its block diagram
This project is based on the paper “Image-to-Image Translation with Conditional Adversarial Networks” by Phillip Isola, Jun-Yan Zhu, Tinghui Zhou, Alexei A. Efros.
First you need to download the CMP Facade dataset.
Go into pix2pix directory.
Then, run python3 build_dataset.py ‘path to CMP_facade_DB_base’ to transform the data.
Finally, run python3 example.py and the output will be saved in pix2pix/images folder.
Python 3.5
Tensorflow
Input Images: Column 1,4,7 (hand drawn)
Model Output: Column 2,5,8
Actual Images: Column 3,6,9