Skip to content

📚 BenchMark Pipeline #2962

@QuenonJulian

Description

@QuenonJulian

Describe the documentation issue

Hi,

Someone achieved to run the following example ?

from anomalib.pipelines import Benchmark
from anomalib.data import MVTecAD
from anomalib.models import Padim, Patchcore

Initialize benchmark with models and datasets

benchmark = Benchmark(
models=[Padim(), Patchcore()],
datasets=[MVTecAD(category="bottle"), MVTecAD(category="cable")]
)

Run benchmark

results = benchmark.run()

Thks

URL of the documentation page

https://anomalib.readthedocs.io/en/v2.1.0/markdown/guides/reference/pipelines/benchmark/index.html

Suggested improvement

Put a example that works

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions