Datasets:
File size: 1,736 Bytes
3063486 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | ---
license: mit
task_categories:
- image-classification
- zero-shot-image-classification
tags:
- anomaly-detection
- mvtec-ad
- cable
- quality-control
- computer-vision
size_categories:
- n<1K
---
# MVTec AD - Cable Dataset
This is the Cable subset from the [MVTec Anomaly Detection](https://www.mvtec.com/company/research/datasets/mvtec-ad) dataset.
## Dataset Structure
```
cable/
├── train/
│ └── good/ # 224 normal training images
└── test/
├── good/ # 58 normal test images
├── bent_wire/ # 14 images
├── cable_swap/ # 14 images
├── combined/ # 13 images
├── cut_inner_insulation/ # 16 images
├── cut_outer_insulation/ # 12 images
├── missing_cable/ # 14 images
├── missing_wire/ # 11 images
└── poke_insulation/ # 12 images
```
## Defect Types
- **bent_wire**: Cables with bent wires
- **cable_swap**: Wrong cable used
- **combined**: Multiple defects
- **cut_inner_insulation**: Inner insulation damage
- **cut_outer_insulation**: Outer insulation damage
- **missing_cable**: Missing cable
- **missing_wire**: Missing wire
- **poke_insulation**: Punctured insulation
## Usage
For EfficientAD anomaly detection training and evaluation.
## Citation
```bibtex
@inproceedings{bergmann2019mvtec,
title={MVTec AD--A Comprehensive Real-World Dataset for Unsupervised Anomaly Detection},
author={Bergmann, Paul and Fauser, Michael and Sattlegger, David and Steger, Carsten},
booktitle={CVPR},
year={2019}
}
```
## License
This dataset is made available under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0).
|