clovaai / wsolevaluation

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

What's the range of your threshold values? what is the interval size? #16

Closed umairjavaid closed 4 years ago

junsukchoe commented 4 years ago

Hi,

The range of threshold is [0,1). The interval can be set by cam_curve_interval (default: .001). Please note the following functions:

https://github.com/clovaai/wsolevaluation/blob/45ac3a1c88551de0d7829131f8e3c66928b37697/evaluation.py#L427

coallaoh commented 4 years ago

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