File size: 536 Bytes
3fa4109
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
license: mit
tags:
- medical-imaging
- retinal-segmentation
- retinopathy-of-prematurity
- pytorch
- unet
- segmentation
---

# ROP Retinal Segmentation — U-Net (ResNet50)

Multi-class segmentation of retinal structures in ROP screening images.  
Dataset: HVDROPDB | Classes: Background · Vessel · OpticDisc · Ridge

## Test Set Metrics
| Structure | IoU | Dice |
|-----------|-----|------|
| Vessel    | 0.1987 | 0.3280 |
| OpticDisc | 0.4838 | 0.6389 |
| Ridge     | 0.5546 | 0.6925 |
| **Mean**  | **0.4124** | **0.5531** |