google / flutter-mediapipe

Apache License 2.0
161 stars 7 forks source link

[mediapipe_task_vision] Add PoseLandmarker task #51

Open craiglabenz opened 1 month ago

craiglabenz commented 1 month ago

Add support for pose landmarking.

iarshguleria commented 1 month ago

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

craiglabenz commented 1 month ago

@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.

charlieforward9 commented 1 month ago

I am going to start working on this in the coming weeks. @iarshguleria If youd like to collaborate, get in touch with me.

iarshguleria commented 4 weeks ago

@charlieforward9 I mailed you on your email mentioned on GitHub profile

weizixiao commented 1 day ago

Is it over?I am very much looking forward to using this.

charlieforward9 commented 1 day ago

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. 👍🏼