Skip to content

the source code of the paper "Accurate Dynamic SLAM using CRF-basedLong-term Consistency"

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE.txt
GPL-3.0
License-gpl.txt
Notifications You must be signed in to change notification settings

Zhengjun-Du/LC-CRF-SLAM

Repository files navigation

LC-CRF-SLAM

Accurate Dynamic SLAM using CRF-based Long-term Consistency

This is the source code of the paper: Accurate Dynamic SLAM using CRF-based Long-term Consistency
Authors: Zheng-Jun Du, Shi-Sheng Huang, Tai-Jiang Mu, Qunhe Zhao, Ralph R. Martin and Kun Xu

Our implementation is based on the framework of ORBSLAM2, any question about the code please contact me via my email: [email protected].

Build

We compile the project on Ubuntu 16.04 LTS, and the compiling is similar to ORBSLAM2, please refer to https://github.com/raulmur/ORB_SLAM2#3-building-orb-slam2-library-and-examples for more detail. All dependency libraries are included in the Thirdparty directory.

Dataset

We test our algorithm on two dynamic dataset: TUM RGB-D dynamic dataset and BONN RGB-D dynamic dataset.

Usage

./rgbd_tum path_to_sequence path_to_association path_to_settings

more detail see the file: rgbd_tum.cc

Evaluate

The tools of ate/rpe evaluation locate in /Examples/RGB-D
usage: (python 2.7)

python evaluate_ate/evaluate_rpe.py groundtruth.txt trajectory.txt --verbose

Notes

If the frame viewers are frozen, close it, it will be reactived.

About

the source code of the paper "Accurate Dynamic SLAM using CRF-basedLong-term Consistency"

Resources

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE.txt
GPL-3.0
License-gpl.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages