jiuqiant / mediapipe_python_aarch64

79 stars 10 forks source link

Newer mediapipe versions #17

Open ridasaleem0 opened 1 year ago

ridasaleem0 commented 1 year ago

Can someone provide wheels for newer versions of mediapipe? I want to utilize the 3d version of mediapipe, released in v0.8.6?

igoraugustynski commented 1 year ago

I'd also like a newer version (0.9.1.0). Is there a way to build it from source maybe?

ragor114 commented 1 year ago

Version 0.10.* has some nice features like multi.person pose estimation. Those would be cool to use on a Jetson Nano or Raspberry Pi but the build instructions don't work for these versions. I get the error Command '['/usr/bin/protoc', '-I.', '-I/usr/local/include', '--python-out=.', 'mediapipe/tasks/cc/components/processors/proto/detection_postprocessing_graph_options.proto']' returned non-zero exit status 1. when running python3 setup.py gen_protos. On a Jetson Nano Developer Kit with 4GB RAM. Haven't figured the problem out yet. Would be nice if someone had a solution.