chenqi1126 / SIPE

[CVPR 2022] Self-supervised Image-specific Prototype Exploration for Weakly Supervised Semantic Segmentation
MIT License
75 stars 10 forks source link

Resnet38 implementation #15

Open mongeoroo opened 1 year ago

mongeoroo commented 1 year ago

Hello! Thanks for your great work!

In your paper, SIPE shows SOTA performance with resnet38 on COCO dataset.

I want to implement that.

Can you share your resnet 38 network used in the experiments?

Thanks.