8000 GitHub - alejandrofontan/dso: This repository is a fork of DSO, modified to serve as a baseline for experiments within the VSLAM-LAB environment.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

This repository is a fork of DSO, modified to serve as a baseline for experiments within the VSLAM-LAB environment.

License

Notifications You must be signed in to change notification settings

alejandrofontan/dso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSO: Direct Sparse Odometry

This repository is a fork of DSO, incorporating updates to utilize most recent libraries.

This version has been modified to serve as a baseline for Visual Simultaneous Localization and Mapping (VSLAM) experiments within the VSLAM-LAB environment.

Note: The current version of this repository only supports the radtan distortion model with 5 parameters. As a result, other capabilities such as using photometric calibration might not be working properly.

Getting Started

If you want to run DSO on your own data that is not contained in VSLAM-LAB, you can follow these steps.

Installation

To ensure all dependencies are properly installed, we suggest using mamba. If you haven't installed mamba yet, please download and set up miniforge, which is a more streamlined installer. This installer will create a "base" environment that includes the conda and mamba package managers.

If you already have a conda installation, you can add mamba by running:

conda install mamba -c conda-forge

Clone the repository:

git clone https://github.com/alejandrofontan/dso.git && cd dso

Create the environment:

mamba env create -f environment.yml
mamba activate dso

Build DSO:

python build.py

Related Publications:

  • Direct Sparse Odometry, J. Engel, V. Koltun, D. Cremers, In arXiv:1607.02565, 2016
  • A Photometrically Calibrated Benchmark For Monocular Visual Odometry, J. Engel, V. Usenko, D. Cremers, In arXiv:1607.02555, 2016

License

DSO was developed at the Technical University of Munich and Intel. The open-source version is licensed under the GNU General Public License Version 3 (GPLv3). See http://vision.in.tum.de/dso for details.

About

This repository is a fork of DSO, modified to serve as a baseline for experiments within the VSLAM-LAB environment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0