Muhammad Bin Kamran

Results 2 issues of Muhammad Bin Kamran

I downloaded the `pose_landmaker_lite.task` file from the official Mediapipe guide for Pose Landmark Detection [here](https://ai.google.dev/edge/mediapipe/solutions/vision/pose_landmarker): ![image](https://github.com/user-attachments/assets/399f0d36-a0f5-4a9e-aab4-323622590d57) In order to access its `.tflite` models, I unzipped it using `unzip pose_landmaker_lite.task` and...

type:support
platform:python
task:pose landmarker

I am trying to convert an onnx model of Mediapipe into PyTorch for editing it. However, when I try to convert it it gives the following error: ```python from onnx2torch...