forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 33
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: improve perception #831
Merged
Merged
Conversation
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
* fix(tensorrt_yolox): update yolox-s model Signed-off-by: badai-nguyen <[email protected]> * fix: cspell check Signed-off-by: badai-nguyen <[email protected]> * fix: typo Signed-off-by: badai-nguyen <[email protected]> * fix: lint_cmake check Signed-off-by: badai-nguyen <[email protected]> --------- Signed-off-by: badai-nguyen <[email protected]>
…ipeline (autowarefoundation#4779) * fix(tier4_percetion_launch): fix order of Camera-Lidar-Radar fusion pipeline Signed-off-by: scepter914 <[email protected]> * fix clustering update Signed-off-by: scepter914 <[email protected]> * fix from Camera-LidAR fusion Signed-off-by: scepter914 <[email protected]> * refactor Signed-off-by: scepter914 <[email protected]> * refactor Signed-off-by: scepter914 <[email protected]> * fix merge Signed-off-by: scepter914 <[email protected]> * Update launch/tier4_perception_launch/launch/object_recognition/detection/camera_lidar_radar_fusion_based_detection.launch.xml Co-authored-by: Shunsuke Miura <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: scepter914 <[email protected]> Co-authored-by: Shunsuke Miura <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: tomoya.kimura <[email protected]>
…ll unknown object detection (autowarefoundation#4681) * feat: add roi_pointcloud_fusion node Signed-off-by: badai-nguyen <[email protected]> fix: postprocess Signed-off-by: badai-nguyen <[email protected]> fix: launch file Signed-off-by: badai-nguyen <[email protected]> chores: refactor Signed-off-by: badai-nguyen <[email protected]> fix: closest cluster Signed-off-by: badai-nguyen <[email protected]> * chores: refactor Signed-off-by: badai-nguyen <[email protected]> * docs: add readme Signed-off-by: badai-nguyen <[email protected]> * fix: add missed parameter declare Signed-off-by: badai-nguyen <[email protected]> * fix: add center transform Signed-off-by: badai-nguyen <[email protected]> * fix: typos in launch Signed-off-by: badai-nguyen <[email protected]> * docs: update docs Signed-off-by: badai-nguyen <[email protected]> * fix: change roi pointcloud fusion output to clusters Signed-off-by: badai-nguyen <[email protected]> * fix: add cluster debug roi pointcloud fusion Signed-off-by: badai-nguyen <[email protected]> * fix: use IoU_x in roi cluster fusion Signed-off-by: badai-nguyen <[email protected]> * feat: add cluster merger package Signed-off-by: badai-nguyen <[email protected]> * fix: camera lidar launch Signed-off-by: badai-nguyen <[email protected]> * style(pre-commit): autofix * fix: cluster merger Signed-off-by: badai-nguyen <[email protected]> * fix: roi cluster fusion unknown object fix Signed-off-by: badai-nguyen <[email protected]> * chore: typo Signed-off-by: badai-nguyen <[email protected]> * docs: add readme cluster_merger Signed-off-by: badai-nguyen <[email protected]> * docs: update roi pointcloud fusion readme Signed-off-by: badai-nguyen <[email protected]> * chore: typo Signed-off-by: badai-nguyen <[email protected]> * fix: multiple definition bug Signed-off-by: badai-nguyen <[email protected]> * chore: refactor Signed-off-by: badai-nguyen <[email protected]> * docs: update docs Signed-off-by: badai-nguyen <[email protected]> * chore: refactor Signed-off-by: badai-nguyen <[email protected]> * chore: pre-commit Signed-off-by: badai-nguyen <[email protected]> * fix: update camera_lidar_radar mode launch Signed-off-by: badai-nguyen <[email protected]> --------- Signed-off-by: badai-nguyen <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
tkimura4
requested review from
wep21,
dan-dnn,
manato,
yukkysaito,
yukke42,
miursh and
YoshiRi
as code owners
September 13, 2023 05:22
tkimura4
removed request for
manato,
yukkysaito,
YoshiRi,
yukke42,
wep21 and
dan-dnn
September 13, 2023 05:22
github-actions
bot
added
documentation
Improvements or additions to documentation
launch
common
perception
labels
Sep 13, 2023
Naophis
approved these changes
Sep 13, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
autowarefoundation#4949
( autowarefoundation#4779 )
autowarefoundation#4681
Improved detection performance for small objects and color cones
Related links
(TIERIV Internal Link: https://github.com/tier4/autoware_launch.xx1/pull/628 )
Tests performed
Tested on psim/lsim launch
Notes for reviewers
Interface changes
Effects on system behavior
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.
After all checkboxes are checked, anyone who has write access can merge the PR.