Jetson-Nano-Python
Jetson-Nano-Python copied to clipboard
numpy-1.19.4-cp36-none-manylinux2014_aarch64.whl not found
Thanks for creating this guide to install mediapipe on jetson nano
While installing mediapipe on jetson, I encountered this issue in last step The reason probably was "https://github.com/PINTO0309/mediapipe-bin", repository has been modified and "numpy-1.19.4-cp36-none-manylinux2014_aarch64.whl" is not available there.
I skipped this step and directly installed "mediapipe-0.8.5_cuda102-cp36-cp36m-linux_aarch64.whl". The installation was successful, but when I tried to use face detection and I got the following error: " Can't find file: mediapipe/modules/face_detection/face_detection_front.tflite "
Can you please help me resolve this issue?