hellochick / ICNet-tensorflow

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

Increase in accuracy after fixing #41 ? #49

Closed rydeldcosta closed 6 years ago

rydeldcosta commented 6 years ago

Hi @hellochick. After fixing the bug referenced in #41 , did you get a bump in accuracy too? The Trainval_bn model gives me around 80% class IoU. However I am not sure if there is some mistake.

hellochick commented 6 years ago

@rydeldcosta, yes! I think this bug resulted in the low accuracy, so after fixing it we got improvement in accuracy.

rydeldcosta commented 6 years ago

@hellochick did you record the results? If so, what accuracy did you get?

hellochick commented 6 years ago

@rydeldcosta, I get 81.06% mIoU, and I have put the results in README.md.

rydeldcosta commented 6 years ago

Thanks a lot!