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

YOLO11 models #63

Closed
Jessers1 opened this issue Oct 27, 2024 · 5 comments
Closed

YOLO11 models #63

Jessers1 opened this issue Oct 27, 2024 · 5 comments
Labels
fixed Bug has been resolved question Further information is requested

Comments

@Jessers1
Copy link

`Thanks for the awesome repo!

Are there any modifications needed to run similar yolo
11 models in the app?

On download from the ultralytica hub I get unusual mlpackages?

@UltralyticsAssistant UltralyticsAssistant added the question Further information is requested label Oct 27, 2024
@UltralyticsAssistant
Copy link
Member

👋 Hello @Jessers1, thank you for submitting a ultralytics/yolo-ios-app 🚀 Issue. This is an automated response, and an Ultralytics engineer will assist you soon. To help us address your concern efficiently, please ensure you've provided the following information:

  1. For bug reports:

    • A clear and concise description of the bug
    • A minimum reproducible example (MRE) that demonstrates the issue. You can learn more about creating an MRE here 📄
    • Your environment details (iOS version, Xcode version, device model)
    • Expected behavior vs. actual behavior
    • Any error messages or logs related to the issue
  2. For feature requests:

    • A clear and concise description of the proposed feature
    • The problem this feature would solve
    • Any alternative solutions you've considered
  3. 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

Please make sure you've searched existing issues to avoid duplicates. If you need to add any additional information, please comment on this issue.

Thank you for your contribution to improving our project! 💪

@pderrenger
Copy link
Member

@Jessers1 thank you for your interest! To run YOLO11 models from Ultralytics HUB, ensure you're using the latest version of the Ultralytics package, which supports various export formats like ONNX and CoreML for seamless integration into apps. If you're encountering unusual files, please verify the export settings in HUB.

@john-rocky
Copy link
Contributor

@Jessers1
thank you for your patience! We've exported all YOLO11 models to CoreML now and attached them to the latest v8.3.0 release assets here: https://github.com/ultralytics/yolo-ios-app/releases/tag/v8.3.0

@john-rocky john-rocky added the fixed Bug has been resolved label Dec 13, 2024
@dev-xdyang
Copy link

dev-xdyang commented Dec 17, 2024

@Jessers1 thank you for your patience! We've exported all YOLO11 models to CoreML now and attached them to the latest v8.3.0 release assets here: https://github.com/ultralytics/yolo-ios-app/releases/tag/v8.3.0

@john-rocky The YOLO11 models in release assets will crash because "Class labels are missing from the model description"
And I tried to export myself by ref this issue's script, but still get no class labels models for Yolo11 ref, but export Yolov8 models will succ. Maybe the export tool has some compatibility problem with Yolo11. Ref this

@john-rocky
Copy link
Contributor

john-rocky commented Dec 17, 2024

@dev-xdyang
Thank you for letting us know.
We're sorry, nms had not been added to the model in the release assets.
We've updated the release assets and re-uploaded the model with nms added. We apologize for the inconvenience, but please try downloading again.

https://github.com/ultralytics/yolo-ios-app/releases/tag/v8.3.0](https://github.com/ultralytics/yolo-ios-app/releases/tag/v8.3.0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed Bug has been resolved question Further information is requested
Projects
None yet
Development

No branches or pull requests

5 participants