Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.11 KB

File metadata and controls

19 lines (12 loc) · 1.11 KB

Lidar geometry classifier

Used ros2, gazebo, keras and pangolin to gather lidar data, render it, and classify simple geometries with a custom neural network model that achieves 97.6% accuracy. Tried out some other other architectures and they were ranging from 85% to 93% accuracy.

We got:

Demo

pangoclouds.py loads a point cloud, removes noise, clusters the datapoints and with a neural network identifies cubes from different geometries successfully with an accuracy of 97.6%

pangloclouds

pangloclouds