-
Notifications
You must be signed in to change notification settings - Fork 9
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
Support AISEDetection per-bounding box method #55
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #55 +/- ##
===========================================
+ Coverage 92.76% 93.43% +0.66%
===========================================
Files 23 25 +2
Lines 1424 1569 +145
===========================================
+ Hits 1321 1466 +145
Misses 103 103
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Thanks you for the new feature! It looks generally good to me.
BTW, I have a little concern about the metadata
flow. Please see my comments.
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.
Thank you for the great addition to our methods pull! Left some comments.
AISEDetection is an efficient black-box XAI method for object detection models, that support bounding boxes as targets.