| layout | title | nav_order |
|---|---|---|
default |
Home |
1 |
MediaPipe offers cross-platform, customizable ML solutions for live and streaming media.
| This repo is heavily modified to make it work on M1 mac and compile the MediaPipe modules to WebAssembly. |
mediapipe/mediapipe/examples/wasm_stuff
This folder contains the files that I had experimented with to compile specific modules to WebAssembly.
The "tracking module webassembly" folder contains the MediaPipe box tracking modules which use OpenCV modules compiled into a WASM file and it's js binding file.