File size: 135 Bytes
c3525c6
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
# DS-Cotton-Fabric

## defect classes
```python
defects_dict = {
    'Cotton-Fabric': {
        'texture': 1, 'bubble': 2
    }
}


```