-
-
Notifications
You must be signed in to change notification settings - Fork 232
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
Labelme2Yolo ? #57
Comments
@monkeycc hi there! Thanks for reaching out. Labelme2Yolo isn't currently included in the Ultralytics YOLO repository, but you can easily convert Labelme annotations to YOLO format using your own script or tools like labelme2coco followed by COCO to YOLO conversion. Check out the Ultralytics Docs for more details. If you have any other questions, feel free to ask! |
Hi @glenn-jocher, my question is also similar with others. But I have labeled image like below: { I couldn't find any sources to convert its mask to yolo format |
Hello @Harry-KIT! Converting Labelme mask annotations to YOLO format requires a custom script since YOLO expects bounding boxes rather than masks. You'll need to:
For each object, the Please refer to the Ultralytics Docs for more information on the YOLO format. If you need further assistance, don't hesitate to ask. Good luck with your project! 😊👍 |
Hello @glenn-jocher, Thank you very much |
You're welcome, @Harry-KIT! If you have any more questions or need further assistance as you work on your project, feel free to reach out. Happy coding, and best of luck with your work! 😊🚀 |
Labelme
polygon, rectangle, circle
The text was updated successfully, but these errors were encountered: