google-ai-edge / mediapipe

Cross-platform, customizable ML solutions for live and streaming media.
https://mediapipe.dev
Apache License 2.0
26.09k stars 5.04k forks source link

unable to find stub files #5483

Open hermanumrao opened 2 weeks ago

hermanumrao commented 2 weeks ago

MediaPipe Solution (you are using)

Version: 0.10.14

Programming language

Python

Are you willing to contribute it

Yes

Describe the feature and the current behaviour/state

Currently I am unable to find stubfiles for this library anywhere, So I wanted to request for stub files with this library

Will this change the current API? How?

no It won't Screenshot from 2024-06-13 23-05-36

Who will benefit with this feature?

clients who are developing projects using mediapipe

Please specify the use cases for this feature

Easier to use with LSP for autocompletion

Any Other info

No response

kuaashish commented 4 days ago

Hi @hermanumrao,

I apologize for the delay in response. After reviewing the provided standalone code, it appears that you are currently using the outdated Pose solution, which is no longer maintained, and we have ceased support for it. This functionality has been integrated into the new Pose Landmarker Task API, detailed here.

We encourage you to explore the features of our updated Pose Landmarker Task API and suggest replacing the legacy Pose with the new Pose Landmarker. The new solution offers improved performance and additional functionality compared to the legacy Pose solution. You can find the guide for the new Pose Landmarker here, along with specific instructions for implementation in the Python platform provided here. Additionally, a corresponding example Colab notebook is available for reference here.

Please report any observed behavior, ensuring to check if similar issues persist in the upgraded task API. Unfortunately, beyond this, there is limited action we can take to address the specific issue you are facing.

Thank you!!