-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Update README #77
Update README #77
Conversation
Signed-off-by: MLBoy_DaisukeMajima <[email protected]>
Signed-off-by: MLBoy_DaisukeMajima <[email protected]>
Signed-off-by: MLBoy_DaisukeMajima <[email protected]>
Signed-off-by: MLBoy_DaisukeMajima <[email protected]>
Signed-off-by: MLBoy_DaisukeMajima <[email protected]>
Signed-off-by: MLBoy_DaisukeMajima <[email protected]>
Signed-off-by: MLBoy_DaisukeMajima <[email protected]>
Signed-off-by: MLBoy_DaisukeMajima <[email protected]>
Signed-off-by: MLBoy_DaisukeMajima <[email protected]>
Signed-off-by: MLBoy_DaisukeMajima <[email protected]>
π Hello @john-rocky, thank you for submitting an
Additional Notes:
For a comprehensive view of our standards and guidelines, please refer to the Contributing Guide. If you have any questions or need clarification, feel free to askβan Ultralytics engineer will assist you promptly. π Your contributions to |
π οΈ PR Summary
Made with β€οΈ by Ultralytics Actions
WARNINGβ οΈ this PR is very large, summary may not cover all changes.
π Summary
This massive pull request introduces a Swift Package for YOLO models, multiple example iOS apps, and an improved project structure for leveraging YOLO object detection in iOS apps.
π Key Changes
Swift Package for YOLO:
YOLO
to integrate YOLO models easily into iOS/macOS apps.Example Apps Added:
YOLO-iOS-App Updates:
Core Components in
YOLO
Swift Package:ObjectDetector
for VNCoreML-based predictions.YOLOResult
for providing detection data such as bounding boxes and annotated images.YOLOCamera
supports real-time object detection.Improved Build Structure:
Package.swift
for YOLO, enabling third-party integration.π― Purpose & Impact
Simplified Integration π:
The YOLO Swift Package enables developers to easily integrate YOLO-model-based object detection into their projects. A single line of code starts detection!
Multi-Platform Support π±π»:
The library works on iOS, iPadOS, and macOS with support for both SwiftUI and UIKit approaches.
Out-of-the-Box Examples ποΈ:
The four different example apps provide starting points for developers to utilize YOLO on single images or with real-time analysis.
Adoptable & Extensible π§:
Users can directly test their custom models with drag-and-drop functionality or extend the package for more advanced use cases. This enables rapid prototyping and development.
In summary, this update modernizes YOLO's integration into Apple ecosystems (iOS/macOS), making it more modular, developer-friendly, and extensible. π