Skip to content

Commit

Permalink
refactor aise directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
negvet committed Aug 29, 2024
1 parent 6ee7fc1 commit 0084daf
Show file tree
Hide file tree
Showing 7 changed files with 529 additions and 498 deletions.
3 changes: 2 additions & 1 deletion openvino_xai/methods/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"""
XAI algorithms.
"""
from openvino_xai.methods.black_box.aise import AISEClassification, AISEDetection
from openvino_xai.methods.black_box.aise.classification import AISEClassification
from openvino_xai.methods.black_box.aise.detection import AISEDetection
from openvino_xai.methods.black_box.rise import RISE
from openvino_xai.methods.white_box.activation_map import ActivationMap
from openvino_xai.methods.white_box.base import WhiteBoxMethod
Expand Down
Loading

0 comments on commit 0084daf

Please sign in to comment.