Defect_Spectrum / DS-Cotton-Fabric /DS-Cotton-Fabric.md
DefectSpectrum's picture
data
c3525c6
|
raw
history blame contribute delete
No virus
135 Bytes
# DS-Cotton-Fabric
## defect classes
```python
defects_dict = {
'Cotton-Fabric': {
'texture': 1, 'bubble': 2
}
}
```