File size: 153 Bytes
f036ad4
 
699342a
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
""" Mapping of class IDs to lables. """

DR_LABELMAP = {
    0: 'No DR',
    1: 'Mild',
    2: 'Moderate',
    3: 'Severe',
    4: 'Proliferative DR',
}