在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):naver/kapture开源软件地址(OpenSource Url):https://github.com/naver/kapture开源编程语言(OpenSource Language):Python 99.9%开源软件介绍(OpenSource Introduction):Table of Contents
1. OverviewKapture is a pivot file format, based on text and binary files, used to describe SfM (Structure From Motion) and more generally sensor-acquired data. It can be used to store sensor parameters and raw sensor data:
As well as computed data:
Finally, many popular datasets can directly be downloaded using the convenient downloader! 2. SpecificationsThe format specification is detailed in the kapture format specifications document. 3. Example File StructureThis is an example file structure of a dataset in the kapture format.
4. SoftwareThe kapture format is provided with a Python library, as well as several conversion tools. Using dockerBuild the docker image: # build the docker image : if you have already cloned the repository
docker build . -t kapture/kapture
# OR build the docker image directly from github
docker build git://github.com/naver/kapture -t kapture/kapture
# run unit tests
docker run -it --rm kapture/kapture python3 -m unittest discover -s /opt/src/kapture/tests If you want to process your own data, you can bind directories between the host and the container using
docker run -it \
--rm \ # Automatically remove the container when it exits \
--volume /path/to/dataset/:/dataset:ro \ #read only
kapture/kapture kapture Python librarySee the tutorial for some examples using the kapture Python library. kapture toolsIn this repository, you will find a set of conversion tools to or from kapture format.
Import results to kapture format, and conversely, export converts kapture data to other formats.
Depending of the format, some data might not be converted, either because the other format does not support it (
5. kapture support in other packages6. DatasetsThe kapture package provides conversion tools for several data formats and datasets used in the domain. But it also provides a tool to download datasets already converted to kapture. See the kapture tutorial for instructions to use the dataset downloader. Here is a list of datasets you can directly download in kapture format with the downloader tool:
7. kapture-localizationCheckout kapture-localization, our toolbox which contains implementations for various localization related algorithms.
8. TutorialSee the kapture tutorial for a short introduction to:
9. ContributingThere are many ways to contribute to the kapture project:
If you wish to contribute, please refer to the CONTRIBUTING page. 10. LicenseSoftware license is detailed in the LICENSE file. 11. Contact UsYou can contact us through GitHub, or at kapture at naverlabs + com |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论