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 index into image_dimensions for drawing bounding boxes in object detection flyout #2550

Merged
merged 1 commit into from
Apr 4, 2024

Conversation

imatiach-msft
Copy link
Contributor

@imatiach-msft imatiach-msft commented Apr 2, 2024

Description

Customer bugfix for RAI object detection: when dataset contained images with mixed width and height, customer was seeing images with incorrect bounding boxes.

Example of bad image with incorrect bounding boxes (this was done by taking sample notebook and rescaling one of the images to be half of the current width and height):

image

After fix:
image

Checklist

  • I have added screenshots above for all UI changes.
  • I have added e2e tests for all UI changes.
  • Documentation was updated if it was needed.

@imatiach-msft imatiach-msft merged commit 4bb3835 into main Apr 4, 2024
75 of 76 checks passed
@imatiach-msft imatiach-msft deleted the ilmat/fix-od-image-dimensions-index branch April 4, 2024 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants