How do I slice yolo .txt files? #840
richard-schwab
started this conversation in
General
Replies: 1 comment 1 reply
-
sahi supports only slicing coco annotations. you can
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was able to slice a yolo image using the documentation here: https://github.com/obss/sahi/blob/main/docs/slicing.md
However, how do I slice the yolo .txt file that is part of it so I can train? Or is that not the workflow you recommend?
I was of the mind that I should slice up my database and train it in yolov8 and then use this to predict. Is that not correct? There isn't a training.md in the docs folder to give recommendations.
Beta Was this translation helpful? Give feedback.
All reactions