This code is a tensorflow implementation of this paper, Predicting Ground-Level Scene Layout from Aerial Imagery.
And you are welcome to visit our Project Page
- Tensorflow r1.1 or higher Installation Page.
Training:
$ python main.py
Deploying:
$ python main.py --is_training=False
This repo only contains some example data for training, the whole dataset can be found in this link. You would have to edit the dataset path in main.py in order to use it.
We plan to release evaluation code soon.