Try our demos and get inspired with what you can do with face-landmarks-detection models!
This demo uses your camera to get live stream and tracks your face in real-time. You can try out different runtimes to see the difference. It works on laptops, iPhones and android phones.
This demo allows you to upload a video (in .mp4 format) to run with the model. Once the video is processed, it automatically downloads the video with face landmarks detection.
If you want to run any of the demos locally, follow these steps:
-
Go to the demo folder, e.g.
cd live_video
-
Remove cache etc.
rm -rf .cache dist node_modules
-
Build dependency.
yarn build-dep
-
Install dependencies.
yarn
-
Run the demo.
yarn watch
-
The demo runs at
localhost:1234
. (Remember to provide URL model parameter e. g.localhost:1234/?model=mediapipe_face_mesh
)