-
Notifications
You must be signed in to change notification settings - Fork 822
Open
Description
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
Labels
No labels