FOTS_TF icon indicating copy to clipboard operation
FOTS_TF copied to clipboard

Why are the text_polyses divided by 4?

Open LizzieOneDay opened this issue 5 years ago • 2 comments

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!

LizzieOneDay avatar Feb 20 '20 03:02 LizzieOneDay

Because the feature maps applied to RoI Rotate is 1/4 size of the input images.

Pay20Y avatar Feb 20 '20 07:02 Pay20Y

Because the feature maps applied to RoI Rotate is 1/4 size of the input images.

Oh, I see. Thank you··`

LizzieOneDay avatar Feb 20 '20 07:02 LizzieOneDay