google-ai-edge / mediapipe

Cross-platform, customizable ML solutions for live and streaming media.

Home Page:https://ai.google.dev/edge/mediapipe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can you provide the model weights of the taskvision/HolisticLandmarker?

Liaowan opened this issue · comments

Have I written custom code (as opposed to using a stock example script provided in MediaPipe)

None

OS Platform and Distribution

window10

MediaPipe Tasks SDK version

No response

Task name (e.g. Image classification, Gesture recognition etc.)

HolisticLandmarker

Programming Language and version (e.g. C++, Python, Java)

javaScript

Describe the actual behavior

url error

Describe the expected behaviour

fetch the model

Standalone code/steps you may have used to try to get what you need

const vision = await FilesetResolver.forVisionTasks(         "https://cdn.jsdelivr.net/npm/@mediapipe/tasks-vision@latest/wasm"     );     this.holisticLandmarker = await HolisticLandmarker.createFromModelPath(vision,         "https://storage.googleapis.com/mediapipe-models/holistic/holistic/float16/latest/holistic.task"     );

can't fetch the model

Other info / Complete Logs

No response

Hi @Liaowan,

Could you please let us know the potential use case of model weights in your scenario? This will help us understand the issue better and provide you with the appropriate update.

Thank you!!

This issue has been marked stale because it has no recent activity since 7 days. It will be closed if no further activity occurs. Thank you.

This issue was closed due to lack of activity after being marked stale for past 7 days.

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