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

feat(autoware_crosswalk_traffic_light_estimator): overwrite invalid detection result #9667

Merged

Conversation

MasatoSaeki
Copy link
Contributor

@MasatoSaeki MasatoSaeki commented Dec 17, 2024

Description

This PR enables to overwrite invalid detection result made by ML.
Concretely, overwrite if below condition:

undetection -> color: unknown, shape: circle, confidence=0.0
backlight -> color: unknown, shape: unknown, confidence=0.0
occlusion -> color: unknown, shape: unknown, confidence=0.0

Related links

Parent Issue:

How was this PR tested?

see this page

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

@github-actions github-actions bot added component:perception Advanced sensor data processing and environment understanding. (auto-assigned) tag:require-cuda-build-and-test labels Dec 17, 2024
Copy link

github-actions bot commented Dec 17, 2024

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

@MasatoSaeki MasatoSaeki marked this pull request as ready for review December 24, 2024 00:54
@MasatoSaeki MasatoSaeki added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Dec 24, 2024
Copy link

codecov bot commented Dec 24, 2024

Codecov Report

Attention: Patch coverage is 0% with 7 lines in your changes missing coverage. Please review.

Project coverage is 29.84%. Comparing base (7e3a80c) to head (6f3024b).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
...are_crosswalk_traffic_light_estimator/src/node.cpp 0.00% 7 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9667      +/-   ##
==========================================
+ Coverage   28.77%   29.84%   +1.07%     
==========================================
  Files        1456     1446      -10     
  Lines      109101   107360    -1741     
  Branches    42498    41889     -609     
==========================================
+ Hits        31394    32046     +652     
+ Misses      74631    71919    -2712     
- Partials     3076     3395     +319     
Flag Coverage Δ *Carryforward flag
differential 0.00% <0.00%> (?)
differential-cuda 0.00% <0.00%> (?)
total 29.86% <ø> (+1.08%) ⬆️ Carriedforward from 101f779

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

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

@MasatoSaeki MasatoSaeki requested a review from YoshiRi December 24, 2024 01:17
@MasatoSaeki MasatoSaeki merged commit eaf5ad7 into autowarefoundation:main Dec 27, 2024
36 checks passed
kyoichi-sugahara pushed a commit to kyoichi-sugahara/autoware.universe that referenced this pull request Jan 6, 2025
…etection result (autowarefoundation#9667)

* add code in order to check invalid detection

Signed-off-by: MasatoSaeki <[email protected]>

* style(pre-commit): autofix

---------

Signed-off-by: MasatoSaeki <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
kyoichi-sugahara pushed a commit to kyoichi-sugahara/autoware.universe that referenced this pull request Jan 6, 2025
…etection result (autowarefoundation#9667)

* add code in order to check invalid detection

Signed-off-by: MasatoSaeki <[email protected]>

* style(pre-commit): autofix

---------

Signed-off-by: MasatoSaeki <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:perception Advanced sensor data processing and environment understanding. (auto-assigned) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) tag:require-cuda-build-and-test
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants