Skip to content

Semantic segmentation of LIDAR point clouds from the KITTI-360 dataset using a modified PointNet2. This is a Python and PyTorch based implementation using Jupyter Notebooks.

License

erik-dali/LIDAR-Semantic-Segmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

3D Object Detection: LIDAR Semantic Segmentation

Semantic segmentation of LIDAR point clouds from the KITTI-360 dataset using a modified PointNet2. This is a Python and PyTorch based implementation in a Jupyter Notebook. The following animation shows the model predictions by color.

screenshot

Abstract

This project proposes and implements a new variant of PointNet2 architecture for semantic segmentation of point clouds. The main difference between this implementation and the original one is the methodology for choosing and processing local features. Here I propose an alternative to the farthest point sampling (FPS) algorithm that improves accuracy by roughly 3 percent.

Coming Soon!

References

About

Semantic segmentation of LIDAR point clouds from the KITTI-360 dataset using a modified PointNet2. This is a Python and PyTorch based implementation using Jupyter Notebooks.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published