Skip to content
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

Conversation

badai-nguyen
Copy link
Contributor

@badai-nguyen badai-nguyen commented Sep 28, 2023

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
image

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.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

@github-actions github-actions bot added the component:perception Advanced sensor data processing and environment understanding. (auto-assigned) label Sep 28, 2023
Signed-off-by: badai-nguyen <[email protected]>
@github-actions github-actions bot added the component:launch Launch files, scripts and initialization tools. (auto-assigned) label Oct 3, 2023
@badai-nguyen badai-nguyen requested a review from yukke42 October 3, 2023 06:36
@badai-nguyen badai-nguyen marked this pull request as ready for review October 3, 2023 06:37
Signed-off-by: badai-nguyen <[email protected]>
@badai-nguyen badai-nguyen added the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Oct 3, 2023
@codecov
Copy link

codecov bot commented Oct 3, 2023

Codecov Report

Attention: 8 lines in your changes are missing coverage. Please review.

Comparison is base (c552c3d) 14.85% compared to head (b94e6e6) 14.85%.
Report is 45 commits behind head on main.

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              
Flag Coverage Δ *Carryforward flag
differential 0.00% <0.00%> (?)
total 14.85% <ø> (+<0.01%) ⬆️ Carriedforward from 1ff5bc5

*This pull request uses carry forward flags. Click here to find out more.

Files Coverage Δ
...dation/src/obstacle_pointcloud_based_validator.cpp 0.00% <0.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@yukkysaito yukkysaito left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@miursh miursh changed the title fix(detected_object_validation): update obstacle pointcloud based validator to reduce FP fix(detected_object_validation): change the points_num of the validator to be set class by class Oct 3, 2023
Signed-off-by: badai-nguyen <[email protected]>
@badai-nguyen badai-nguyen merged commit c763eda into autowarefoundation:main Oct 5, 2023
25 of 28 checks passed
badai-nguyen added a commit to tier4/autoware.universe that referenced this pull request Oct 5, 2023
…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]>
badai-nguyen added a commit to badai-nguyen/autoware.universe that referenced this pull request Oct 16, 2023
…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]>
Shin-kyoto pushed a commit to tier4/autoware.universe that referenced this pull request Oct 25, 2023
…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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:launch Launch files, scripts and initialization tools. (auto-assigned) component:perception Advanced sensor data processing and environment understanding. (auto-assigned) tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants