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(lidar_centerpoint): non-maximum suppression target decision logic #9595

Merged

refactor: remove unused variables

8d9311a
Select commit
Loading
Failed to load commit list.
Merged

fix(lidar_centerpoint): non-maximum suppression target decision logic #9595

refactor: remove unused variables
8d9311a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 10, 2024 in 1s

29.59% (target 0.00%)

View this Pull Request on Codecov

29.59% (target 0.00%)

Details

Codecov Report

Attention: Patch coverage is 87.50000% with 1 line in your changes missing coverage. Please review.

Project coverage is 29.59%. Comparing base (9553414) to head (8d9311a).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
...rpoint/lib/postprocess/non_maximum_suppression.cpp 87.50% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9595      +/-   ##
==========================================
- Coverage   29.59%   29.59%   -0.01%     
==========================================
  Files        1442     1443       +1     
  Lines      108512   108514       +2     
  Branches    41409    41405       -4     
==========================================
- Hits        32119    32115       -4     
- Misses      73269    73278       +9     
+ Partials     3124     3121       -3     

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