viibridges / gc-horizon-detector

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:C 70.2%Language:MATLAB 28.8%Language:Makefile 0.9%Language:M 0.1%