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

Bounding box coordinates are floating point percentages #3

Closed
haydenmccormick opened this issue Apr 9, 2024 · 0 comments · Fixed by #4
Closed

Bounding box coordinates are floating point percentages #3

haydenmccormick opened this issue Apr 9, 2024 · 0 comments · Fixed by #4
Labels
🐛B Something isn't working

Comments

@haydenmccormick
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛B Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants