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

Support for YOLOv11 in the conversion script #116

Open
ainayves opened this issue Jan 31, 2025 · 2 comments
Open

Support for YOLOv11 in the conversion script #116

ainayves opened this issue Jan 31, 2025 · 2 comments
Labels
exports Model exports (ONNX, TensorRT, TFLite, etc.) question Further information is requested

Comments

@ainayves
Copy link

Hello,

Does this conversion script support YOLOv11, or is it still limited to YOLOv8?

Thanks in advance for your response! 😊

@UltralyticsAssistant UltralyticsAssistant added exports Model exports (ONNX, TensorRT, TFLite, etc.) question Further information is requested labels Jan 31, 2025
@UltralyticsAssistant
Copy link
Member

👋 Hello @ainayves, thank you for submitting a ultralytics/JSON2YOLO 🚀 Issue. To help us address your concern efficiently, please ensure you've provided the following information:

  1. For questions:

    • Provide as much context as possible about your question
    • Include any research you've already done on the topic
    • Specify which parts of the documentation, if any, you've already consulted
  2. For bug reports:

    • A clear and concise description of the bug
    • A minimum reproducible example MRE that demonstrates the issue
    • Your environment details (OS, Python version, package versions)
    • Expected behavior vs. actual behavior
    • Any error messages or logs related to the issue
  3. For feature requests:

    • A clear and concise description of the proposed feature
    • The problem this feature would solve
    • Any alternative solutions you've considered

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!

@pderrenger
Copy link
Member

@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 model='yolov11' in your code. For details, see our Export documentation. Ensure you're using the latest ultralytics>=8.2.0 package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exports Model exports (ONNX, TensorRT, TFLite, etc.) question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants