hellochick / PSPNet-tensorflow

TensorFlow-based implementation of "Pyramid Scene Parsing Network".
326 stars 123 forks source link

Issues with how to train the model from scratch #39

Open zhiwenfan opened 6 years ago

zhiwenfan commented 6 years ago

Hi, I got a bad result with the default setting to initialize the network. And then I found the original paper says "we use a pretrained ResNet [13] model with the dilated network strategy", I wish to know if I use this repo to train from scratch on cityscape, I need to load the pretrained ResNet or other pre-trained model?

I wish someone could helps me with me question. Thanks!

dketterer commented 6 years ago

try this: https://github.com/hellochick/PSPNet-tensorflow/issues/14#issuecomment-359379662