-
Notifications
You must be signed in to change notification settings - Fork 668
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(image_projection_based_fusion): enable to show iou value in roi_cluster_fusion debug image #5541
feat(image_projection_based_fusion): enable to show iou value in roi_cluster_fusion debug image #5541
Conversation
Signed-off-by: yoshiri <[email protected]>
Signed-off-by: yoshiri <[email protected]>
Signed-off-by: yoshiri <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #5541 +/- ##
==========================================
- Coverage 15.35% 15.32% -0.04%
==========================================
Files 1697 1702 +5
Lines 117455 117714 +259
Branches 37748 37748
==========================================
Hits 18041 18041
- Misses 78873 79132 +259
Partials 20541 20541
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
perception/image_projection_based_fusion/src/roi_cluster_fusion/node.cpp
Outdated
Show resolved
Hide resolved
Signed-off-by: yoshiri <[email protected]>
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
…cluster_fusion debug image (autowarefoundation#5541) * enable to show debug iou value in roi_cluster_fusion Signed-off-by: yoshiri <[email protected]> * refactor iou draw settings Signed-off-by: yoshiri <[email protected]> * add backgroud color to iou Signed-off-by: yoshiri <[email protected]> * prevent object copying when debugger is not enabled Signed-off-by: yoshiri <[email protected]> --------- Signed-off-by: yoshiri <[email protected]>
…cluster_fusion debug image (autowarefoundation#5541) * enable to show debug iou value in roi_cluster_fusion Signed-off-by: yoshiri <[email protected]> * refactor iou draw settings Signed-off-by: yoshiri <[email protected]> * add backgroud color to iou Signed-off-by: yoshiri <[email protected]> * prevent object copying when debugger is not enabled Signed-off-by: yoshiri <[email protected]> --------- Signed-off-by: yoshiri <[email protected]>
…cluster_fusion debug image (autowarefoundation#5541) * enable to show debug iou value in roi_cluster_fusion Signed-off-by: yoshiri <[email protected]> * refactor iou draw settings Signed-off-by: yoshiri <[email protected]> * add backgroud color to iou Signed-off-by: yoshiri <[email protected]> * prevent object copying when debugger is not enabled Signed-off-by: yoshiri <[email protected]> --------- Signed-off-by: yoshiri <[email protected]>
Description
This PR enables user to see max_iou value in debug image of roi_cluster_fusion.
This will be helpful in debugging.
🤖 Generated by Copilot at 73fe8a9
This pull request adds a feature to show the IoU score for each image ROI on the image for debugging the image projection based fusion algorithm. It modifies the
fuseOnSingleImage
function innode.cpp
to pass the IoU data to theDebugger
class, and adds a new variablemax_iou_for_image_rois_
todebugger.hpp
. It also updates thepublishImage
function indebugger.cpp
to draw the IoU score on the image.Tests performed
If you do not like background color omit commit fc57a64.
Not applicable.
Effects on system behavior
Not applicable.
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.