diabetic-retinopathy / labelmap.py
DmitriiKhizbullin's picture
Partial docstrings
f036ad4
raw
history blame
No virus
153 Bytes
""" Mapping of class IDs to lables. """
DR_LABELMAP = {
0: 'No DR',
1: 'Mild',
2: 'Moderate',
3: 'Severe',
4: 'Proliferative DR',
}