object_detection_flutter 0.1.0
object_detection_flutter: ^0.1.0 copied to clipboard
A high-performance Flutter package for real-time, multi-model (object detection, classification, pose, face, YOLOv5) vision tasks using TensorFlow Lite with isolate support.
0.1.0 Initial Release #
- Initial release of the object_detection_flutter package.
- Supports real-time inference for multiple TFLite model types (Object Detection, Classification, YOLOv5, Pose Estimation, Face Detection, Segmentation) using isolates.
- Includes comprehensive example test application.