The camera demo shows how to estimate poses in real-time from a webcam video stream.
The coco images demo shows how to estimate poses in images. It also illustrates the differences between the single-person and multi-person pose detection algorithms.
cd into the demos folder:
cd posenet/demosInstall dependencies and prepare the build directory:
yarnTo watch files for changes, and launch a dev server:
yarn watchInstall yalc:
npm i -g yalccd into the posenet folder:
cd posenetInstall dependencies:
yarnPublish posenet locally:
yalc pushCd into the demos and install dependencies:
cd demos
yarnLink the local posenet to the demos:
yalc link @tensorflow-models/posenetStart the dev demo server:
yarn watchTo get future updates from the posenet source code:
# cd up into the posenet directory
cd ../
yarn build && yalc push

