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
- psp_bilinear (pyramid pooling + bilinear upsample, see PSPNet paper for details)
29
29
30
30
## Performance: (updating...)
31
31
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
32
33
-
- resnet34_dilated8 + c1_bilinear: Mean IoU 0.3104, Accuracy: 76.24%
33
+
- resnet34_dilated8 + c1_bilinear: Mean IoU 0.3277, Accuracy: 76.47%
34
34
35
-
- resnet34_dilated8 + psp_bilinear: Mean IoU 0.3558, Accuracy: 77.72%
35
+
- resnet34_dilated8 + psp_bilinear: Mean IoU 0.3612, Accuracy: 77.94%
36
36
37
37
## Environment
38
38
The code is developed under the following configurations.
0 commit comments