hellochick / ICNet-tensorflow

TensorFlow-based implementation of "ICNet for Real-Time Semantic Segmentation on High-Resolution Images".
405 stars 153 forks source link

a bug in the network structure for ICNet_BN #41

Closed hitexcalibur closed 6 years ago

hitexcalibur commented 6 years ago

Hi,

Very nice work.

Seems that there's a small bug in the network structure for ICNet_BN. In line 320 in your model.py, it should be 'conv3_2_1x1_increase_bn' instead of 'conv3_2_1x1_increase' and the same for line 385

hellochick commented 6 years ago

Hi, thank you a lot! Maybe this issue can solve the problem which confused me long time!!! Really appreciate.