argman / EAST

A tensorflow implementation of EAST text detector
GNU General Public License v3.0
3.02k stars 1.05k forks source link

Detection Scores #89

Open idefix92 opened 6 years ago

idefix92 commented 6 years ago

Hello! Thank you for sharing the code! I wanted to ask if there is an option to modify it in order to show the detection scores. I suppose you are thresholding in order to filter out bounding boxes below a certain probability e.g. bounding boxes with scores lower than 0.7 will be discarded. I would like to show all bounding boxes and not discard any. Is it possible in any way? Thank you!

BR

Valentin

KnitVikas commented 4 years ago

you can fix the threshold according to your need in configuration file.generally setting the threshold will detect too much noise in the image