This repository was archived by the owner on Apr 17, 2023. It is now read-only.
[OTX/XAI] OTX XAI integration for class-wise, det and cls#85
Merged
goodsong81 merged 29 commits intootxfrom Dec 20, 2022
Merged
[OTX/XAI] OTX XAI integration for class-wise, det and cls#85goodsong81 merged 29 commits intootxfrom
goodsong81 merged 29 commits intootxfrom
Conversation
dc24ecd to
8c4c328
Compare
Contributor
Author
|
@goodsong81 @negvet @harimkang Hello, because of the termination date, could you review this PR? |
negvet
approved these changes
Dec 16, 2022
| while hasattr(dataset, 'dataset') and not isinstance(dataset, ImageTilingDataset): | ||
| dataset = dataset.dataset | ||
|
|
||
| if isinstance(dataset, ImageTilingDataset): |
Contributor
There was a problem hiding this comment.
Supporting ImageTilingDataset on the way.. It is better to do it separately, but not sure that we can afford it in terms of time. I would approve to keep it here :)
goodsong81
suggested changes
Dec 20, 2022
goodsong81
left a comment
There was a problem hiding this comment.
Could you resolve the conflict?
Sorry for late review, it's my bad.
Contributor
Author
|
@goodsong81 Thank you for noticing. Resolved conflict and tested in the otx side. |
goodsong81
approved these changes
Dec 20, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR includes
Add
DetectionExplainerclass to mpa/det/explainer.pySupport ReciproCAM and class-wise saliency map to detection case
Add explain stage
Test Codes
Can test with OTX CLI(please refer OTX cli support, link)