YudeWang / SEAM

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

Can you share the segmentation code your used? #5

Closed rulixiang closed 4 years ago

rulixiang commented 4 years ago

Hey, thanks for sharing your code! I've run your code and achieved close results as reported on training set. But I didn't find the segmentation code. Can you share it?
Many thanks!

YudeWang commented 4 years ago

Hi @rulixiang , There are lots of implementation of DeepLab on github. I think it is easy to choose one and retrain on the pseudo labels generated by SEAM repo. You can also use other advanced segmentation models and do some experiments.