am15h / tflite_flutter_plugin

TensorFlow Lite Flutter Plugin
https://pub.dev/packages/tflite_flutter
Apache License 2.0
501 stars 352 forks source link

Mediapipe BlazePose tflite model support? #140

Open jerlyjelly opened 3 years ago

jerlyjelly commented 3 years ago

Would like to use https://github.com/google/mediapipe/blob/master/mediapipe/modules/pose_landmark/pose_landmark_full.tflite this model on my Flutter health app, and I'm wondering if this plugin supports the model as it lacks Flutter documentation.

JaeHeee commented 2 years ago

@jerlyjelly I hope this helps

https://github.com/JaeHeee/FlutterWithMediaPipe

am15h commented 2 years ago

Thanks a lot @JaeHeee, I am adding your example on the documentation page.