Skip to content

Mediapipe plugins to create a face mesh from a webcam or video

License

Notifications You must be signed in to change notification settings

polygonjs/plugin-mediapipe-facemesh

Repository files navigation

DEPRECATED

This repository is not used anymore, as the nodes have been fully integrated into the core engine. See live examples scenes

Polygonjs Mediapipe Facemesh Plugin

This adds a Mediapipe Facemesh SOP nodes to the Polygonjs webgl engine.

Install

Import the plugin:

yarn add @polygonjs/plugin-mediapipe-facemesh

And register the plugin in the function configurePolygonjs in the file PolyConfig.js so that the facemesh nodes can be accessible in both the editor and your exported scene:

import {polyPluginMediapipeFacemesh} from '@polygonjs/plugin-mediapipe-facemesh/dist/src/index';

export function configurePolygonjs(poly) {
	poly.registerPlugin(polyPluginMediapipeFacemesh);
}

About

Mediapipe plugins to create a face mesh from a webcam or video

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published