You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: