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 Feb 9, 2024
1 parent 98198ac commit ba75772
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 @@ -12,12 +12,14 @@
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
from .auroc import AUROC
from .collection import AnomalibMetricCollection
from .min_max import MinMax
from .per_image import AUPIMO, PIMO, aupimo_scores, pimo_curves
from .pro import PRO
from .threshold import F1AdaptiveThreshold, ManualThreshold

Expand All @@ -30,6 +32,11 @@
"ManualThreshold",
"MinMax",
"PRO",
"per_image",
"pimo_curves",
"aupimo_scores",
"PIMO",
"AUPIMO",
]

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit ba75772

Please sign in to comment.