-
Notifications
You must be signed in to change notification settings - Fork 663
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
test(image_projection_based_fusion): add test for image_projection_based_fusion's IoU calculation functions #7087
test(image_projection_based_fusion): add test for image_projection_based_fusion's IoU calculation functions #7087
Conversation
@SamratThapa120 Thank you for the PR 🎉 |
Signed-off-by: samrat.thapa <[email protected]>
Signed-off-by: samrat.thapa <[email protected]>
a245858
to
47fc998
Compare
roi2.width = 4; | ||
roi2.height = 4; | ||
|
||
double ioux = calcIoUX(roi1, roi2); |
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.
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.
@yukkysaito Thanks 🙏
@SamratThapa120 FYI, try to fix all the spell-check-partial
error as well (which was originally a required CI, but recently it's not somehow ... 🤔 )
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.
fixed
Signed-off-by: samrat.thapa <[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
@SamratThapa120 |
(sorry, pressed |
…sed_fusion's IoU calculation functions (autowarefoundation#7087) * added test for geometry utils iou calculation Signed-off-by: samrat.thapa <[email protected]> * style(pre-commit): autofix * fix pre-commit ci Signed-off-by: samrat.thapa <[email protected]> * fixed spelling errors Signed-off-by: samrat.thapa <[email protected]> --------- Signed-off-by: samrat.thapa <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…sed_fusion's IoU calculation functions (autowarefoundation#7087) * added test for geometry utils iou calculation Signed-off-by: samrat.thapa <[email protected]> * style(pre-commit): autofix * fix pre-commit ci Signed-off-by: samrat.thapa <[email protected]> * fixed spelling errors Signed-off-by: samrat.thapa <[email protected]> --------- Signed-off-by: samrat.thapa <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…sed_fusion's IoU calculation functions (#7087) * added test for geometry utils iou calculation Signed-off-by: samrat.thapa <[email protected]> * style(pre-commit): autofix * fix pre-commit ci Signed-off-by: samrat.thapa <[email protected]> * fixed spelling errors Signed-off-by: samrat.thapa <[email protected]> --------- Signed-off-by: samrat.thapa <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Description
add test for image_projection_based_fusion's IoU calculation functions
Tests performed
Not applicable.
Effects on system behavior
Not applicable.
Interface changes
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.