Skip to content

Commit 0025c81

Browse files
committed
Merge branch 'master' of github.com:hangzhaomit/semantic-segmentation-pytorch
2 parents 6e013f4 + 1d42bb1 commit 0025c81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ Encoder:
2525
Decoder:
2626
- c1_bilinear (1 conv + bilinear upsample)
2727
- c5_bilinear (5 conv + bilinear upsample)
28-
- psp_bilinear (pyramid pooling + bilinear upsample)
28+
- psp_bilinear (pyramid pooling + bilinear upsample, see PSPNet paper for details)
2929

3030
## Performance: (updating...)
3131
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.
3232

33-
- resnet34_dilated8 + c1_bilinear: Mean IoU 0.3104, Accuracy: 76.24%
33+
- resnet34_dilated8 + c1_bilinear: Mean IoU 0.3277, Accuracy: 76.47%
3434

35-
- resnet34_dilated8 + psp_bilinear: Mean IoU 0.3558, Accuracy: 77.72%
35+
- resnet34_dilated8 + psp_bilinear: Mean IoU 0.3612, Accuracy: 77.94%
3636

3737
## Environment
3838
The code is developed under the following configurations.

0 commit comments

Comments
 (0)