Adding image segmentation based pointcloud filter for Autoware.Universe #3974
Unanswered
badai-nguyen
asked this question in
Ideas
Replies: 1 comment
-
That's a good idea. My idea is to filter the ground and detect objects, and then cluster the saved point clouds and project them onto the image to capture small image areas for classification. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue
Currently, we (TIER IV) and I believe that other teams also struggling with some cases of UNKNOWN detected objects from camera_lidar_fusion which are related to:
Filtering such pointcloud based only on pointcloud geometry feature are challenge.
Possible solution
I belieave that understanding the pointcloud context information such as matching with image semantic/instance segmentation can help to understand and remove unnecessary pointcloud for autonomous driving.
So I am going to add an option of pointcloud filter based on image segmentation around camera_lidar_fusion pipeline.
For instance, and filtering based on drivable area and plant segmentation from image semantic segmentation result can refine the pointcloud after ground_segmentation and compare_map_filter:
The filter's accuracy will primarily depend on the perforamce of image segmentation model and the precision of aligning pointcloud with image plane.
In case of the filter is good enough, I think it can potentially replace the ground segmenation or compare map filter.
Beta Was this translation helpful? Give feedback.
All reactions