-
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
fix: center point class #4701
fix: center point class #4701
Conversation
…utowarefoundation#2677) * feat(lidar_centerpoint): add build only option for tensorrt engine Signed-off-by: yukke42 <yukke42@users.noreply.github.com> * fix typo Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com> * style(pre-commit): autofix * chore: add description Signed-off-by: yukke42 <yukke42@users.noreply.github.com> * chore: shutdown node Signed-off-by: yukke42 <yukke42@users.noreply.github.com> * feat: use tensorrt_commom Signed-off-by: yukke42 <yukke42@users.noreply.github.com> * fix: resolve the crash when shutting down the node Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp> * chore: fix typo Co-authored-by: Kenzo Lobos Tsunekawa <kenzo.lobos@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: yukke42 <yukke42@users.noreply.github.com> Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp> Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Kenzo Lobos Tsunekawa <kenzo.lobos@tier4.jp>
* fix(lidar_centerpoint): fix class Signed-off-by: Shin-kyoto <58775300+Shin-kyoto@users.noreply.github.com> * feat(lidar_centerpoint): fix range in config for centerpoint Signed-off-by: Shin-kyoto <58775300+Shin-kyoto@users.noreply.github.com> * feat(lidar_centerpoint): fix the ranges and voxel size Signed-off-by: Shin-kyoto <58775300+Shin-kyoto@users.noreply.github.com> --------- Signed-off-by: Shin-kyoto <58775300+Shin-kyoto@users.noreply.github.com>
This reverts commit efcf726.
@taikitanaka3 @yukke42 Should we set it to tiny as default? |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## awsim-stable #4701 +/- ##
===============================================
Coverage ? 11.87%
===============================================
Files ? 1333
Lines ? 92763
Branches ? 24649
===============================================
Hits ? 11011
Misses ? 70341
Partials ? 11411
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
I confirmed that it works properly with AWSIM
Description
Note
Therefore there is no reason not to use tiny model.
Tests performed
by AWSIM using center point
![Screenshot from 2023-08-22 15-53-50](https://private-user-images.githubusercontent.com/65527974/262261995-cc8034f5-e5ef-456c-a9f0-cdfd3268fb48.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MjYyMjQsIm5iZiI6MTczOTYyNTkyNCwicGF0aCI6Ii82NTUyNzk3NC8yNjIyNjE5OTUtY2M4MDM0ZjUtZTVlZi00NTZjLWE5ZjAtY2RmZDMyNjhmYjQ4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDEzMjUyNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWY2M2FlNGE4ZDA0YWY0YWNmZDBjNzJhZWE2YzViZGU3N2Q0MWYyNjUyMmU5YjZhODZmOTc2NGRmNzUzM2FmMzUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.7Em8jGBVr-Tnr0ktIMBz66FVPXqaYb3RP6KT3TkSb0E)
Effects on system behavior
Not applicable.
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.