-
-
Notifications
You must be signed in to change notification settings - Fork 33
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 #38
Segmentation #38
Conversation
@john-rocky thank you for sharing your update! It's great to see the alignment of the segment mask and detection box colors with the Ultralytics color palette. This consistency will definitely enhance the user experience. If you encounter any issues or have further questions, please ensure you're using the latest version of the Ultralytics packages. This helps us ensure that any bugs or issues are addressed with the most recent fixes and improvements. If you need any additional guidance or run into any challenges, feel free to ask. We're here to help! 😊 Keep up the great work! |
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 , this is the next one to close. Here we need to resolve conflicts and remove all references to YOLO Human. We also need to sync this branch with main and as with the other PRs add references to the model and fix the package versions in the .storyboard
files. We also need to remove the .png
files and consequently the Contents.json
file.
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 keep references here!
@ambitious-octopus |
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 we close this PR in favor of PR #58, which resolves the merge conflicts? In the future, please try to keep everything consolidated in a single PR. Thanks!
@ambitious-octopus |
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 Thanks for that, closed in favor of #58!
Segmentation feature has been added.
If you add a segment model and select seg in the task, you can view the segment mask in real time.
🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
🌟 Summary
This PR introduces several enhancements and new features to the YOLO iOS app, including updates to the build configuration, addition of support for Swift code formatting, and new functionalities for various YOLO models.
📊 Key Changes
ubuntu-latest
tomacos-latest
.PostProcessing.swift
,HumanModel.swift
,TrackingModel.swift
,PostProcessSegment.swift
.🎯 Purpose & Impact
macos-latest
in CI ensures better compatibility with iOS-related tasks. Swift code formatting improves code consistency.These updates collectively aim to make the YOLO iOS app more robust, user-friendly, and versatile for a broader range of object detection and tracking purposes. 🚀📱✨