-
Notifications
You must be signed in to change notification settings - Fork 691
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
chore(tensorrt_yolox): rework parameters #6239
chore(tensorrt_yolox): rework parameters #6239
Conversation
Signed-off-by: tzhong518 <[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
Signed-off-by: tzhong518 <[email protected]>
…8/autoware.universe into chore/tensorrt_yolox/use_config
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6239 +/- ##
=======================================
Coverage 14.64% 14.64%
=======================================
Files 1899 1899
Lines 130282 130282
Branches 38311 38311
=======================================
Hits 19083 19083
Misses 89784 89784
Partials 21415 21415
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@manato Hi, would you also check this PR? |
@kminoda Thank you very much for your update! The modification looks good to me roughly. |
@manato Thank you for the comment. Agreed. @tzhong518 Hi, would you also add JSON schema for this PR and include the description of each parameter? I guess that's the current standard for Autoware packages. |
@tzhong518 Friendly ping |
Signed-off-by: tzhong518 <[email protected]>
JSON schema is added in f6cae45 |
Signed-off-by: tzhong518 <[email protected]>
…8/autoware.universe into chore/tensorrt_yolox/use_config
@manato Hi, would you check this again? |
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. Thanks for your contribution!
* chore: use config Signed-off-by: tzhong518 <[email protected]> * style(pre-commit): autofix * fix: rename Signed-off-by: tzhong518 <[email protected]> * fix: add json schema Signed-off-by: tzhong518 <[email protected]> * style(pre-commit): autofix * fix: add comment to param.yaml Signed-off-by: tzhong518 <[email protected]> --------- Signed-off-by: tzhong518 <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: kminoda <[email protected]>
* chore: use config Signed-off-by: tzhong518 <[email protected]> * style(pre-commit): autofix * fix: rename Signed-off-by: tzhong518 <[email protected]> * fix: add json schema Signed-off-by: tzhong518 <[email protected]> * style(pre-commit): autofix * fix: add comment to param.yaml Signed-off-by: tzhong518 <[email protected]> --------- Signed-off-by: tzhong518 <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: kminoda <[email protected]> Signed-off-by: Kotaro Yoshimoto <[email protected]>
* chore: use config Signed-off-by: tzhong518 <[email protected]> * style(pre-commit): autofix * fix: rename Signed-off-by: tzhong518 <[email protected]> * fix: add json schema Signed-off-by: tzhong518 <[email protected]> * style(pre-commit): autofix * fix: add comment to param.yaml Signed-off-by: tzhong518 <[email protected]> --------- Signed-off-by: tzhong518 <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: kminoda <[email protected]>
Description
Use config for parameters
Tests performed
Launch tensorrt_yolox and confirm that it loads parameters successfully
Effects on system behavior
Not effect.
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.