What is the proper Folder Structure and config YAML file? #1043
Unanswered
4e576rt8uh9ij9okp
asked this question in
Q&A
Replies: 1 comment
-
@4e576rt8uh9ij9okp hi v8 shares the same data format like v5, so I think this link https://github.com/ultralytics/yolov5/wiki/Train-Custom-Data could help you. - output
- - images
- - - test
- - - - image1.jpg
- - - train
- - - - image22.jpg
- - - val
- - - - image33.jpg
- - labels
- - - test
- - - - image1.txt
- - - train
- - - - image22.txt
- - - val
- - - - image33.txt |
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'm new at this and I have trouble making a "folder structure" and "custom.yaml" config file to make it work.
I was looking at the YOLOv8 documentation and sadly I couldn't find anything, I might be blind or maybe it's hidden somewhere.
As a example here https://klipper3d.org
you look on the left menu, click "installation and Configuration"
then click "Configuration reference"
and you see all the parameters for the configuration file.
I was looking for something similar so I know what the hell I need to do.
For now my folders look like this:
Here is my Yaml file
Also this is the Error I'm getting:
Beta Was this translation helpful? Give feedback.
All reactions