-
Notifications
You must be signed in to change notification settings - Fork 24
Contributing setup #61
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
base: contributing-guide
Are you sure you want to change the base?
Contributing setup #61
Conversation
I'm currently working on the sync-headers part of my project to add the vision headers from MediaPipe. I've reviewed the documentation, which describes the classes in Java. For the text tasks, we include headers from the flutter-mediapipe/tool/builder/lib/sync_headers.dart Lines 19 to 23 in 5ee4fb1
I noticed that there's also a Java folder in the list, but I imagine I should use To be clear, could you confirm which headers should be used specifically for the vision tasks? Thank you! |
Good question, @charlieforward9. I don't know why the genai headers are in a different location, but I suspect it was a breakdown in convention / consistency. For vision, you want the header files located at |
@craiglabenz getting into the weeds here. I need some more documentation on the flutter-mediapipe/tool/builder/lib/download_model.dart Lines 71 to 78 in 1dae77e
Running |
At this point, my main goal with this would be migrating the subset of classes I need from tflite_flutter_helper and moving on. Let me know how I should proceed, until I hear back I will attempt to revive the helper repo for my app and some warmup with the logic. |
Description
Working through the contribution guide, fledging out issues as I go.
Related Issues
#17
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]
).This will ensure a smooth and quick review process. Updating the
pubspec.yaml
and changelogs is not required.///
).melos run analyze
) does not report any problems on my PR.Breaking Change
Does your PR require plugin users to manually update their apps to accommodate your change?