-
Notifications
You must be signed in to change notification settings - Fork 672
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
feat(autoware_crosswalk_traffic_light_estimator): overwrite invalid detection result #9667
Conversation
Signed-off-by: MasatoSaeki <[email protected]>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAttention: Patch coverage is
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
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…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>
…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>
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.