Skip to content

viibridges/crossnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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.

About

Cross-view Supervised Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages