clovaai / wsolevaluation

Evaluating Weakly Supervised Object Localization Methods Right (CVPR 2020)
MIT License
332 stars 55 forks source link

The processing of score maps #62

Closed SvyJ closed 8 months ago

SvyJ commented 8 months ago

Thanks for this amazing work, but could you please provide the code for the score map processing ?

SanghyukChun commented 8 months ago

I am not sure about your question, but this code would be helpful https://github.com/clovaai/wsolevaluation/blob/master/inference.py

SvyJ commented 8 months ago

The problem I encountered is how to convert the generated score maps into heat maps (i.e. like cams) for display, you may provide code for this simple problem.

SanghyukChun commented 8 months ago

Please check this one. Visualizing CAM is not the scope of this project. https://stackoverflow.com/questions/33282368/plotting-a-2d-heatmap