1.0.0 • Published 5 years ago
face-techainer-websdk v1.0.0
Face landmarks detection demo
Contents
The face landmarks detection demo shows how to estimate keypoints on a face.
Setup
cd into the demo folder:
cd face-landmarks-detection/demoInstall dependencies and prepare the build directory:
yarnTo watch files for changes, and launch a dev server:
yarn watchIf you are developing face-landmarks-detection locally, and want to test the changes in the demos
Cd into the face-landmarks-detection folder:
cd face-landmarks-detectionInstall dependencies:
yarnPublish face-landmarks-detection locally:
yarn build && yarn yalc publishCd into the demos and install dependencies:
cd demo
yarnLink the local face-landmarks-detection to the demos:
yarn yalc link @tensorflow-models/face-landmarks-detectionStart the dev demo server:
yarn watchTo get future updates from the face-landmarks-detection source code:
# cd up into the face-landmarks-detection directory
cd ../
yarn build && yarn yalc pushTo Hadley
- npm i
- npm run watch
1.0.0
5 years ago