google-ai-edge / mediapipe

Cross-platform, customizable ML solutions for live and streaming media.
https://ai.google.dev/edge/mediapipe
Apache License 2.0
27.49k stars 5.15k forks source link

New Pose Detection Model #4412

Closed MaryamBoneh closed 1 year ago

MaryamBoneh commented 1 year ago

I want use the new model for the code in this page => https://github.com/google/mediapipe/blob/master/docs/solutions/pose.md and use this CDN => https://cdn.jsdelivr.net/npm/@mediapipe/pose/ But the new version model is not yet on this CDN. When will you put the model of new version of pose detection on DCN for download?

jays0606 commented 1 year ago

Check out the npm @mediapipe/vision-tasks. You can check the demo here. https://mediapipe-studio.webapps.google.com/demo/pose_landmarker

kuaashish commented 1 year ago

Hello @schmidt-sebastian, Could you please look into this issue. Thank you

schmidt-sebastian commented 1 year ago

We are not publishing models on NPM, and as such they won't be available via JSDeliver. You can use the model from the link here: https://developers.google.com/mediapipe/solutions/vision/pose_landmarker I would recommend hosting the model on your own so you can update it as needed.

google-ml-butler[bot] commented 1 year ago

Are you satisfied with the resolution of your issue? Yes No