Open charlieforward9 opened 5 months ago
@craiglabenz
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 c
folder, and for the genai task, we use the cc
folder.
I noticed that there's also a Java folder in the list, but I imagine I should use c
or cc
, since core is c
.
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 mediapipe/tasks/c/vision/<task-name>/<task-name>.h
.
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 thepubspec.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?