Skip to content

Performance measurements #781

Answered by djdameln
chaiiii12345 asked this question in Q&A
Dec 12, 2022 · 1 comments · 9 replies
Discussion options

You must be logged in to vote

Anomalib uses the Torchmetrics package to evaluate model performance. Anomalib supports many metrics classes from the torchmetrics package out of the box, but also implements several custom metric implementations such as AUROC, PRO and AUPRO.

The metrics that will be used to evaluate your models can be configured in the metrics section of the config.yaml. Image- and pixel-level metrics can be configured separately, respectively under metrics.image and metrics.pixel.

When adding a metric to the evaluation pipeline, Anomalib will first search for a metric with the specified name in the anomalib.utils.metrics module. If the metric is not found in Anomalib, it will look for the metric in the a…

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@nixczhou
Comment options

@djdameln
Comment options

@electro020
Comment options

@ashwinvaidya17
Comment options

@electro020
Comment options

Answer selected by djdameln
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants