MhLiao / TextBoxes_plusplus

TextBoxes++: A Single-Shot Oriented Scene Text Detector
Other
953 stars 279 forks source link

f_score_threshold might be incompatible #22

Closed SHaiHosh closed 6 years ago

SHaiHosh commented 6 years ago

The f_score_threshold is set to be 0.7 as default But, the value of f_score (which is compared ti the threshold) must be in the range [1.0, e] - since Sd and Sr are in the range [0,1] Have I missed anything? see image attached

screenshot-2018-2-27 1801 02765 pdf

MhLiao commented 6 years ago

@SHaiHosh You are right. The f_score_threshold need to be double (eg. 1.4).