-
-
Notifications
You must be signed in to change notification settings - Fork 82
How to set landscape detection on iOS #95
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
Comments
@menghengmen for iOS orientation handling, you'll need to implement landscape detection in your application's image preprocessing pipeline before passing frames to YOLO. Ultralytics YOLO models process input images as provided without inherent orientation awareness. Ensure your iOS application:
For implementation details, see Apple's UIImage orientation documentation and the Vision framework image handling guide. If you're using YOLO commercially on iOS, please ensure compliance with our Ultralytics Licensing requirements. |
@menghengmen Thank you for your feedback! |
A potential fix for this issue has been merged in PR #233, which introduces several key improvements to the Ultralytics YOLO Flutter app. This update adds full landscape mode support, enhances detection accuracy with more robust bounding box calculations, and improves camera controls for a smoother, more flexible user experience. UI elements now adapt better to both portrait and landscape orientations, and overall app performance and stability have been refined. The PR also brings updated documentation for easier integration and development. Special thanks to the author and contributors for their valuable work on this enhancement! To test if these changes resolve the issue, please update your local version of the app or install directly from the main branch using:
Alternatively, you may wait for the next official release if you prefer. Feedback on whether this resolves the issue would be greatly appreciated. Thanks again for reporting the issue, and feel free to share any further feedback if you encounter any related problems! |
No description provided.
The text was updated successfully, but these errors were encountered: