Updated with a short demo on sample AV LIDAR scans
parent
4de7d1813a
commit
8bd23a2ee7
|
@ -1,4 +1,5 @@
|
||||||
# Multiple objects detection, tracking and classification from LIDAR scans/point-clouds
|
# Multiple objects detection, tracking and classification from LIDAR scans/point-clouds
|
||||||
|

|
||||||
|
|
||||||
PCL based ROS package to Detect/Cluster --> Track --> Classify static and dynamic objects in real-time from LIDAR scans implemented in C++.
|
PCL based ROS package to Detect/Cluster --> Track --> Classify static and dynamic objects in real-time from LIDAR scans implemented in C++.
|
||||||
|
|
||||||
|
@ -8,5 +9,3 @@ PCL based ROS package to Detect/Cluster --> Track --> Classify static and dynami
|
||||||
- Unsupervised k-means clustering based on detected features and refinement using RANSAC
|
- Unsupervised k-means clustering based on detected features and refinement using RANSAC
|
||||||
- Stable tracking (object ID & data association) with an ensemble of Kalman Filters
|
- Stable tracking (object ID & data association) with an ensemble of Kalman Filters
|
||||||
- Robust compared to k-means clustering with mean-flow tracking
|
- Robust compared to k-means clustering with mean-flow tracking
|
||||||
### Short demo on a sample LIDAR scans from an autonomous vehicle
|
|
||||||

|
|
||||||
|
|
Loading…
Reference in New Issue