-
Notifications
You must be signed in to change notification settings - Fork 677
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a new pointcloud filter based on image semantic segmentation #5594
Comments
This pull request has been automatically marked as stale because it has not had recent activity. |
|
@StepTurtle please check this work too, link it when creating a new issue. |
Note: 2D multiple header YOLOX was trained and is going to update by autowarefoundation/autoware#4012 |
This pull request has been automatically marked as stale because it has not had recent activity. |
@badai-nguyen is this issue completed? |
@xmfcx thank you for your remind. |
Note: as mention here, the initial version of |
Checklist
Description
As I described https://github.com/orgs/autowarefoundation/discussions/3974, we (TIER IV) and other teams are also facing difficult to deal with unknown from plants, raindrops/smoke/splash pointcloud or pointcloud of ground segmentation fail.
Current pointcloud filters including dual_return_filter, outlier_filter, ground_segmentation only based on points kinematics information. Compare_map_filter compare pointcloud with map to remove un-movable objects but it frequently fail with growing plants, tree.. etc.
It should be helpful if image semantic information could be used and fused with pointcloud to remove unnecessary pointclouds for autonomous driving such as pointcloud of plants in background, or drivable area.
Purpose
To deploy some kind of image semantic or instance segmentation model and matching with pointcloud to filter pointcloud.
Possible approaches
Publish some 2d mask image of segmentation information or kind of less important image region information for filtering
Create new node to fuse image pixel level with pointcloud and remove pointcloud in less important image region.
Definition of done
The text was updated successfully, but these errors were encountered: