diabetic-retinopathy / labelmap.py
DmitriiKhizbullin's picture
Initial implementation of trainer and gradio app
699342a
raw
history blame
112 Bytes
DR_LABELMAP = {
0: 'No DR',
1: 'Mild',
2: 'Moderate',
3: 'Severe',
4: 'Proliferative DR',
}