Skip to content

Commit 0fb1223

Browse files
authored
Update README.md
1 parent f97ddc1 commit 0fb1223

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,19 @@ Encoder:
2424

2525
Decoder:
2626
- c1_bilinear (1 conv + bilinear upsample)
27-
- c5_bilinear (5 conv + bilinear upsample)
2827
- psp_bilinear (pyramid pooling + bilinear upsample, see PSPNet paper for details)
2928

30-
## Performance: (updating...)
29+
## Performance:
3130
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.
3231

3332
- resnet34_dilated8 + c1_bilinear: Mean IoU 0.3277, Accuracy: 76.47%
3433

3534
- resnet34_dilated8 + psp_bilinear: Mean IoU 0.3612, Accuracy: 77.94%
3635

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+
3740
## Environment
3841
The code is developed under the following configurations.
3942
- Hardware: 2-8 Pascal Titan X GPUs (change ```[--num_gpus NUM_GPUS]``` accordingly)

0 commit comments

Comments
 (0)