Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Add Dart support #4627

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

craiglabenz
Copy link

@craiglabenz craiglabenz commented Jul 20, 2023

Begins adding pure-Dart support for MediaPipe.

TODOs:

  • Add builder script to compile protos into Dart (found in dart_builder dir)
  • (in progress) Add pure Dart wrapper around MediaPipe for TextClassification task
  • Add other tasks
  • Connect Dart wrapper to actual MediaPipe binaries
  • CI/CD, copybara, etc

@kuaashish kuaashish mentioned this pull request Sep 4, 2023
@charlieforward9
Copy link

I am trying to use TFLITE solutions in my Flutter project. I had a conversation with a Flutter expert indicating that the way Flutter works with the camera is sub-optimal, in short it creates copies from iOS -> Flutter -> etc... hogging resources and bogging performance.

With official Dart support, will we see optimized performance with the way inference is done using the camera plugin? Yes/No will suffice, just looking to learn about the roadmap a bit more. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants