-
Notifications
You must be signed in to change notification settings - Fork 682
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
chore(lidar_centerpoint): add a check between the model and config's class size #3101
chore(lidar_centerpoint): add a check between the model and config's class size #3101
Conversation
Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #3101 +/- ##
==========================================
- Coverage 13.07% 12.32% -0.76%
==========================================
Files 1257 1355 +98
Lines 88806 94268 +5462
Branches 26865 26819 -46
==========================================
+ Hits 11614 11616 +2
- Misses 64945 70406 +5461
+ Partials 12247 12246 -1
*This pull request uses carry forward flags. Click here to find out more.
... and 110 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
Fixed typos Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
…zo25/autoware.universe into fix/lidar_centerpoint_add_class_check
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
It works fine!
? |
Ooh right, thanks ! |
common/tensorrt_common/include/tensorrt_common/tensorrt_common.hpp
Outdated
Show resolved
Hide resolved
Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
@yukke42 |
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.
pls check a change suggestion.
Co-authored-by: Yusuke Muramatsu <yukke42@users.noreply.github.com>
🙇 |
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
…class size (autowarefoundation#3101) * Add a check for the class size between the model and the config Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp> * Changed std::cout for logger calls Fixed typos Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp> * Missed some couts Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp> * Changed to the standard rclcpp logger Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp> * Deleted unused logic Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp> * Update perception/lidar_centerpoint/lib/network/tensorrt_wrapper.cpp Co-authored-by: Yusuke Muramatsu <yukke42@users.noreply.github.com> --------- Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp> Co-authored-by: Yusuke Muramatsu <yukke42@users.noreply.github.com>
Description
add a check between the model and config's class size
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.