Vanishing Point Detection using Inverse Gnomonic Projection [Caffe on Python 2.7]
269
Copyright disclaimer
The copyright in this software is being made available under the BSD LICENSE Copyright (c) 2017-present Leibniz University Hannover (LUH) Institut fuer Informationsverarbeitung (TNT)
The code provided here was adapted from:
@inproceedings{kluger2017deep, title={Deep learning for vanishing point detection using an inverse gnomonic projection}, author={Kluger, Florian and Ackermann, Hanno and Yang, Michael Ying and Rosenhahn, Bodo}, booktitle={German Conference on Pattern Recognition (GCPR)}, year={2017} }The paper can be found on arXiv. Refer to fkluger/vanishing_points_2017 for additional information and resources.
requirements.txt packagesdocker pull davidelanz/vanishing_points
cd /home/vanishing_points
pytest test.py
docker pull bvlc/caffe:cpu
docker pull bvlc/caffe:gpu
git clone https://github.com/Davidelanz/vanishing_points.git
cd vanishing_points
pip install -r requirements.txt
cnn folder.config.py so that it contains the path to your Caffe installation and the paths where you store
the benchmark datasets.You can run the vanishing point detector on the example images and visualise the results.
Computation may take a few moments. Adjust the gpu_id in the main.py file if necessary. Then run:
python main.py




A single-image test is available:
pytest test.py
Content type
Image
Digest
Size
1.7 GB
Last updated
almost 6 years ago
docker pull davidelanz/vanishing_points