mediapipe_python_aarch64
mediapipe_python_aarch64 copied to clipboard
The GPU cannot be used after downloading the whl
I tried to use the example that you gave, making some changes, and encountered this error: 'ModuleNotFoundError: No module named 'dataclasses'. Jetpack 4.6.4 Python 3.6 mediapipe 0.8.9 opencv 4.8.0 ```...
Hi, in 2023 which version of MediaPipe and Bazel is recommended? Does it work well with Opencv 4.5.0 or is better use a newer (more update) version?
Can someone provide wheels for newer versions of mediapipe? I want to utilize the 3d version of mediapipe, released in v0.8.6?
Hi all, Can anyone please confirm does this mediapipe installation will able to utilize the GPU in Xavier.
Hi! Thank you so much for releasing this - have been looking for this for a long time. I have diligently followed your instructions on a Jetson Xavier NX and...
Hi. Thanks for your work. I am trying building mediapipe for jetson nx. However, I met some problems when running the final step _**python3 setup.py gen_protos && python3 setup.py bdist_wheel**_...
Just to note. It's not necessary to update protobuf. Tested at least on default Jetson Nano image, based on Ubuntu 18.04.
I'm building mediapipe for Raspberry Pi 4 on RPi4 itself using your guide. Importing mediapipe in python3 fails due to the following error: ``` Traceback (most recent call last): File...
Followed this "recipe" for building on Raspberry Pi, but I was trying on Pi 3b+ and I am using bazel from "bazel-bin" and I get the undeclared symbol error. I've...