-
Notifications
You must be signed in to change notification settings - Fork 673
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): update tensorrt code of traffic_light_classifier #2325
Conversation
Currently compiles on my machine with |
@xmfcx Thank you for updating the interfaces! |
7932302
to
cbb0fea
Compare
Codecov ReportBase: 10.54% // Head: 10.54% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #2325 +/- ##
=======================================
Coverage 10.54% 10.54%
=======================================
Files 1266 1266
Lines 87617 87617
Branches 20952 20952
=======================================
Hits 9242 9242
Misses 68512 68512
Partials 9863 9863
*This pull request uses carry forward flags. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
cbb0fea
to
bdfcbdb
Compare
@yukkysaito could you review please? The changes are fairly small. |
@xmfcx Thank you 👍 |
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
…warefoundation#2325) Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
…warefoundation#2325) Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai> Signed-off-by: kminoda <koji.minoda@tier4.jp>
Signed-off-by: M. Fatih Cırıt mfc@leodrive.ai
Description
Part of: #2330
Updating the code to compile with https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/ TensorRT version.
We can remove the deprecated code when we update the ansible installation to use native 22.04 cuda.
Updated TensorRT version is
tensorrt-dev_8.5.1.7-1+cuda11.8
for now.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.