Skip to content

Commit c734e24

Browse files
committed
fix doc
1 parent 98198ac commit c734e24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/anomalib/metrics/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
import torchmetrics
1313
from omegaconf import DictConfig, ListConfig
1414

15+
from . import per_image
1516
from .anomaly_score_distribution import AnomalyScoreDistribution
1617
from .aupr import AUPR
1718
from .aupro import AUPRO
@@ -30,6 +31,7 @@
3031
"ManualThreshold",
3132
"MinMax",
3233
"PRO",
34+
"per_image",
3335
]
3436

3537
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)