-
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
build(tensorrt_yolox): remove download logic from CMake #3143
build(tensorrt_yolox): remove download logic from CMake #3143
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #3143 +/- ##
==========================================
- Coverage 15.75% 15.61% -0.15%
==========================================
Files 1581 1587 +6
Lines 109651 110639 +988
Branches 34291 34289 -2
==========================================
Hits 17273 17273
- Misses 73344 74333 +989
+ Partials 19034 19033 -1
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
2c976ff
to
ccdf957
Compare
This pull request has been automatically marked as stale because it has not had recent activity. |
ccdf957
to
0dbe211
Compare
@xmfcx @mitsudome-r this PR is now ready for review |
@esteve |
@manato thanks for your feedback. The download of models will be moved to ansible scripts (see autowarefoundation/autoware#3375) and also documented for those users who want to do it manually (see autowarefoundation/autoware-documentation#345) |
@esteve I understood. Thank you for your explanation. One more question: Is there any default directory where the models are downloaded? (I could not find out it as long as I checked the PRs you kindly shared.) The launch files included in this |
@manato in fact we just discussed that in the ASWG :-) We'll have a default folder where artifacts will be downloaded, but the user will be able to override in the command line or changing the launch files. I'll submit a PR with that change and I'd appreciate if I could get your feedback, thanks! |
0dbe211
to
a53b048
Compare
a53b048
to
d20e34e
Compare
Signed-off-by: Esteve Fernandez <[email protected]>
d20e34e
to
99e526e
Compare
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
Description
See #3137
Depends on autowarefoundation/autoware_common#164
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.