开源软件名称(OpenSource Name):ucla-vision/xivo开源软件地址(OpenSource Url):https://github.com/ucla-vision/xivo开源编程语言(OpenSource Language):C++ 70.7%开源软件介绍(OpenSource Introduction):XIVO: X Inertial-aided Visual Odometry and Sparse MappingXIVO is an open-source repository for visual-inertial odometry/mapping. It is a simplified version of Corvis [Jones et al.,Tsotsos et al.], designed for pedagogical purposes, and incorporates odometry (relative motion of the sensor platform), local mapping (pose relative to a reference frame of the oldest visible features), and global mapping (pose relative to a global frame, including loop-closure and global re-localization — this feature, present in Corvis, is not yet incorporated in XIVO). XIVO runs at 140FPS on stored data (here from a RealSense D435i sensor) or on live streams with latency of around 1-7ms, depending on the hardware. It takes as input video frames from a calibrated camera and inertial measurements from an IMU, and outputs a sparse point cloud with attribute features and 6 DOF pose of the camera. It performs auto-calibration of the relative pose between the camera and the IMU as well as the time-stamp alignment. More demos are available here. The aproach is described in this paper. RequirementsThis software is primarily built and tested on Ubuntu 20.04 with compiler g++9. We may support other platforms as we feel like. A full list of supported platforms is listed in our build page. Dependencies
All dependencies, except for OpenCV, are included in the Build and UsagePlease see our wiki for usage instructions and more detailed information about the algorithm. License and DisclaimerThis software is property of the UC Regents, and is provided free of charge for research purposes only. It comes with no warranties, expressed or implied, according to these terms and conditions. For commercial use, please contact UCLA TDG. AcknowledgmentIf you make use of any part of this code or the datasets provided, please acknowledge this repository by citing the following:
or
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论