xrlocalization
OpenXRLab Visual Localization Toolbox and Server
Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 2 DOI reference(s) in README -
✓Academic publication links
Links to: arxiv.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.7%) to scientific vocabulary
Repository
OpenXRLab Visual Localization Toolbox and Server
Basic Info
- Host: GitHub
- Owner: openxrlab
- License: apache-2.0
- Language: Python
- Default Branch: main
- Size: 88.9 KB
Statistics
- Stars: 216
- Watchers: 4
- Forks: 27
- Open Issues: 10
- Releases: 1
Metadata Files
README.md
XRLocalization
Introduction
English | 简体中文
XRLocalization is an open source visual localization toolbox based on Python. It is a part of the OpenXRLab project.
https://user-images.githubusercontent.com/111835288/187731838-45ccbfaf-8a19-46a1-bd53-29c56793642c.mp4
Major Features
- Robust and efficient large-scale feature-based visual localization
- Both offline and online visual localization are supported
- A hierarchical framework that can easily integrate new features and matching methods
Getting Started
- Installation
- Quick Start
- Benchmark Evaluation
- Customizing New Feature
- Customizing Your Map
- Building AR Application
Benchmark
Please refer to benchmark.
AR Demo
Please refer to here for building your own AR application. Here is an AR demo based on XRLocalization.
License
The license of our codebase is Apache-2.0. Note that this license only applies to code in our library, the dependencies of which are separate and individually licensed. We would like to pay tribute to open-source implementations to which we rely on. Please be aware that using the content of dependencies may affect the license of our codebase. Some supported methods may carry additional licenses.
FAQ
Please refer to FAQ for frequently asked questions.
Citation
If you use this toolbox or benchmark in your research, please cite this project.
bibtex
@misc{xrlocalization,
title={OpenXRLab Visual Localization Toolbox and Server},
author={XRLocalization Contributors},
howpublished = {\url{https://github.com/openxrlab/xrlocalization}},
year={2022}
}
If you use Geometry-Aided Matching in your research, please cite:
bibtex
@misc{https://doi.org/10.48550/arxiv.2211.08712,
url = {https://arxiv.org/abs/2211.08712},
author = {Yu, Hailin and Feng, Youji and Ye, Weicai and Jiang, Mingxuan and Bao, Hujun and Zhang, Guofeng},
title = {Improving Feature-based Visual Localization by Geometry-Aided Matching},
publisher = {arXiv},
year = {2022},
}
and
bibtex
@inproceedings{yu2020learning,
title={Learning bipartite graph matching for robust visual localization},
author={Yu, Hailin and Ye, Weicai and Feng, Youji and Bao, Hujun and Zhang, Guofeng},
booktitle={2020 IEEE International Symposium on Mixed and Augmented Reality (ISMAR)},
pages={146--155},
year={2020},
organization={IEEE}
}
Contributing
We appreciate all contributions to improve XRLocalization. Please refer to CONTRIBUTING.md for the contributing guideline.
Acknowledgement
XRLocalization is an open source project that is contributed by researchers and engineers from both the academia and the industry. We appreciate all the contributors who implement their methods or add new features, as well as users who give valuable feedbacks. We wish that the toolbox and benchmark could serve the growing research community by providing a flexible toolkit to reimplement existing methods and develop their own new models.
Projects in OpenXRLab
- XRPrimer: OpenXRLab foundational library for XR-related algorithms.
- XRSLAM: OpenXRLab Visual-inertial SLAM Toolbox and Benchmark.
- XRSfM: OpenXRLab Structure-from-Motion Toolbox and Benchmark.
- XRLocalization: OpenXRLab Visual Localization Toolbox and Server.
- XRMoCap: OpenXRLab Multi-view Motion Capture Toolbox and Benchmark.
- XRMoGen: OpenXRLab Human Motion Generation Toolbox and Benchmark.
- XRNeRF: OpenXRLab Neural Radiance Field (NeRF) Toolbox and Benchmark.
Owner
- Name: OpenXRLab
- Login: openxrlab
- Kind: organization
- Website: https://openxrlab.org.cn/
- Twitter: OpenXRLab
- Repositories: 11
- Profile: https://github.com/openxrlab
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - name: "XRLocalization Contributors" title: "XRLocalization: OpenXRLab Visual Localization Toolbox and Server" date-released: 2022-09-01 url: "https://github.com/openxrlab/xrlocalization" license: Apache-2.0
GitHub Events
Total
- Issues event: 2
- Watch event: 26
- Issue comment event: 1
- Push event: 1
- Pull request review event: 1
- Pull request event: 1
- Fork event: 3
Last Year
- Issues event: 2
- Watch event: 26
- Issue comment event: 1
- Push event: 1
- Pull request review event: 1
- Pull request event: 1
- Fork event: 3
Dependencies
- flask *
- h5py *
- matplotlib >=3.2.1
- numpy >=1.18.1
- opencv-python ==3.4.9.33
- pybind11 *
- scikit-learn >=0.24.1
- scipy >=1.6.1
- setuptools >=46.1.3
- torch >=1.1.0
- tqdm *
- xrprimer ==0.5.2
- actions/checkout v2 composite
- actions/checkout v2 composite
- actions/setup-python v2 composite
- pytorch/pytorch 1.9.0-cuda10.2-cudnn7-runtime build