Sebastian Schmidt

Results 217 comments of Sebastian Schmidt

Hello - we have now (finally) published a new MediaPipe SDK to PyPi (version 0.10.30) that works for all Python version greater than 3.9. This SDK has been completely rewritten...

How are you serving the files to the SDK? Are you hosting them on a local server?

Please update Clang to version 18 and set the following: ```echo "build --define=xnn_enable_avxvnniint8=false" >> .bazelrc``` With Clang 20 (untested) you can build without this flag.

We have removed support for MediaPipe Solutions. Please migrate to MediaPipe Tasks: https://ai.google.dev/edge/mediapipe/solutions/guide

We have just added DrawingUtils to 0.10.32. Please refer to the udpated notebooks for its usage - e.g. https://github.com/google-ai-edge/mediapipe-samples/blob/main/examples/hand_landmarker/python/hand_landmarker.ipynb

Sorry, we had an issue with the GPU delegate in 0.10.31. We just published 0.10.32 that sets it correctly again.