kapture-localization: localization pipelines based on kapture.
Project description
Overview
kapture-localization is a toolbox in which you will find implementations for various localization related algorithms. It strongly relies on the kapture format for data representation and manipulation.
The localization algorithms include:
-
mapping,
-
localization, and
-
benchmarking (image retrieval for visual localization).
It works on Ubuntu, Windows, and MacOS.
Structure
The directories are organised as follow:
├── kapture_localization/ # package (library)
├── pipeline/ # main programs executing all steps of the localization pipelines
├── samples/ # some sample data
├── tests/ # unit tests
└── tools/ # sub programs involved in the pipeline
The kapture-localization toolbox is available as:
-
Python package (
kapture_localization/
), -
Python executable scripts (
pipeline/
&tools/
).
There are 3 pipelines available:
-
mapping,
-
localization, and
-
image retrieval benchmark (global sfm, local sfm, pose approximation).
Installation
It can be installed using docker, pip or from manually from source code. After installing python (>=3.6) and COLMAP (>=3.6), this toolbox can be installed with:
pip install kapture-localization
See doc/installation.adoc for more details.
Tutorial
See doc/tutorial for a short introduction and examples of the provided processing pipelines.
Contributing
There are many ways to contribute to the kapture-localization project:
-
provide feedback and suggestion,
-
submit bug reports in the project bug tracker,
-
implement a feature or bug-fix for an outstanding issue,
-
provide scripts to create data in kapture format (e.g. local/global feature extraction),
-
propose a new feature and implement it.
If you wish to contribute, please refer to the CONTRIBUTING page.
License
Software license is detailed in the LICENSE file.
References
If you use this work for your research, please cite the respective paper(s):
Structure-based localization or kapture format.
@misc{kapture2020,
title={Robust Image Retrieval-based Visual Localization using Kapture},
author={Martin Humenberger and Yohann Cabon and Nicolas Guerin and Julien Morat and Jérôme Revaud and Philippe Rerole and Noé Pion and Cesar de Souza and Vincent Leroy and Gabriela Csurka},
year={2020},
eprint={2007.13867},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
Image retrieval benchmark.
@inproceedings{benchmarking_ir3DV2020,
title={Benchmarking Image Retrieval for Visual Localization},
author={Noé Pion, Martin Humenberger, Gabriela Csurka, Yohann Cabon, Torsten Sattler},
year={2020},
booktitle={International Conference on 3D Vision}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for kapture-localization-0.0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6df44b1af600c65d5a8427440646ef97d87259b19d09f09d7cfbc08737b6724d |
|
MD5 | 5387be9a44fd3a48dbed286254a23c82 |
|
BLAKE2b-256 | 3c9745fe8f4441830ddbc81bf40c08c44a4f30fe60e3417a3f790ad63ab4220b |
Hashes for kapture_localization-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e8a33957424d564dc132698aaae484e619145d8bfd843f774e24bb8039183064 |
|
MD5 | 49f0cebe810927320a19f9e7a6b6e9da |
|
BLAKE2b-256 | feec0d1ee068070c216fe5ee435413b5da81bed01a54b87f7ccd7193e8427805 |