-
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
build(lidar_centerpoint_tvm): remove artifacts download #5367
build(lidar_centerpoint_tvm): remove artifacts download #5367
Conversation
Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
…entation Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
… into remove_download_tvm_utility
Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
…nn config header and test image Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
…d on device Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
Thanks for this PR! Could you resolve the conflicts for the |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #5367 +/- ##
==========================================
- Coverage 15.36% 14.82% -0.54%
==========================================
Files 1697 1678 -19
Lines 117472 116195 -1277
Branches 37762 35949 -1813
==========================================
- Hits 18049 17227 -822
- Misses 78873 79489 +616
+ Partials 20550 19479 -1071
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
perception/lidar_centerpoint_tvm/include/lidar_centerpoint_tvm/centerpoint_tvm.hpp
Outdated
Show resolved
Hide resolved
Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
@angry-crab Could you please approve the changes when you have time? You are the code owner of this package. @ambroise-arm has reviewed and approved the changes, but they won't merge unless a code owner also approves it. |
…dation#5367) Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
Description
See #3137
This PR updates lidar_centerpoint_tvm to use updated version
get_neural_network
function from tvm_utility package introduced in #4923.It also uses artifacts located in autoware_data folder as introduced in autowarefoundation/autoware#3916
Tests performed
Not applicable.
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.