Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to train in a format similar to yolov5 #1

Open
omaiyiwa opened this issue Jun 29, 2023 · 0 comments
Open

How to train in a format similar to yolov5 #1

omaiyiwa opened this issue Jun 29, 2023 · 0 comments

Comments

@omaiyiwa
Copy link

💡 Your Question

I found this class in the original repository “YoloDarknetFormatDetectionDataset”,
I found that such a format is supported in its examples1,
data_dir
└── train/test/val
├── images
│ ├─ 0001.jpg
│ ├─ 0002.jpg
│ └─ ...
└── labels
├─ 0001.txt
├─ 0002.txt
└─ ...
but building a trainer does not require both train and val,
Can you teach me the correct way to use it to train this type of custom dataset?

Versions

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant