mediapipe icon indicating copy to clipboard operation
mediapipe copied to clipboard

unable to find stub files

Open hermanumrao opened this issue 1 year ago • 1 comments

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

hermanumrao avatar Jun 14 '24 04:06 hermanumrao

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

kuaashish avatar Jun 26 '24 13: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 04 '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 11 '24 01:07 github-actions[bot]

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

sry for the delay from my end too I got busy with smtg,

anyways, the "pose" part you mention in this comment is not the issue its just that my auto-completion doesn't work because stub files are missing for mediapipe

I also tried generating custom stub files using some libraries but that too didn't work...

hermanumrao avatar Jul 11 '24 10:07 hermanumrao

Hi @kuaashish,

sorry for the ping, but I too have the problem that this library seems to not have stub files needed for static type checking.

Can you please reopen the issue, as it is not resolved yet?

Is there the possibility, that this library adds stub files for static type checking?

fabiomanz avatar Oct 20 '24 19:10 fabiomanz

Hi @kuaashish,

sorry for the ping, but I too have the problem that this library seems to not have stub files needed for static type checking.

Can you please reopen the issue, as it is not resolved yet?

Is there the possibility, that this library adds stub files for static type checking?

Yea that's why I ended up abandoning mediapipe for my project 😔😭

hermanumrao avatar Oct 21 '24 02:10 hermanumrao