Skip to content

Deep based Visual SLAM Project(Depth estimation, Optical flow, Visual inertial odometry)

License

Notifications You must be signed in to change notification settings

chansoopark98/Deep-Visual-SLAM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep-Visual-SLAM

Github All Releases

Hits

Python

This repository implements a deep learning-based Monocular Visual SLAM. The key idea is to integrate a pre-trained depth estimation model and a camera optical flow estimation algorithm to construct the Visual SLAM Front-end. Using self-supervised learning, we enable camera ego-motion estimation, similar to Monodepth2. In the future, once the training results of each module (depth, flow, pose) are stabilized, we aim to integrate SLAM Backend algorithms as well.

Features

  • Deep-based Visual SLAM (VO/VIO)
    • Monocular Depth Estimation
    • Optical Flow Estimation
    • Visual Odometry (with inertial sensors)

Monocular Depth Estimation

Train and Evaluate Mono-Depth

Optical Flow Estimation

Future work

Visual Odometry (with Inertial)

Future work

Releases

No releases published

Packages

No packages published

Languages