-
Notifications
You must be signed in to change notification settings - Fork 672
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(tensorrt yolo): update model path #5158
fix(tensorrt yolo): update model path #5158
Conversation
Signed-off-by: Alexey Panferov <[email protected]>
Signed-off-by: Alexey Panferov <[email protected]>
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5158 +/- ##
==========================================
- Coverage 14.91% 14.82% -0.09%
==========================================
Files 1625 1639 +14
Lines 112419 113075 +656
Branches 34703 34703
==========================================
Hits 16769 16769
- Misses 76903 77559 +656
Partials 18747 18747
*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.
LGTM
* fix(tensorrt_yolo): add arg data_path, update onnx_file Signed-off-by: Alexey Panferov <[email protected]> * fix(tensorrt_yolo): update model downloading in README, add data_path Signed-off-by: Alexey Panferov <[email protected]> --------- Signed-off-by: Alexey Panferov <[email protected]>
Description
Belongs to Standardize a strategy for packages with downloaded artifacts
As autowarefoundation/autoware#3375 was merged to Autoware.universe. It is possible to use artifacts downloaded there.
#3142 was merged and old path to model file is outdated.
This PR introduces new launch argument data_path in the form:
<arg name="data_path" default="$(env HOME)/autoware_data" description="packages data and artifacts directory path"/>
It also updates engine_file, onnx_file, label_file and calib_cache_file in launch and README.
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.