Awesome
Crossnet, a cross-view supervised learning solution
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
Dependencies
- Tensorflow r1.1 or higher Installation Page.
Running
Training:
$ python main.py
Deploying:
$ python main.py --is_training=False
Data
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.
Note
We plan to release evaluation code soon.