forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(traffic_light): output undetected traffic light as unknown (auto…
…warefoundation#5934) * fix: output undetected traffic light as unknown Signed-off-by: tzhong518 <[email protected]> * Update perception/traffic_light_classifier/src/nodelet.cpp Co-authored-by: Kotaro Uetake <[email protected]> * Update perception/traffic_light_occlusion_predictor/src/occlusion_predictor.cpp Co-authored-by: Kotaro Uetake <[email protected]> * style(pre-commit): autofix * fix: unnecessary count Signed-off-by: tzhong518 <[email protected]> * style(pre-commit): autofix * fix: improve readability Signed-off-by: tzhong518 <[email protected]> * fix: index error Signed-off-by: tzhong518 <[email protected]> * fix: append the undetected rois at the end so that the order can be easily kept Signed-off-by: tzhong518 <[email protected]> * fix: false occlusion ratio for undetected signals Signed-off-by: tzhong518 <[email protected]> --------- Signed-off-by: tzhong518 <[email protected]> Co-authored-by: Kotaro Uetake <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
Showing
4 changed files
with
63 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters