Skip to content

shaikh58/PointCloudPosePrediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Pose Estimation from 3D Point Clouds

A deep neural network to predict relative poses between two sets of 3D point clouds obtained from RGBD camera/LiDAR scans. This work aims to provide an alternative to traditional point cloud registration algorithms such as Iterative Closest Point (ICP). It aims to address two challenges that ICP faces: first, sensitivity to initialization, and second, heavy computational load for successive data alignment/optimization steps. We treat this as a pose regression problem and train an end to end to pipeline that extracts point clouds from RGBD camera data and uses a PointNet backbone as a feature extractor, followed by an MLP and the final regression layer.

About

Deep Pose Estimation from 3D Point Clouds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published