-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
export coreml format from hub like yolov8n.coreml? #907
Comments
👋 Hello @hanrw, thank you for raising your issue about the Ultralytics HUB 🚀! We appreciate your feedback and will make sure an Ultralytics engineer looks into this soon. In the meantime, you might find the following resources helpful for better understanding and utilizing CoreML exports:
If this is a 🐛 Bug Report regarding the export format, please provide screenshots and steps to reproduce the problem to assist us in diagnosing the issue more efficiently. If you have a ❓ Question about using We aim to address all concerns promptly. Thank you for your patience and understanding! |
+1 |
Hello @saserbest! Thank you for your input and for sharing your experience with the CoreML model exports. 😊 It seems like you've encountered a situation where the exported models need to be renamed to To address this, please ensure you're using the latest version of the Ultralytics HUB and related packages, as updates often include important fixes and improvements. If the issue persists, renaming the file as you've done is a practical workaround. For using these models in iOS apps, once renamed to
If you continue to experience issues or have further questions, feel free to reach out. We're here to help! 🚀 |
Hi @pderrenger, thanks for your response. I had a custom model trained from the YOLOv11s model, but it encountered an error after I renamed it to .mlmodel. and compared with the official YOLO11 model it's works when use CLI to convert it from pytorch model which is downloaded from hub and size around 37.8 mb but format=coreml with same size(around 17.5 mb) as it's download from hub and got same error |
Hello @hanrw! Thank you for reaching out and sharing the details of your experience with exporting your custom YOLOv11s model. 😊 It seems like you're encountering an issue with the CoreML model size and functionality after exporting from the Ultralytics HUB. Let's address this step-by-step:
If you continue to face challenges, feel free to provide more details or screenshots of the error messages. We're here to help you get your model running smoothly! 🚀 Thank you for your patience and for being part of the YOLO community. Your feedback is invaluable in helping us improve our tools and services. |
Hi @pderrenger , i had already tried |
Hello @hanrw! Thank you for your patience and for providing more details about the issue you're facing. 😊 It sounds like you're encountering a persistent issue with the CoreML export, even after using the CLI command. Let's try a few more steps to troubleshoot and resolve this:
If the problem continues, please let us know if there are any specific error messages or logs that could provide more context. We're here to help, and your feedback is invaluable in improving our tools. Thank you for being part of the YOLO community! 🚀 |
Search before asking
Question
according to the doc https://docs.ultralytics.com/hub/integrations/#exports
export CoreML from hub should be with mlpackage format but actually yolov8n.coreml
and if so how to use yolov8n.coreml from like a ios app?
CoreML coreml yolo11n.mlpackage ✅ imgsz, half, int8, nms, batch
Additional
No response
The text was updated successfully, but these errors were encountered: