-
Notifications
You must be signed in to change notification settings - Fork 17
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
[mediapipe_task_vision] Add PoseLandmarker task #51
Comments
Hey @craiglabenz , I have been trying to integrate mediapipe-pose on flutter using platform channel but its not as accurate as the native app provided by google, just wanted to confirm whether its problem on my end or does that happen while using a platform channel |
@iarshguleria Platform channels should not introduce any noise in that operation. The ideal solution for all vision tasks on Flutter is through this package using ffi and ffigen to talk directly to native SDKs compiled for Flutter. The latest updates to the contributing guide in #59 attempt to offer an explanation on how to add those, should you be feeling adventurous. |
I am going to start working on this in the coming weeks. @iarshguleria If youd like to collaborate, get in touch with me. |
@charlieforward9 I mailed you on your email mentioned on GitHub profile |
Is it over?I am very much looking forward to using this. |
I have had a handful of unexpected life get in the way of me working on this, but it is still on my roadmap. I will provide updates as I find time to work on this, but advise itchers to scratch the contributor docs themselves. 👍🏼 |
Add support for pose landmarking.
The text was updated successfully, but these errors were encountered: