hellochick / ICNet-tensorflow

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

train.py: error: unrecognized arguments: --model=others #7

Closed kecaiwu closed 6 years ago

kecaiwu commented 6 years ago

why i can't find the parameters about the '--model'?

hellochick commented 6 years ago

Hey, sorry for that. It’s my typo. You can run the train.py without the Arg of —model.

kecaiwu commented 6 years ago

Thank for reply. And i have another question, why set the NUM_CLASSES=27 to NUM_CLASSES=19 in train.py? The cityscapes dataset have 27 classes?

hellochick commented 6 years ago

Hey @kecaiwu, Cityscapes have 19 classes. And I test on my own datasets which has 27 classes

kecaiwu commented 6 years ago

Thanks hellochick.