-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I need to rebuild the mediapipe wheel #5
Comments
Hi! Thank you :) The steps I've used to build mediapipe are described in this dockerfile. I have the same problem as you in one of my projects: I need to run mediapipe headless, but I did not find a working solution yet. If you manage to make it works, let me know, and I will add your contribution to jetson docs! :) P.S. If you like the project, consider to leave a star, so more developers can find this resource :) |
Hi Dear Lanzani, After a difficult week, I think I have managed to create the wheel by enabling headless running; however, when I run the test script, the following msg is shown: Created TensorFlow lite XNNPACK delegate for CPU How can I enable/test GPU support? I followed all your steps, and I compiled using MEDIAPIPE_DISABLE_GPU=0; as far as I saw, the wheel was created fine. Any thoughts? Regards |
Hello! Uhm, if you see that message, it can be that something went wrong with the GPU build because it should be already enabled. May I ask you on which device are you running it? Also, to reproduce the issue can be useful to have the steps you went through in order to build the wheel, so if you want to share the process I will test it and see what can be the problem. :) |
Hi, I'm using a Jetson Nano developer Kit with 4GB; I made a fresh install of JetPack 4.6.4 (L4T 32.7.4) I followed all the steps to install OpenCV 4.8 from: Later, I made the mediapipe wheel from: The only change I made was to delete the "optional" keyword from a proto file because the build crashed. I used the following env variables: export PYTHONPATH=/usr/local/lib/python3.8/site-packages The jtop info shows: CUDA: 10.2.300 Thanks |
Hello! In one of my projects tho, I have the need to run mediapipe on a jetson that doesn't have a display plugged in, and my friend @FIGIO55 found a workaround that works. Maybe he can share here his approach :) |
Hi Dear Lanzani,
Thanks for your help maintaining jetson-docs,
I need to rebuild the mediapipe0.10.7 - python3.8 wheel to run some algorithms using ssh sessions on remote terminals.
Can you share the steps to build the wheel?
Regards
AR
The text was updated successfully, but these errors were encountered: