VainF / DeepLabV3Plus-Pytorch

Pretrained DeepLabv3 and DeepLabv3+ for Pascal VOC & Cityscapes
MIT License
1.92k stars 437 forks source link

resnet50 training problem #30

Open Xyxy1722 opened 3 years ago

Xyxy1722 commented 3 years ago

Hello. I'm trying to reproducing the result. However, when training with deeplabv3plus_resnet50, the mIoU can't reach 0.772. Instead the best performance is 0.714. I wonder is there modification of hyper-parameter when you train it yourself. Thank you very much.

huanggeng698 commented 3 years ago

Hello. I also meet the same problem and my best mIoU is just nearly 0.68. Have you solved your problem and would you like to share me the solution. Thank you very much.