
(iOS) In some situations, the iOS Framework won't be updated.ĭue to an issue with bazel, we cannot determine the output path beforehand. To be precise, (Intel Mac) or directory must exist (even if it's empty). (iOS) When building native libraries for iOS, OpenCV must be installed on your Mac. Python build.py build -android arm64 -linkopt=-s -vv Known Issues # This can significantly reduce the library size. Python build.py build -c dbg -android arm64 -vv There are two Dockerfiles, based on Arch Linux and Ubuntu 18.04 images respectively, so use whichever you prefer.Įach of them uses a different version of GLIBC. Make sure you can run docker command without using sudo. : You can still use Docker, but you need to write Dockerfile by yourself. ⚠️ If the GNU libc version in the target machine is less than the version of it in the machine where libmediapipe_c.so (a native library for Linux) is built, libmediapipe_c.so won't work.įor the same reason, if your target machine's GNU libc version is less than 2.27, you cannot use Docker. 🔔 Run commands at the project root if not specified otherwise. Please go to the article for each OS for more details. If Docker is not available, the below commands/tools/libraries are required. : Running MediaPipe on Windows is experimental.

: Experimental, because MediaPipe does not support M1 Mac.

⚠️ GPU mode is not supported on macOS and Windows. ⚠️ Libraries that can be built differ depending on your environment. libmediapipe_c.so,, etc), so you need to build them first. This repository does not contain required libraries (e.g.

