-
Notifications
You must be signed in to change notification settings - Fork 677
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(tier4_perception_launch): add option for new TL detector model #9731
base: main
Are you sure you want to change the base?
feat(tier4_perception_launch): add option for new TL detector model #9731
Conversation
Signed-off-by: badai-nguyen <[email protected]> fix: tier4 perception launch Signed-off-by: badai-nguyen <[email protected]> fix: add multi tlr detector launch Signed-off-by: badai-nguyen <[email protected]> fix: tier4 launch Signed-off-by: badai-nguyen <[email protected]> fix: tl detector launch Signed-off-by: badai-nguyen <[email protected]> fix: data director Signed-off-by: badai-nguyen <[email protected]> fix: precision int8 Signed-off-by: badai-nguyen <[email protected]> chore: revert to fp16 Signed-off-by: badai-nguyen <[email protected]> feat: remove occlusion and add car ped classification merger Signed-off-by: badai-nguyen <[email protected]> fix: launch for multi camera Signed-off-by: badai-nguyen <[email protected]> chore: pre-commit Signed-off-by: badai-nguyen <[email protected]> fix: update matching score Signed-off-by: badai-nguyen <[email protected]> feat: add max_iou_threshold Signed-off-by: badai-nguyen <[email protected]> feat: add occlusion unknown classifier Signed-off-by: badai-nguyen <[email protected]>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Signed-off-by: badai-nguyen <[email protected]>
Signed-off-by: badai-nguyen <[email protected]>
62f51e4
to
9bf8816
Compare
Signed-off-by: badai-nguyen <[email protected]>
Signed-off-by: badai-nguyen <[email protected]>
Signed-off-by: badai-nguyen <[email protected]>
Documentation URL: https://autowarefoundation.github.io/autoware.universe/pr-9731/ |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9731 +/- ##
=======================================
Coverage 29.74% 29.74%
=======================================
Files 1444 1444
Lines 108693 108693
Branches 42665 42665
=======================================
Hits 32336 32336
Misses 73175 73175
Partials 3182 3182
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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]>
Description
Related links
Parent Issue:
How was this PR tested?
ml_detection_model_type:=fine_detection_model
ml_detection_model_type:=whole_image_detection_model
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.