Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcbertoldo committed Feb 9, 2024
1 parent 98198ac commit c734e24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/anomalib/metrics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,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 @@ -30,6 +31,7 @@
"ManualThreshold",
"MinMax",
"PRO",
"per_image",
]

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit c734e24

Please sign in to comment.