Haochen-Wang409 / U2PL

[CVPR'22 & IJCV'24] Semi-Supervised Semantic Segmentation Using Unreliable Pseudo-Labels & Using Unreliable Pseudo-Labels for Label-Efficient Semantic Segmentation
Apache License 2.0
436 stars 61 forks source link

VOC2012 have no eval.sh #117

Closed licongguan closed 1 year ago

licongguan commented 1 year ago

hi i have a question, I want to evaluate the model results of VOC2012. I did not find eval.sh in the experiments/pascal/1464 path. I tried to copy the eval.sh of cityscapes and run it. I found that the result did not give mIoU in the end, but only the segmentation and visualization results.

Haochen-Wang409 commented 1 year ago

We did not perform the sliding window evaluation for PASCAL VOC 2012. Instead, we simply report the best_miou on the validation set during the training stage.