Tags give the ability to mark specific points in history as being important
-
-
v0.6.12
59ab9f07 · ·Enable multi-threaded LiteRT CPU inference (#581) Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
-
-
-
v0.6.10
34f595a8 · ·Add depth model support (#562) Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
-
v0.6.9
1dbccc6a · ·Support custom pose keypoint counts on Android (#556) Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
-
v0.6.8
a8948115 · ·Speed up Android preprocessing - write NCHW LiteRT/QNN inputs directly during RGB packing and remove the extra HWC-to-CHW transpose - clear only actual letterbox padding during Android preprocessing - bump the Flutter package to 0.6.8 and update the iOS UltralyticsYOLO dependency to 8.9.11 - refresh the Flutter performance notes with the current Xiaomi 17 benchmark rows and source links - flutter test - flutter analyze - flutter build apk --debug - flutter build apk --profile - scripts/build_play_store_assets.sh - pod ipc spec ios/ultralytics_yolo.podspec - swift package dump-package --package-path ios/ultralytics_yolo - git diff --check - GitHub Android emulator smoke failed because the runner never exposed emulator-5554; local Android builds, Xiaomi profile deployment, and signed Play AAB generation passed.
-
-
v0.6.6
e0dfb65c · ·Switch export to LiteRT and make Android input layout-adaptive (#548) Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
-
v0.6.5
cc129c3a · ·Add Swift Package Manager support for iOS (#542) Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
-
-
v0.6.3
82b69164 · ·Add Snapdragon NPU support for QNN ONNX models on Android (#526) Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
-
v0.6.2
29248d86 · ·0.6.2 - Fix Android Play release entrypoint (#523) Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
-
-
v0.6.0
0aedcaa8 · ·Fix overlay toggling race and expose OBB and frame data for custom overlays (0.6.0) (#516) Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
-
v0.5.1
41a1228a · ·Add torch toggle to the camera UI and default model size to nano (#501) Adds camera torch control (toggleTorch() + isTorchEnabled on YOLOViewController, with a flashlight toggle next to the zoom controls in YOLOShowcase; native setTorchMode returns the real hardware state) and defaults the showcase model size to nano on launch and task switch to match the native iOS app. Bumps the plugin to 0.5.1. Closes #496.
-
v0.5.0
c493d251 · ·Consume shared UltralyticsYOLO package on iOS (0.5.0) (#498) Makes the Flutter plugin's iOS layer consume the shared UltralyticsYOLO package (single source of truth) published from ultralytics/yolo-ios-app, replacing the duplicated in-plugin Swift inference sources. Resolves UltralyticsYOLO 8.9.2 from CocoaPods trunk via the podspec dependency (>= 8.9.2, < 9.0). Bumps the plugin to 0.5.0. - Delete vendored Swift inference sources; import UltralyticsYOLO in the bridge/camera layer. - Wire capturesInstanceMasks / capturesOriginalImage for live-segmentation masks and original-image streaming. - Make in-flight model loads generation-safe (dispose/reload races) and drain coalesced load waiters. - Add a Bundle.allBundles fallback for single-image model path resolution.
-
v0.4.3
b5a4eda7 · ·Unify realtime postprocess geometry (#497) Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
-
-