vision_flow 0.0.2 copy "vision_flow: ^0.0.2" to clipboard
vision_flow: ^0.0.2 copied to clipboard

A Flutter plugin for real-time vision tasks

Changelog #

0.0.1 #

  • complete architectural overhaul and renaming from signify_vision to VisionFlow.
  • added VisionFlow.loadModel() to select your model file and backend dynamically.
  • added VisionFlow.configure() to choose hands, face, pose, and sequenceLength dynamically.
  • modular backend architecture: added generic ModelRunner interface supporting both PyTorchRunner and TFLiteRunner.
  • feature extraction pipeline: modified MediaPipe Hand/Face integration to output specifically 330 coordinates per frame matching the WLASL notebook model format.
  • sequence normalization: Built-in sequence normalization across sequenceLength buffers directly in FrameBuffer, correctly centering landmarks on the nose relative point per sequence.
  • Flutter Event Streams: Changed predictions API to return a formatted PredictionResult with classification index.

0.0.2 #

  • updated example/ folder.
  • updated Documentation.
  • updated LICENSE file.
0
likes
0
points
117
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for real-time vision tasks

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on vision_flow

Packages that implement vision_flow