YudeWang / SEAM

Self-supervised Equivariant Attention Mechanism for Weakly Supervised Semantic Segmentation, CVPR 2020 (Oral)
MIT License
539 stars 97 forks source link

About training deeplab #24

Closed Apexsf closed 3 years ago

Apexsf commented 3 years ago

Hi, thank you for your excellent work,
Can you provide the code of training the fully-supervised deeplab model? Or can you give me some hints about how you initialize the deeplab to train on pseudo labels? Did you just train it from scratch, or use the backbone trained on imagenet, or use the pretrained parameters on coco? Thank you for your reply.

YudeWang commented 3 years ago

Hi @Apexsf , Code has released in https://github.com/YudeWang/semantic-segmentation-codebase. Any questions can be given in new repository and I will close this issue.