SC-CAM icon indicating copy to clipboard operation
SC-CAM copied to clipboard

SC-CAM: Weakly-Supervised Semantic Segmentation via Sub-category Exploration (CVPR 2020)

Results 16 SC-CAM issues
Sort by recently updated
recently updated
newest added

Hi, thanks a lot for sharing your very interesting work. I am running the code to try to reproduce the results in the paper (still running the second round). If...

thanks for your codes. According to the paper, your method can also improve the performance of classification, but there are no experiments in your paper. Can you provide some experimental...

Thank you for your great works About the deeplabv2 repo you provide, how did you initialize the parameters of deeplabv2. Did you just train it from scratch or using the...

DO you change any parameters or model architecture using this [repro](https://github.com/kazuto1011/deeplab-pytorch#pascal-voc-2012)?

For the CAM visualization, I want to use a blue background and red for attention, how do I convert it in the code?