wsss-analysis icon indicating copy to clipboard operation
wsss-analysis copied to clipboard

A Comprehensive Analysis of Weakly-Supervised Semantic Segmentation in Different Image Domains (IJCV submission)

Results 3 wsss-analysis issues
Sort by recently updated
recently updated
newest added

I think the axis=2 is wrong in [this ](https://github.com/lyndonchan/wsss-analysis/blob/master/03a_sec-dsrg/DSRG.py#L30) line. The docstring says the shape should be BxHxWxC, which would make axis=2 take the argmax over the width dimension, but...

Hi, I have a quick question. Are you using a background class in your 'cues' for the DeepGlobe dataset? If so, is this class representing areas in the CAM that...