pose_detection 1.0.6 copy "pose_detection: ^1.0.6" to clipboard
pose_detection: ^1.0.6 copied to clipboard

Pose & landmark detection using on-device TFLite models.

1.0.6 #

  • Update flutter_litert -> 1.2.0
  • Refactor to use flutter_litert shared utilities (InterpreterFactory, InterpreterPool, PerformanceConfig)

1.0.5 #

  • Update opencv_dart 2.1.0 -> 2.2.1
  • Update flutter_litert 1.0.2 -> 1.0.3

1.0.4 #

  • Update flutter_litert 1.0.1 -> 1.0.2

1.0.3 #

  • Update documentation

1.0.2 #

  • Update flutter_litert to 1.0.1, camera to 0.12.0

1.0.1 #

  • Update flutter_litert to 0.2.2

1.0.0 #

  • 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