Open InstantWindy opened 6 years ago
To train the model properly, you either need to do transfer learning from ResNet50 or PSPNet50 weights as suggested by the author. You also need to apply network compression once you have trained the full scale model.
If you are interested in a Tensorflow implementation, I have some pretrained models with the accompanying sets of hyperparameters here: https://github.com/oandrienko/fast-semantic-segmentation. Hope this helps!
@InstantWindy Hi, I am looking at training ICNet with my own data set too. Can you share your training prototxt for my reference? Thank you :-)
Hello ! could you porvide me the training parameters set? beacause I train the model ,I found it can not reach the paper performance . Thank you !