mediapipe
mediapipe copied to clipboard
unable to find stub files
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
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
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!!
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.
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...
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?
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 😔😭