Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why are the text_polyses divided by 4? #44

Open
LizzieOneDay opened this issue Feb 20, 2020 · 2 comments
Open

Why are the text_polyses divided by 4? #44

LizzieOneDay opened this issue Feb 20, 2020 · 2 comments

Comments

@LizzieOneDay
Copy link

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!

@Pay20Y
Copy link
Owner

Pay20Y commented Feb 20, 2020

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

@LizzieOneDay
Copy link
Author

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

Oh, I see. Thank you··`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants