flutter_yolo_open_kit 1.1.1
flutter_yolo_open_kit: ^1.1.1 copied to clipboard
A commercial-friendly YOLO detector for Flutter, powered by YOLOX and PP-YOLOE+ (Apache 2.0).
1.1.1 #
- Fix Linux build: correct ONNX Runtime header include path
1.1.0 #
- Add Linux platform support (x86_64 and aarch64)
- Support for edge devices (Raspberry Pi, Jetson Nano)
- Add GitHub Actions CI for Linux builds
1.0.0 #
- Initial release
- Support for YOLOX and PP-YOLOE+ models (Apache 2.0)
- Real-time object detection from camera streams
- iOS Core ML and Android NNAPI hardware acceleration
- Detect from image files, BGRA buffers, or YUV camera frames
- Isolate support for non-blocking UI
- 80 COCO class detection
- Auto-download native libraries from GitHub Releases