-
Notifications
You must be signed in to change notification settings - Fork 383
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
Drop Down For Object Detection #2010
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2010 +/- ##
==========================================
+ Coverage 92.15% 92.38% +0.22%
==========================================
Files 64 95 +31
Lines 4322 4882 +560
==========================================
+ Hits 3983 4510 +527
- Misses 339 372 +33
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 34 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
1 similar comment
libs/interpret-vision/src/lib/VisionExplanationDashboard/VisionExplanationDashboard.tsx
Fixed
Show fixed
Hide fixed
libs/interpret-vision/src/lib/VisionExplanationDashboard/VisionExplanationDashboard.tsx
Fixed
Show fixed
Hide fixed
libs/interpret-vision/src/lib/VisionExplanationDashboard/VisionExplanationDashboard.tsx
Fixed
Show fixed
Hide fixed
This reverts commit 5ff238e.
This PR adds a drop down menu to support selecting different objects on the front end (for the purpose of generating different saliency maps).
This change also enlarges the flyout window and modifies the mock data to accommodate this change.