pose_detection_tflite 1.1.0
pose_detection_tflite: ^1.1.0 copied to clipboard
Pose & landmark detection using on-device TFLite models.
1.1.0 #
- Parallel landmark detection in multi person photos, faster processing
- Improve error handling
- Add integration tests
1.0.1 #
- Improved Dartdoc coverage
1.0.0 #
This version contains breaking changes:
- Breaking API changes:
PoseDetectoruses constructor params (noPoseOptions), returnsPose/BoundingBox, and detection methods are async - YOLO and BlazePose run via isolates to avoid blocking
- Expanded DartDoc coverage
poseLandmarkConnectionsfor drawing skeletons.- Example app improvements, sample images added.
0.0.3 #
- Removed unused dependency
path_provider
0.0.2 #
- Improved documentation
0.0.1 #
- Initial release
- Person detection using YOLOv8
- Pose landmark detection with MediaPipe Pose
- Support for lite, full, and heavy models
- Box-only and full landmark detection modes