Converting YOLOv5 training dataset to YOLOv8 #864
Closed
AlainPilon
started this conversation in
General
Replies: 3 comments 1 reply
-
Is there any difference? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@SkalskiP Yes! For some reasons, the val/train and labels/images levels in the directory tree has been reversed. And I think the |
Beta Was this translation helpful? Give feedback.
0 replies
-
In the end, I managed to process the dataset by specifying the |
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
-
Is there an easy way to convert a dataset exported under the YOLOv5 format/structure to a YOLOv8 format/structure?
I looked at the Supervision code and it seems like it only supports YOLOV8. The YOLOv5 method is just to load the trained model.
Beta Was this translation helpful? Give feedback.
All reactions