# DS-DAGM ## defect classes ```python defects_dict = { 'DAGM': { 'scratch': 1, 'texture':2, 'crush': 3, 'color': 4, 'dirty': 5 } } ```