This code is a TensorFlow implementation of this CVPR 2017 paper: Predicting Ground-Level Scene Layout from Aerial Imagery.
- Tensorflow r1.1 or higher Installation Page.
Training:
$ python main.py
Deploying:
$ python main.py --is_training=False
This repository only contains example data for training; the full dataset can be requested from [this link](https://drive.google.com/open?id=0BzvmHzyo_zCAX3I4VG1mWnhmcGc. You would have to edit the dataset path in main.py in order to use it.