-
Notifications
You must be signed in to change notification settings - Fork 682
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
fix(euclidean_cluster): add disuse downsample in clustering pipeline #4385
fix(euclidean_cluster): add disuse downsample in clustering pipeline #4385
Conversation
Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #4385 +/- ##
=======================================
Coverage 15.06% 15.06%
=======================================
Files 1508 1508
Lines 103772 103772
Branches 31705 31705
=======================================
Hits 15631 15631
Misses 71127 71127
Partials 17014 17014
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…utowarefoundation#4385) * fix: add unuse downsample launch option Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * fix: add default param for downsample option Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * fix typo Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> --------- Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> Co-authored-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
…ipeline (autowarefoundation#4385)" This reverts commit 559f873.
Description
This PR to add option of unuse downsampling pointcloud to improve density of Euclidean Cluter (EC) input pointcloud.
In the result, small object detection perfomance could be improved.
Related links
TIER IV INTERNAL LINK
Tests performed
In spire of number of pointcloud input into Euclidean Cluster is increased, the simplified pipeline after change shows no increase of delay time between Ground_segmentation node and Euclidean Cluster node. The result was confirmed by logging_simulator.
Notes for reviewers
Interface changes
Effects on system behavior
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.