OCR_detection_IC15
OCR_detection_IC15 copied to clipboard
What's the meaning of shrink_poly?
As far as I understood, function shrink_poly is used for shrink the text bounding box, and then creates the score map. But this steps seems not been described in the FOTS paper, and it will produce much more small score map compared to the original ground truth. Could you please explain why you shrink the poly?
@hao6699 in EAST paper, they use shrink_poly ,and I think FOTS is EAST and CRNN.
@xxlxx1 you are right.