You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
According to this documentation it says Each bounding box should be a normalized version in (x0, y0, x1, y1) format, where (x0, y0) corresponds to the position of the upper left corner in the bounding box, and (x1, y1) represents the position of the lower right corner.
How to convert labelbox bbox to LayoutLMv3Processor bbox format?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi
Used label studio for bbox annotation for LilT model.
It uses LayoutLMv3Processor below
https://huggingface.co/docs/transformers/model_doc/layoutlmv3#transformers.LayoutLMv3Model.forward.bbox
According to this documentation it says
Each bounding box should be a normalized version in (x0, y0, x1, y1) format, where (x0, y0) corresponds to the position of the upper left corner in the bounding box, and (x1, y1) represents the position of the lower right corner.
How to convert labelbox bbox to LayoutLMv3Processor bbox format?
The text was updated successfully, but these errors were encountered: