Skip to content

Prebuilt Google MediaPipe packages for arm64.

License

Notifications You must be signed in to change notification settings

parthokr/mediapipe-silicon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MediaPipe for Apple Silicon

Prebuilt Google MediaPipe packages for Apple Silicon (arm64).

Install

To install the prebuilt packages, use the following command. The package is called mediapipe-silicon but is a drop-in-replacement for the mediapipe package.

pip install mediapipe-silicon --find-links https://github.com/cansik/mediapipe-silicon/releases/tag/v0.8.9

Build

To build the libraries yourself, please first install the following dependencies and run the build script.

brew install wget cmake protobuf bazelisk opencv@3
brew uninstall --ignore-dependencies glog
./build-macos.sh

The pre-built wheel packages should be in the dist directory.

About

MIT License - Copyright (c) 2022 Florian Bruggisser

About

Prebuilt Google MediaPipe packages for arm64.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%