-
Notifications
You must be signed in to change notification settings - Fork 668
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(lidar_centerpoint_tvm): single inference lidar centerpoint node #3130
feat(lidar_centerpoint_tvm): single inference lidar centerpoint node #3130
Conversation
Thank you for the PR! Would you be able to confirm it is working or not? |
@angry-crab The ply generation and visualization code is shared with the |
Ideally, it should be shared. Is there any plan from the perception team to refactor the packages? |
Not that I know, I just mentioned this because this PR is basically a copy of the scripts I made before. |
Thank you for your comments. |
perception/lidar_centerpoint_tvm/launch/single_inference_lidar_centerpoint_tvm.launch.xml
Outdated
Show resolved
Hide resolved
…nt_tiny to centerpoint
7bedd7f
to
4d46cfe
Compare
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #3130 +/- ##
========================================
Coverage 13.81% 13.82%
========================================
Files 1391 1391
Lines 97512 97395 -117
Branches 28871 28805 -66
========================================
- Hits 13472 13465 -7
+ Misses 69559 69462 -97
+ Partials 14481 14468 -13
*This pull request uses carry forward flags. Click here to find out more. see 40 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. |
Thank you for your comments. |
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
…utowarefoundation#3130) * add signle_inference_node to lidar_centerpoint_tvm * style(pre-commit): autofix * change python3 to python * changes model_name in lidar_centerpoint_tvm.launch.xml from centerpoint_tiny to centerpoint * remove unnecessary parameters in single_inference_lidar_centerpoint_tvm.launch.xml --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Xinyu Wang <93699235+angry-crab@users.noreply.github.com> Signed-off-by: Mingyu Li <mingyu.li@tier4.jp>
Description
I add single inference lidar centerpoint node to lidar_centerpoint_tvm.
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.