-
Notifications
You must be signed in to change notification settings - Fork 368
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
OD model type support in raiwidgets for EA #2229
Conversation
…olbox into agemawat/ea_raiwidgets
2 similar comments
…olbox into agemawat/ea_raiwidgets
1 similar comment
true_y=y_test, classes=classes) | ||
|
||
|
||
def get_object_detection_model(): |
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.
seems these methods below are duplicated from https://github.com/microsoft/responsible-ai-toolbox/blob/main/responsibleai_vision/tests/common_vision_utils.py#L562 - perhaps we can move them to a more common place like rai_test_utils package?
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.
Sure, made a PR for it - #2246
This PR adds OD support in EA due to the hybrid use-case of OD models.
Description
Checklist