Skip to content

RealityVirtually2019/bodies-in-motion-nodeio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PoseNet Demos

Contents

Demo 1: Camera

The camera demo shows how to estimate poses in real-time from a webcam video stream.

cameraDemo

Demo 2: Coco Images

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.

cameraDemo

Setup

cd into the demos folder:

cd posenet/demos

Install dependencies and prepare the build directory:

yarn

To watch files for changes, and launch a dev server:

yarn watch

If you are developing posenet locally, and want to test the changes in the demos

Install yalc:

npm i -g yalc

cd into the posenet folder:

cd posenet

Install dependencies:

yarn

Publish posenet locally:

yalc push

Cd into the demos and install dependencies:

cd demos
yarn

Link the local posenet to the demos:

yalc link @tensorflow-models/posenet

Start the dev demo server:

yarn watch

To get future updates from the posenet source code:

# cd up into the posenet directory
cd ../
yarn build && yalc push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors