Reformatting annotations to train recognition model #1278
Unanswered
zohaib-khan5040
asked this question in
Q&A
Replies: 2 comments
-
Found this function in the repo: Line 43 in 95857cf Still curious if this is the best approach for something like this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @zohaib-khan5040 👋, Not sure what you want to reach 😅 but the order doesn't matter if you want to train a recognition model (it's enough to provide the Image crops and coresponding labels) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I have a dataset with annotations similar to the YOLO format - for each image I have a list of bounding boxes, each having coordinates for x,y, and the width and height. I wish to make annotations similar to what is provided in the
references/
folder for finetuning detection and recognition models.I can get the detection models to work, that's not an issue. I do want to ask how I can manipulate these annotations to get a structure for the recognition dataset. I was initially thinking of getting a reading order for the boxes but I doubt that's a good way to go about it.
Thank you! 🙏
Beta Was this translation helpful? Give feedback.
All reactions