-
Notifications
You must be signed in to change notification settings - Fork 167
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 convert VisDrone label format to yolo #33
Comments
Hello, did you manage to do this? |
Hi, i couldn't do it but i found this https://www.kaggle.com/datasets/mainhatnam/visdrone-2019-mot-train?select=images |
Thats nice! I am gonna give it a try. Could you fine train any yolo model with that? Also, I found this:
which happens after few entries in first epoch. |
Yes it is compatible with all versions
Vram is full, my suggestion choose a lower batch size |
If you're looking for a better way to convert the annotations with a cleaner script, I had been working on this sometime back. I've added the code to convert the annotations as well as the annotations in the YOLO format on my Github here. Feel free to use that for your experiments if you'd like. |
Hi how convert VisDrone annotations to yolo v7 format ?
The text was updated successfully, but these errors were encountered: