This tutorial is applicable to self built images. If you are using the YAHBOOM version of the image, this tutorial can be ignoredThe environment configuration for this tutorial is shown in the following figure
sudo chmod +x bazel
mv bazel /usr/local/bin
Enter the following command: bazel -- version
The results are shown in the figure:
xxxxxxxxxx
pip3 install opencv-contrib-python==3.4.18.65
pip3 install mediapipe-0.8-cp36-cp36m-linux_aarch64.whl
pip3 uninstall opencv-contrib-python #Because Jetson Nano B01 already comes with it
xpython3
import mediapipe as mp
If there are no errors reported, it indicates successful installation