CoolFace
Datasetpublic

alexsu52/mvtec_capsule

MVTec Capsule Category Dataset Labels {0: "normal", 1: "abnormal"} Number of Images {'train': 219, 'test': 132} How to Use Install datasets: pip install datasets Load the dataset: from datasets import load_dataset ds = load_dataset("alexsu52/mvtec_capsule") example = ds['train'][0] MVTEC Dataset Page https://www.mvtec.com/company/research/datasets/mvtec-ad Citation Paul Bergmann, Kilian Batzner… See the full description on the dataset page: https://huggingface.co/datasets/alexsu52/mvtec_capsule.

sourceHugging Facecc-by-nc-sa-4.0updated 3y agoView on Hugging Face
1likes443downloads
7 commits on main
4943c603y ago

updated readme

Alexander Suslov
3b0a9fb3y ago

updated README.md

Alexander Suslov
7aab9e43y ago

removed typo

Alexander Suslov
fe0f47c3y ago

added mvtec_capsule.py

Alexander Suslov
71156c83y ago

Update README.md

alexsu52
c47de5f3y ago

Upload capsule.tar.xz

alexsu52
680239e3y ago

initial commit

alexsu52