mediapipe icon indicating copy to clipboard operation
mediapipe copied to clipboard

[MediaPipe_Python_Tasks]_Pose_Landmarker.ipynb

Open alon1samuel opened this issue 4 months ago • 0 comments

Pose landmark on Python crashes on version mediapipe==0.10.10

https://github.com/googlesamples/mediapipe/blob/0fc6e2b809b13b7cb1de1792288409624f5f6007/examples/pose_landmarker/python/%5BMediaPipe_Python_Tasks%5D_Pose_Landmarker.ipynb#L221 "detector = vision.PoseLandmarker.create_from_options(options)\n",

This line crashes saying : AttributeError: 'FieldDescriptor' object has no attribute '_default_constructor'

It does run on version mediapipe==0.10.0

I can add a PR suggesting to change the version, if you think it's best for now

alon1samuel avatar Feb 28 '24 15:02 alon1samuel