-
-
Notifications
You must be signed in to change notification settings - Fork 238
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
Support for YOLOv11 in the conversion script #116
Comments
👋 Hello @ainayves, thank you for submitting a
Before proceeding, please ensure you've searched existing issues to avoid duplicates. If you have additional information or context to provide about your question regarding YOLOv11 support, kindly comment on this issue thread. This is an automated response to help streamline issue management, but don’t worry—a member of the Ultralytics team will assist you shortly! 🚀✨ Thank you for contributing and helping improve our project! |
@ainayves thanks for your question! The Ultralytics package supports YOLOv11, including model conversion/export to formats like ONNX and TensorRT. To use YOLOv11, simply specify |
@pderrenger , Thank you for your response. I realize my previous message was not very clear, and I apologize for that. My question is actually about the dataset format. If I’m not mistaken, this repository contains a script for converting COCO to YOLO. I would like to know if the dataset is converted to the YOLOv11 format, following a structure of this kind or another : archive.zip/ |
@ainayves the Ultralytics YOLOv11 dataset format uses a simplified structure with a
The |
Hello,
Does this conversion script support YOLOv11, or is it still limited to YOLOv8?
Thanks in advance for your response! 😊
The text was updated successfully, but these errors were encountered: