Templates

PoseNet templates for realtime body tracking:


Templates for realtime face tracking:

p5.js with clmTracker:

Processing with FaceOSC:


PoseNet Template for body tracking in offline video

p5.js with ml5.js PoseNet on pre-recorded video, template code. (zipped template here.)

To run this in OSX, run a local server using Python3, using the terminal commands below; then open the URL, http://0.0.0.0:8000/

> cd PoseNet_video 
> python -m http.server

For Python 2.7, use this command instead:

> cd PoseNet_video 
> python -m SimpleHTTPServer 8000

(If those commands don't work, see this web page for more options.)


Physics with p5.js