jfzhang95 / pytorch-deeplab-xception

DeepLab v3+ model in PyTorch. Support different backbones.
MIT License
2.9k stars 779 forks source link

Issue with Xception Backbone #208

Open Thunder003 opened 3 years ago

Thunder003 commented 3 years ago

I've tried both xception and resnet-101 backbone. The resent-101 backbone is working fine but when using xception backbone, results are very bad. And even, training for longer making the resulting image completely black(after the multiplication of the model output image by value 255). Does anyone know the fix?

guava1427 commented 2 years ago

I had the same issue with Xception Backbone. Did you find the reason?

SimaDidari commented 2 years ago

The same issue. Could not fix yet