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

feat(tensorrt yolox): inference and publish mask image from yolox model with semantic segmentation header #5553

fix: skip mask size as yolox output

a15ac04
Select commit
Loading
Failed to load commit list.
Merged

feat(tensorrt yolox): inference and publish mask image from yolox model with semantic segmentation header #5553

fix: skip mask size as yolox output
a15ac04
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jun 24, 2024 in 0s

1.89% (-12.96%) compared to 507e3f4

View this Pull Request on Codecov

1.89% (-12.96%) compared to 507e3f4

Details

Codecov Report

Attention: Patch coverage is 0% with 204 lines in your changes missing coverage. Please review.

Project coverage is 1.89%. Comparing base (507e3f4) to head (a15ac04).
Report is 109 commits behind head on main.

Files Patch % Lines
perception/tensorrt_yolox/src/tensorrt_yolox.cpp 0.00% 139 Missing ⚠️
...ception/tensorrt_yolox/src/tensorrt_yolox_node.cpp 0.00% 57 Missing ⚠️
...lox/include/tensorrt_yolox/tensorrt_yolox_node.hpp 0.00% 5 Missing ⚠️
...rt_yolox/include/tensorrt_yolox/tensorrt_yolox.hpp 0.00% 2 Missing ⚠️
...rt_yolox/src/yolox_single_image_inference_node.cpp 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #5553       +/-   ##
==========================================
- Coverage   14.84%   1.89%   -12.96%     
==========================================
  Files        1999     230     -1769     
  Lines      139163   14120   -125043     
  Branches    43716    2209    -41507     
==========================================
- Hits        20661     267    -20394     
+ Misses      95731   13797    -81934     
+ Partials    22771      56    -22715     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.