Defect_Spectrum / DS-VISION /DS-VISION.md
DefectSpectrum's picture
data
c3525c6
|
raw
history blame contribute delete
No virus
500 Bytes

DS-VISION

defect classes

defects_dict = {
    'Capacitor': {
        'scratch': 1, 'crush': 2, 'crack': 3
    },
    'Console': {
        'scratch': 1, 'bump': 2, 'dirty': 3, 'gap': 4
    },
    'Groove': {
        'scratch': 1, 'abrasion': 2
    },
    'Ring': {
        'friction': 1, 'scratch': 2, 'texture': 3, 'color': 4
    },
    'Screw': {
        'bump': 1, 'crush': 2, 'fiber': 3
    },
    'Wood': {
        'point': 1, 'friction': 2, 'scratch': 3, 'dirty': 4
    }
}