WXinlong / DenseCL

Dense Contrastive Learning (DenseCL) for self-supervised representation learning, CVPR 2021 Oral.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Performance of Semantic Segmentation on Pascal VOC

WesleyHsieh0806 opened this issue · comments

Hi, I tried to reproduce your results on VOC Semantic Segmentation, but only got mIOU = 46.87 (while you can achieve 69.4)
Can you give me some help?

Here's the steps I have done for reproduction.

  1. Download your Pretrained model DenseCL IN/200Epoch
  2. Follow your steps in Readme.md

I did not modify any setting about batch size or learning rate.
Is there anything I have ignored?

@WesleyHsieh0806 I got the same issue, trained VOC2012(no aug) semantic segmentation from COCO 800ep pretrain and only got mIoU=45.48

Did you solve the problem?

@WXinlong What should I do to get the results reported?