forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 34
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: ml model path #890
Merged
Merged
fix: ml model path #890
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…efoundation#5162) Signed-off-by: Alexey Panferov <[email protected]>
…warefoundation#5069) * feat(perception_launch): add var data_path to perception.launch Signed-off-by: Alexey Panferov <[email protected]> * feat(perception_launch): update default center_point_model_path Signed-off-by: Alexey Panferov <[email protected]> --------- Signed-off-by: Alexey Panferov <[email protected]>
…t model path (autowarefoundation#5118) * fix(traffic_light_fine_detector): add data_path arg and update default model path Signed-off-by: Alexey Panferov <[email protected]> * fix(traffic_light_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>
…utowarefoundation#5119) * fix(tensorrt_yolox): add data_path arg and update default model path Signed-off-by: Alexey Panferov <[email protected]> * fix(tensorrt_yolox): update README Signed-off-by: Alexey Panferov <[email protected]> --------- Signed-off-by: Alexey Panferov <[email protected]>
… 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>
…utowarefoundation#5144) * fix(traffic_light_classfier): add arg data_path, update model path Signed-off-by: Alexey Panferov <[email protected]> * fix(traffic_light_classifier): add arg data_path, update model path Signed-off-by: Alexey Panferov <[email protected]> * fix(traffic_light_classifier): add arg data_path to README Signed-off-by: Alexey Panferov <[email protected]> --------- Signed-off-by: Alexey Panferov <[email protected]>
* 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]>
…ath (autowarefoundation#5163) Signed-off-by: Alexey Panferov <[email protected]>
github-actions
bot
added
documentation
Improvements or additions to documentation
launch
perception
labels
Sep 28, 2023
miursh
requested review from
wep21,
tzhong518,
yukkysaito,
dan-dnn,
manato,
knzo25,
yukke42 and
YoshiRi
as code owners
September 28, 2023 14:21
miursh
requested review from
TakaHoribe and
tkimura4
and removed request for
manato,
knzo25,
yukkysaito,
YoshiRi,
yukke42,
wep21,
tzhong518 and
dan-dnn
September 28, 2023 14:21
wep21
changed the title
Fix/centerpoint model path
fix: change model paths used in ml package
Sep 28, 2023
wep21
approved these changes
Sep 28, 2023
TakaHoribe
approved these changes
Sep 28, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Hotfix: Fix model paths used in ML packages
Related links
cherry-pick PRs below
autowarefoundation#5069
autowarefoundation#5118
autowarefoundation#5119
autowarefoundation#5141
autowarefoundation#5144
autowarefoundation#5158
autowarefoundation#5162
autowarefoundation#5163
Tests performed
Notes for reviewers
Interface changes
Effects on system behavior
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.