Skip to content
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

Fix visualizer for classification, mode=simple #442

Merged
merged 3 commits into from
Jul 20, 2022
Merged

Fix visualizer for classification, mode=simple #442

merged 3 commits into from
Jul 20, 2022

Commits on Jul 18, 2022

  1. Fix visualizer for classification, mode=simple

    Need to refer to `image_result.image` instead of `image_result.heat_map`
    since AD-only methods don't produce heat-maps
    ORippler committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    77a1ceb View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Add Integration test for AnomalyModule/Visualizer

    Check that the combination of Visualizer in
    [°segmentation", "classification"], ["full", "simple"] works with both
    AD-only and segmentation-type models
    ORippler committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    c36d366 View commit details
    Browse the repository at this point in the history
  2. Simplify code

    ORippler committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    c2d376f View commit details
    Browse the repository at this point in the history