pytorch-semseg icon indicating copy to clipboard operation
pytorch-semseg copied to clipboard

Any method test validate data on pspnet using pretrained caffe model?

Open zhijiew opened this issue 7 years ago • 7 comments

Hi! Is there any method to evaluate your pspnet using voc2012 val data and pretrained caffe model?

Thanks alot!

zhijiew avatar Jan 28 '18 15:01 zhijiew

Not at the moment. The PSPNet weight loading is buggy, I'll add these methods once that is fixed.

meetps avatar Jan 28 '18 15:01 meetps

Hello, Yes I have just realized that it doens't work. It only predicts class 0 and 2 with low mIoU.

shahabty avatar Mar 10 '18 00:03 shahabty

@littlebelly @meetshah1995 I have made some changes in the code. Now the mean IoU is 75.7 which is very close to 79%. I will publish it very soon.

shahabty avatar Mar 10 '18 20:03 shahabty

@littlebelly @meetshah1995 @shahabty Hi guys! Is this issue fixed, or do you guys have an idea when it will be fixed?

tyeah avatar Mar 23 '18 00:03 tyeah

@tyeah not yet, I still can not get a reasonable performance of pspnet, beside the network structure, there are some other ticks in pspnet which make it hard to train and get the performance as good as author's paper

zhijiew avatar Mar 23 '18 02:03 zhijiew

Hello, I can get 75.7. Do you want me to merge it with the current repo?

shahabty avatar Mar 23 '18 13:03 shahabty

@meetshah1995 is PSPNET weight loading still buggy?

Does that mean we should not rely on loaded caffe weights provided by the authors?

Thanks

DrFridolin avatar Feb 07 '19 16:02 DrFridolin