Skip to content

Test project. Trying to develop trivial semantic SLAM.

Notifications You must be signed in to change notification settings

DimaZhu/SemSLAM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

SemSLAM

Builds 3D map of indoor environments from RGBD images.

Pipeline

  1. Segmentate every RGB image on two classes: empty (floor) and occupied
  2. Read if available relative translations between this and previous images. If translations not available predict them.
  3. Construct point cloud of occupied pixels in image.
  4. Intergrate this local point cloud to global map.

About

Test project. Trying to develop trivial semantic SLAM.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published