zhoubolei / CAM

Class Activation Mapping
http://cnnlocalization.csail.mit.edu/
MIT License
1.84k stars 466 forks source link

Different Bbox generation method than the one mentioned in paper? #47

Open m-parchami opened 2 years ago

m-parchami commented 2 years ago

Hi. I was looking into the code for bounding box generation in C, and I noticed that you have accumulated bounding boxes for different thresholds (with default values being 30, 90, and 150) bboxGenerator/dt_box.cpp. However, in the paper, only one threshold is mentioned (20% of the largest value in the mapping).

It would be great if you can elaborate on this difference. Am I missing something?