Open fathysr opened 1 year ago
I'm not sure. Please be so kind and try to install mediapipe to find out. Can you give me the outcome, if you decide to proceed?
I don't own banana pi but I'm thinking of buying it for the project we're going to do. I have raspberry pi zero but mediapipe is not working.
From the first glance it looks as if mediapipe will run on the M2-zero. There are no real showstoppers. The only worry is the amount of RAM. 500MB is not much. https://google.github.io/mediapipe/getting_started/install.html
I'm thinking of doing image manipulation and this is the most important library in my code. That's why I'm trying to do a detailed research because my budget is limited. Thank you for your help 💯
I understand. If I could, I would like to help you further. However, not the installation of mediapipe is your curl pit, but the deep learning software. With the Armbian OS running, you have about 250~300 MB left over for your app. If you need bazel to start the app, you have another memory hungry guest at your table. Try to figure out how much memory your app needs by running htop on the Linux machine where your mediapipe app is running.
I have no choice but to try. Thank you you're so kind
Does the mediapipe library work on m2 zero?