-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Where can I find YOLO11 Models? #70
Comments
👋 Hello @zumisio, thank you for submitting a
Please also confirm the specific scenario you are working on and review our existing issues to ensure there are no duplicates. If there are specific changes or clarifications to the implementation of YOLOv11 models (or UI frameworks) you'd love to see added, let us know in detail! Thank you for helping us improve the project! 🔥 An Ultralytics engineer will review and assist you shortly. 😊 |
@zumisio thank you for your question! To access YOLO11 models, you can export them using the |
@zumisio you're welcome! The YOLOv8 models currently available on that page were the latest at the time updates ceased in February. For YOLO11 models, please ensure you're using the latest |
@zumisio 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 |
When I use the yolo11_coreml_models.zip in Release, I encounter a crash "Class labels are missing from the model description" |
@dev-xdyang https://github.com/ultralytics/yolo-ios-app/releases/tag/v8.3.0](https://github.com/ultralytics/yolo-ios-app/releases/tag/v8.3.0%5D(https://github.com/ultralytics/yolo-ios-app/releases/tag/v8.3.0)) |
https://github.com/ultralytics/yolo-ios-app?tab=readme-ov-file
Add YOLO11 Models to the Project:
Export CoreML INT8 models using the ultralytics Python package (with pip install ultralytics), or download them from our GitHub release assets. You should have 5 YOLO11 models in total. Place these in the YOLO/Models directory as seen in the Xcode screenshot below.
↑The model of the asset is the 8 series.Please change to 11 series
Also, is it still easier to develop with UI Kit (storyboard) instead of swift ui?
When changing from model 8 to model 11 this time, I expected a change from UI Kit (storyboard) to Swift UI...
The text was updated successfully, but these errors were encountered: