Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
Signed-off-by: jpcbertoldo <24547377+jpcbertoldo@users.noreply.github.com>
  • Loading branch information
jpcbertoldo committed May 28, 2024
1 parent 943c1a7 commit 2e565d1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/anomalib/metrics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import torchmetrics
from omegaconf import DictConfig, ListConfig

from . import per_image
from .anomaly_score_distribution import AnomalyScoreDistribution
from .aupr import AUPR
from .aupro import AUPRO
Expand All @@ -19,6 +20,7 @@
from .f1_max import F1Max
from .f1_score import F1Score
from .min_max import MinMax
from .per_image import AUPIMO, PIMO, aupimo_scores, pimo_curves
from .precision_recall_curve import BinaryPrecisionRecallCurve
from .pro import PRO
from .threshold import F1AdaptiveThreshold, ManualThreshold
Expand All @@ -35,6 +37,11 @@
"ManualThreshold",
"MinMax",
"PRO",
"per_image",
"pimo_curves",
"aupimo_scores",
"PIMO",
"AUPIMO",
]

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 2e565d1

Please sign in to comment.