-
Notifications
You must be signed in to change notification settings - Fork 658
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(detected_object_validation): change the points_num of the validator to be set class by class #5177
fix(detected_object_validation): change the points_num of the validator to be set class by class #5177
Conversation
Signed-off-by: badai-nguyen <[email protected]>
Signed-off-by: badai-nguyen <[email protected]>
Signed-off-by: badai-nguyen <[email protected]>
Signed-off-by: badai-nguyen <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #5177 +/- ##
==========================================
- Coverage 14.85% 14.85% -0.01%
==========================================
Files 1627 1627
Lines 112656 112659 +3
Branches 34806 34806
==========================================
Hits 16739 16739
- Misses 77156 77159 +3
Partials 18761 18761
*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
perception/detected_object_validation/src/obstacle_pointcloud_based_validator.cpp
Outdated
Show resolved
Hide resolved
Signed-off-by: badai-nguyen <[email protected]>
…or to be set class by class (autowarefoundation#5177) * fix: add param for each object class Signed-off-by: badai-nguyen <[email protected]> * fix: add missing classes param Signed-off-by: badai-nguyen <[email protected]> * fix: launch file Signed-off-by: badai-nguyen <[email protected]> * fix: typo Signed-off-by: badai-nguyen <[email protected]> * chore: refactor Signed-off-by: badai-nguyen <[email protected]> --------- Signed-off-by: badai-nguyen <[email protected]>
…or to be set class by class (autowarefoundation#5177) * fix: add param for each object class Signed-off-by: badai-nguyen <[email protected]> * fix: add missing classes param Signed-off-by: badai-nguyen <[email protected]> * fix: launch file Signed-off-by: badai-nguyen <[email protected]> * fix: typo Signed-off-by: badai-nguyen <[email protected]> * chore: refactor Signed-off-by: badai-nguyen <[email protected]> --------- Signed-off-by: badai-nguyen <[email protected]>
…or to be set class by class (autowarefoundation#5177) * fix: add param for each object class Signed-off-by: badai-nguyen <[email protected]> * fix: add missing classes param Signed-off-by: badai-nguyen <[email protected]> * fix: launch file Signed-off-by: badai-nguyen <[email protected]> * fix: typo Signed-off-by: badai-nguyen <[email protected]> * chore: refactor Signed-off-by: badai-nguyen <[email protected]> --------- Signed-off-by: badai-nguyen <[email protected]>
Description
This PR add threshold pointcloud number for each class in
obstacle_pointcloud_based_validator
to reduce FP of less pointcloud vehicle which is detected by DNN(Centerpoint) model.Related link
TIER IV INTERNAL LINK
autowarefoundation/autoware_launch#606
Tests performed
Tested by logging_simulator and internal rosbag.
Green: Centerpoint result
Yellow: Validator result
Blue: Predicted result
Not applicable.
Effects on system behavior
Not applicable.
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.