pytorch-semseg
pytorch-semseg copied to clipboard
Any method test validate data on pspnet using pretrained caffe model?
Hi! Is there any method to evaluate your pspnet using voc2012 val data and pretrained caffe model?
Thanks alot!
Not at the moment. The PSPNet weight loading is buggy, I'll add these methods once that is fixed.
Hello, Yes I have just realized that it doens't work. It only predicts class 0 and 2 with low mIoU.
@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.
@littlebelly @meetshah1995 @shahabty Hi guys! Is this issue fixed, or do you guys have an idea when it will be fixed?
@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
Hello, I can get 75.7. Do you want me to merge it with the current repo?
@meetshah1995 is PSPNET weight loading still buggy?
Does that mean we should not rely on loaded caffe weights provided by the authors?
Thanks