lysdexic-audio / n4m-facemesh

Wraps MediaPipe FaceMesh inside electron and serves the detected parts via MaxAPI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

n4m-facemesh

Wraps MediaPipe Facemesh inside electron and serves the detected parts via MaxAPI.

facemesh

Based around Yuichi Yogo's great work porting Electron + Tensorflow models into Node For Max

Steps

  1. Install npm dependencies by clicking the indicated button. Since Electron's kind of big in size, this make take a while depending on your network environment. When the message object says it's 'completed' you'll never have to do this step again.
  2. Click on the toggle button to launch MediaPipe FaceMesh.
  3. The node.script emits the detected results as a dict - retrieve values using the dictionary keys (objects on the right)

Mesh Keypoints Map

meshmap

About

Wraps MediaPipe FaceMesh inside electron and serves the detected parts via MaxAPI.

License:Apache License 2.0


Languages

Language:JavaScript 52.5%Language:Max 45.9%Language:HTML 1.7%