FOTS_TF
FOTS_TF copied to clipboard
Why are the text_polyses divided by 4?
Hello, The 679 line in the data_utils.py: x1, y1, x2, y2, x3, y3, x4, y4 = text_polyses[i] / 4; why are the coordinates diveded by 4? Thank you!
Because the feature maps applied to RoI Rotate is 1/4 size of the input images.
Because the feature maps applied to RoI Rotate is 1/4 size of the input images.
Oh, I see. Thank you··`