clovaai / wsolevaluation

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

How to display CAM with the best fit threshold value in your code? #15

Closed umairjavaid closed 4 years ago

junsukchoe commented 4 years ago

We do not provide the display module currently. You can use PIL or opencv package to display your CAM.

https://github.com/clovaai/wsolevaluation/blob/45ac3a1c88551de0d7829131f8e3c66928b37697/inference.py#L84

coallaoh commented 4 years ago

Closing the issue, assuming the question was answered :) Please re-open the issue as necessary.