You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,16 +24,19 @@ Encoder:
24
24
25
25
Decoder:
26
26
- c1_bilinear (1 conv + bilinear upsample)
27
-
- c5_bilinear (5 conv + bilinear upsample)
28
27
- psp_bilinear (pyramid pooling + bilinear upsample, see PSPNet paper for details)
29
28
30
-
## Performance: (updating...)
29
+
## Performance:
31
30
IMPORTANT: One obstacle to a good dilated ResNet model is that batch normalization layers are usutally not well trained with a small batch size (<16). So in this repo, we trained customized ResNet on Places365 (will be automatically downloaded when needed) as the initialization for scene parsing model. You can simply set ```--fix_bn 1``` to freeze BN parameters during training.
32
31
33
32
- resnet34_dilated8 + c1_bilinear: Mean IoU 0.3277, Accuracy: 76.47%
34
33
35
34
- resnet34_dilated8 + psp_bilinear: Mean IoU 0.3612, Accuracy: 77.94%
36
35
36
+
- resnet50_dilated8 + c1_bilinear: Mean IoU 0.3385, Accuracy: 76.40%
37
+
38
+
- resnet50_dilated8 + psp_bilinear: Mean IoU 0.3800, Accuracy: 78.21%
39
+
37
40
## Environment
38
41
The code is developed under the following configurations.
0 commit comments