-
Notifications
You must be signed in to change notification settings - Fork 116
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
no CSV export #39
Comments
Annotate your data with Yolo_Label and then change the '.txt' ext of annotation file to '.csv' I also recommend you to use another yolo projects that support '.txt' files. |
Hi may I please know the order of the bounding box data in .txt file ? |
No, it is class center_x center_y width height. |
Thanks a lot. Is there any formula or pseudocode to convert these values into xmin ymin xmax and ymax ? |
It's okay~ x y w h xmin = x - w / 2 |
TrainYourOwnYOLO requires CSV file as data. Is there any way we can do that with Yolo_Label?
The text was updated successfully, but these errors were encountered: