YOLO Darknet dataset not compatible with YOLOv8 #16183
Unanswered
johnlockejrr
asked this question in
Q&A
Replies: 1 comment
-
@johnlockejrr to train a segmentation model with YOLOv8, you'll need to convert your Darknet format labels to the Ultralytics YOLO format. Ensure each label file includes class indices and segmentation mask coordinates. You can use the |
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
-
I want to train a segmentation model on YOLOv8. My dataset/labels are Darknet format:
Should I convert (if so, how?) to other format?
My dataset YAML file:
path: sam_v2
Sample of
test.txt
I get this error:
Beta Was this translation helpful? Give feedback.
All reactions