Skip to content

mvrl/crossnet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Predicting Ground-Level Scene Layout from Aerial Imagery

This code is a TensorFlow implementation of this CVPR 2017 paper: Predicting Ground-Level Scene Layout from Aerial Imagery.

Dependencies

Running

Training:

$ python main.py

Deploying:

$ python main.py --is_training=False

Data

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.

About

Cross-view Supervised Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%