mediapipe icon indicating copy to clipboard operation
mediapipe copied to clipboard

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

Open Liaowan opened this issue 1 year ago • 1 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

Liaowan avatar Jun 26 '24 11:06 Liaowan

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!!

kuaashish avatar Jun 27 '24 09:06 kuaashish

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.

github-actions[bot] avatar Jul 05 '24 01:07 github-actions[bot]

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

github-actions[bot] avatar Jul 12 '24 01:07 github-actions[bot]

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

google-ml-butler[bot] avatar Jul 12 '24 01:07 google-ml-butler[bot]