-
Notifications
You must be signed in to change notification settings - Fork 6
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
Question about Layout Location Coordinate Normalization. #7
Comments
@KimRass Coordinate bin normalization means all coordinates are quantized into a relative range of Suppose a pixel of the image in the location For example, a pixel of the image in the location Also, note that the pre-training and fine-tuning resolutions are different. |
I fully understood. Thank you very much! |
So in files such as 'ocr_0.json' coordinates are already quantized. Is this right? |
Yes. |
I don't understand the meaning of layout location coordinate normalization.
The input image resolution during pre-training is 1920 x 1600, but the coordinates are quantized into the range$[0, 1000]$ .
Does this mean that any ground truth coordinates greater than 1000 are simply clipped to 1000?
The text was updated successfully, but these errors were encountered: