Shouyang Liu
Shouyang Liu
Initiate a model, then use model.predict on preprocessed image (scale pad, divide by 255, substract 1) @bonlime should be divide by 127.5, substract 1?
Have u trainned on your own data? I tried to train it using my own dataset with only two classes. green_model = Deeplab_model.Deeplabv3(input_shape=(521,521,3), classes=2, weights='pascal_voc', OS=16) #green_model.summary() **# I freze...
Thanks. Except Deeplab, any other semantic segmentation models worth to try?
Thanks for your reply. I am working with Windows, running my code in Spyder. What's the possible reason? Shouyang