MhLiao / TextBoxes_plusplus

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

Trying to reproduce results #78

Closed manueldiduch closed 6 years ago

manueldiduch commented 6 years ago

@MhLiao Hello, Could you help me with some information, I am trying to reproduce the results from your paper on ICDAR2015 using your pre-trained models:

  1. Is it the Quad_MS version?
  2. About the parameters in examples/test/demo.py: 'det_score_threshold' --> is it used as a "first" filter (related to the nms cascade)? What value did you use? 0.5? 'overlap_threshold' --> is it used as a "second" filter (related to the nms cascade)? What value did you use? 0.2?

Thank you very much!