Closed jq0227 closed 3 years ago
Hi,
We use the mmseg codebase for fine-tuning the semantic segmentation experiments. I am sorry that this detail is omitted in the paper.
The focus of our project is the relative increase/decrease between models, not the absolute one. We are not clear what implementation difference between mmseg and detectron causes such gap in performance. If you want to reproduce the number of 78.6, please leave an email, and I can send over the code.
Thanks, Zhirong
Thank you.
Your detailed and prompt reply addresses my doubts.
Hi, I have tried to reproduce the results of semantic segmentation on CityScapes reported in your paper WHAT MAKES INSTANCE DISCRIMINATION GOOD FOR TRANSFER LEARNING?. But I fail to reproduce 78.6 (mIoU) based on MoCo v2 pre-trained models (the official released version). I use Detectron2 deeplab_v3 to implement the deeplab v3 architecture, and the main arguments can be summarized as follows:
Unfortunately, my best re-implemented result is 77.17 (mIoU), which largely falls behind 78.6 (mIoU). I wonder what I miss in my reproduction.