# Evaluation and Metrics

This section contains tutorials on how to use the different evaluation and metrics of anomalib.

::::{grid}
:margin: 2 2 2 3
:gutter: 2

:::{grid-item-card} {octicon}`meter` Metrics
:link: ./metrics
:link-type: doc

Learn more about the `AnomalibMetric` class, and how model performance is rated in Anomalib.
:::

:::{grid-item-card} {octicon}`sync` Evaluator
:link: ./evaluator
:link-type: doc

Learn more about how `Evaluator` works, and how stage-specific metrics are computed.
:::

::::

```{toctree}
:caption: Evaluation and Metrics
:hidden:

./metrics
./evaluator
```
