zijundeng / pytorch-semantic-segmentation

PyTorch for Semantic Segmentation
MIT License
1.72k stars 393 forks source link

Model performance #32

Open jthsieh opened 6 years ago

jthsieh commented 6 years ago

Thank you for your awesome code! I've been trying to run some models on Cityscapes including FCN8, PSPNet and DUC, but I haven't been able to replicate the results reported in the papers. So if it's not too much trouble, can you please provide the results you got when testing your models. Thank you so much!!

wldeephi commented 6 years ago

I have tried the GCN method on the gtFine dataset ,and get m_IOU=67 % on cityscapes. Have you reproduced the performance on the cityscapes reported by the paper ?

jthsieh commented 6 years ago

I managed to run FRRN A with this code https://github.com/meetshah1995/pytorch-semseg and achieved the reported mIoU. I used the exact hyperparameters reported in the FRRN paper.

geeemchee commented 6 years ago

Hi, would anyone be kind enough to share the results? Having trouble while getting the results too