Skip to content

Source code of paper, Detecting Vanishing Points using Global Image Context in a Non-Manhattan World.

License

Notifications You must be signed in to change notification settings

viibridges/gc-horizon-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gc-horizon-detector

This repo contains the source code of paper, Detecting Vanishing Points using Global Image Context in a Non-Manhattan World.

And you can find more details in our Project Page.

Installation:

  1. Install Caffe and compile Matcaffe (see toturial at Caffe Installation).
  2. Download the Caffe model, and uncompress the tarball to "assets".
  3. Compile LSD (Line Segment Detector):
$ cd assets/lsd; make

Note:

We recently updated our CNN model to a state-of-the-art network, which is trained with the approach introduced by another excellent work: Horizon Lines in the Wild.

If you require the original implementation of our work, you can still check the old version:

$ git checkout v1.0

About

Source code of paper, Detecting Vanishing Points using Global Image Context in a Non-Manhattan World.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages