-
Notifications
You must be signed in to change notification settings - Fork 677
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(traffic_light_ssd_fine_detector): add arg data_path, update model file path #5141
fix(traffic_light_ssd_fine_detector): add arg data_path, update model file path #5141
Conversation
… file path Signed-off-by: Alexey Panferov <[email protected]>
Signed-off-by: Alexey Panferov <[email protected]>
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
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
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5141 +/- ##
==========================================
- Coverage 14.91% 14.85% -0.07%
==========================================
Files 1625 1633 +8
Lines 112419 112909 +490
Branches 34703 34703
==========================================
Hits 16769 16769
- Misses 76903 77393 +490
Partials 18747 18747
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
… file path (autowarefoundation#5141) * fix(traffic_light_ssd_fine_detector): add arg data_path, update model file path Signed-off-by: Alexey Panferov <[email protected]> * fix(traffic_light_ssd_fine_detector): update README with data_path arg Signed-off-by: Alexey Panferov <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: Alexey Panferov <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
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.
#3145 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 onnx_file and label_file args and README.
See #3137
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.