hellochick / ICNet-tensorflow

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

About the ignore_label #29

Closed SuianHan closed 6 years ago

SuianHan commented 6 years ago

In the default hyper-parameters in train.py, the ignore_label is set to 0. Wondering if it should be 255 when training on cityscape-dataset?

hellochick commented 6 years ago

@SuianHan, yes, you are right. The setting in train.py is for my own dataset. Sorry for confusing you, maybe I should change the hyper-paremeters to fit cityscapes dataset.