-
Notifications
You must be signed in to change notification settings - Fork 443
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
[MPA Detection] enable saliency map detection #1155
[MPA Detection] enable saliency map detection #1155
Conversation
run ote-test |
run ote-test |
run ote-test |
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.
LGTM.
external/model-preparation-algorithm/mpa_tasks/apis/detection/task.py
Outdated
Show resolved
Hide resolved
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.
The code contents seem to be clear. But the change in the submodule seems a little strange, is it right for the develop branch? It seems necessary to match the submodule commit.
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.
I was mistaken about the comment above. I mistook both the ote and mpa for develop branch.
LGTM
Pretty big PR just got merged. Please correct the MPA submodule (develop branch) and MPA task as part of it has been changed. |
run ote-test |
@harimkang Thanks for the review. I have merged the latest commit from develop branch |
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.
LGTM
* output saliency map and feature vector for MPA detection algo
Correponded ticket for MPA: openvinotoolkit/model_preparation_algorithm#24