Datasets:
Modalities:
Image
Formats:
imagefolder
Languages:
English
Size:
10K - 100K
ArXiv:
Tags:
industry
License:
# DS-DAGM | |
## defect classes | |
```python | |
defects_dict = { | |
'DAGM': { | |
'scratch': 1, 'texture':2, 'crush': 3, 'color': 4, 'dirty': 5 | |
} | |
} | |
``` |