Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 500 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 500 Bytes

PoseEstimation

PoseNet Example

Detecting up to 17 keypoints and build a skeleton in real time from the web cam using p5.js, posenet from ml5.js. As of now, it detects eyes and nose using a blue and red pointer respectively.

Resources

The documentation from p5.js and ml5.js was really helpful in learning the jargon for making it happen.