We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running the app, bounding box coordinates are expressed in floating point format, probably as percentages.
For example:
{"coordinates": [[0.583984375, 0.7747395833333333], [0.935546875, 0.8763020833333333]], "boxType": "text", "timePoint": "tp_27", "id": "bb_1"}}
BoundingBox annotations should be measured as integer pixel offset from the top-left corner.
No response
The text was updated successfully, but these errors were encountered:
revising box renderer for docTR after clamsproject/app-doctr-wrapper#3
910aa2a
Successfully merging a pull request may close this issue.
Bug Description
When running the app, bounding box coordinates are expressed in floating point format, probably as percentages.
Reproduction steps
For example:
{"coordinates": [[0.583984375, 0.7747395833333333], [0.935546875, 0.8763020833333333]], "boxType": "text", "timePoint": "tp_27", "id": "bb_1"}}
Expected behavior
BoundingBox annotations should be measured as integer pixel offset from the top-left corner.
Log output
No response
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: