-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Segmentation #58
Segmentation #58
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@john-rocky Can you update the README.md
and specify that segmentation models should also be exported?
revert save text
Add exporting seg models
@ambitious-octopus |
Co-authored-by: Francesco Mattioli <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now it's better, @john-rocky did you test this PR independently?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @john-rocky Is this ready?
@ambitious-octopus Yes, now this branch works fine. |
This branch adds segmentation functionality to the app.
🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
🌟 Summary
This PR introduces segmentation models and enhances the iOS YOLO app with new features like segmentation tasks and color customization. 🚀
📊 Key Changes
yolov8x-seg
,yolov8n-seg
, etc.) alongside object detection models.PostProcessSegment.swift
, to handle mask generation and segmentation visualization.Colors.swift
file to align UI colors with the Ultralyics color palette.YOLOv8
) and segmentation formats.🎯 Purpose & Impact
This update positions the YOLO iOS app as a robust tool for both object detection and instance segmentation, elevating its potential uses across various domains! 🛠️