Skip to content
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 tensorrt_yolo #2327

Closed
wants to merge 1 commit into from

Conversation

xmfcx
Copy link
Contributor

@xmfcx xmfcx commented Nov 18, 2022

Description

Part of: #2330

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.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

@github-actions github-actions bot added the component:perception Advanced sensor data processing and environment understanding. (auto-assigned) label Nov 18, 2022
@xmfcx xmfcx self-assigned this Nov 19, 2022
@xmfcx xmfcx added the ros:humble ROS Humble Hawksbill release. label Nov 19, 2022
@codecov
Copy link

codecov bot commented Dec 16, 2022

Codecov Report

Base: 11.29% // Head: 11.20% // Decreases project coverage by -0.08% ⚠️

Coverage data is based on head (1d1904c) compared to base (9376697).
Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2327      +/-   ##
==========================================
- Coverage   11.29%   11.20%   -0.09%     
==========================================
  Files        1168     1182      +14     
  Lines       81842    82442     +600     
  Branches    20938    20938              
==========================================
  Hits         9240     9240              
- Misses      62738    63338     +600     
  Partials     9864     9864              
Flag Coverage Δ *Carryforward flag
differential 0.00% <0.00%> (?)
total 11.29% <ø> (ø) Carriedforward from 9376697

*This pull request uses carry forward flags. Click here to find out more.

Impacted Files Coverage Δ
perception/tensorrt_yolo/lib/include/trt_yolo.hpp 0.00% <ø> (ø)
perception/tensorrt_yolo/lib/src/trt_yolo.cpp 0.00% <0.00%> (ø)
...erception/tensorrt_yolo/lib/include/nms_plugin.hpp 0.00% <0.00%> (ø)
perception/tensorrt_yolo/src/nodelet.cpp 0.00% <0.00%> (ø)
perception/tensorrt_yolo/lib/src/plugins/nms.cu 0.00% <0.00%> (ø)
...ensorrt_yolo/lib/src/plugins/yolo_layer_plugin.cpp 0.00% <0.00%> (ø)
...on/tensorrt_yolo/lib/include/yolo_layer_plugin.hpp 0.00% <0.00%> (ø)
...erception/tensorrt_yolo/lib/include/cuda_utils.hpp 0.00% <0.00%> (ø)
...tion/tensorrt_yolo/lib/src/plugins/mish_plugin.cpp 0.00% <0.00%> (ø)
... and 6 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.
📢 Do you have feedback about the report comment? Let us know in this issue.

@xmfcx
Copy link
Contributor Author

xmfcx commented Dec 21, 2022

Same as #2326 (comment)

I've created this PR to be compatible with both versions. But as I was updating the code, I am stuck in updating enqueueV2 to enqueueV3 and updated version doesn't work.

Temporarily I've created #2559 to temporarily have it working. But I hope someone more experienced on TensorRT can help or take over this task.

More info on:

cc @wep21

@xmfcx xmfcx added the priority:low Lower urgency, can be addressed later. label Dec 21, 2022
@stale
Copy link

stale bot commented Feb 19, 2023

This pull request has been automatically marked as stale because it has not had recent activity.

@stale stale bot added the status:stale Inactive or outdated issues. (auto-assigned) label Feb 19, 2023
@xmfcx xmfcx closed this Jun 19, 2023
@xmfcx xmfcx deleted the update-tensorrt-yolo-trt branch June 25, 2024 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:perception Advanced sensor data processing and environment understanding. (auto-assigned) priority:low Lower urgency, can be addressed later. ros:humble ROS Humble Hawksbill release. status:stale Inactive or outdated issues. (auto-assigned)
Projects
Development

Successfully merging this pull request may close these issues.

1 participant