Datasets:
Modalities:
Image
Formats:
imagefolder
Languages:
English
Size:
10K - 100K
ArXiv:
Tags:
industry
License:
File size: 153 Bytes
c3525c6 |
1 2 3 4 5 6 7 8 9 10 11 12 |
# DS-DAGM
## defect classes
```python
defects_dict = {
'DAGM': {
'scratch': 1, 'texture':2, 'crush': 3, 'color': 4, 'dirty': 5
}
}
``` |