ultralytics_yolo 0.0.5 
ultralytics_yolo: ^0.0.5 copied to clipboard
Flutter plugin for YOLO (You Only Look Once) models, supporting object detection, segmentation, classification, pose estimation and oriented bounding boxes (OBB) on both Android and iOS.
0.0.5 #
- Update README to match current implementation of YOLO class constructor
 - Fix documentation for threshold management in the API reference
 - Add optional controller-based approach for managing YoloView settings
 - Make onResult callback truly optional
 - Improve threshold controls with IoU threshold support
 - Update code documentation with detailed examples
 - Add support for direct YoloView state access via GlobalKey
 - Enhance error handling and debug logging
 - Translate Japanese comments to English
 
0.0.4 #
- Initial release
 - Object detection with YOLOv8 models
 - Segmentation support
 - Image classification support
 - Pose estimation support
 - Oriented Bounding Box (OBB) detection support
 - Android/iOS platform support
 - Real-time detection with camera feed
 - Customizable confidence threshold
 - YoloView Flutter widget implementation