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

Dropdown option fix #2505

Merged
merged 2 commits into from
Jan 25, 2024
Merged

Dropdown option fix #2505

merged 2 commits into from
Jan 25, 2024

Conversation

Advitya17
Copy link
Collaborator

@Advitya17 Advitya17 commented Jan 24, 2024

Before, explanations were working perfectly but the labels used were sorted leading to discrepancy between the bounding box annotations and dropdown options:
image
image

With the fix: (see dropdown options at the bottom)
image

This pull request includes changes to the FlyoutObjectDetection class and the generateSelectableObjectDetectionIndexes function in the libs/interpret-vision/src/lib/VisionExplanationDashboard directory. The changes mainly involve the addition of a new parameter, class_names, to enhance the functionality of object detection.

The most important changes are:

Description

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.

@Advitya17 Advitya17 merged commit 7ff3476 into main Jan 25, 2024
81 checks passed
@Advitya17 Advitya17 deleted the agemawat/flyout_dropdown branch January 25, 2024 23:42
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.

None yet

2 participants