PoseNet templates for realtime body tracking:
- ml5.js with PoseNet + WebCam (at ml5js.org)
- ml5.js with PoseNet + WebCam (at Editor.p5js.org)
- ml5.js with PoseNet + WebCam, nose only (at Editor.p5js.org)
- ml5.js with PoseNet + WebCam (at Glitch.com)
- ml5.js with PoseNet + WebCam + Networking (at Glitch.com)
Templates for realtime face tracking:
- p5.js with clmTracker (at Editor.p5js.org)
- p5.js with clmTracker + Networking (at Glitch.com)
- Processing (Java) with FaceOSC
p5.js with clmTracker:
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
- p5.js + Matter.js (at Editor.p5js.org)
- p5.js + Matter.js + PoseNet (at Editor.p5js.org)