ml5.js: Pose Estimation with PoseNet
ML5 Beginners Guide Lesson #7.2
This tutorial combines PoseNet and ml5.neuralNetwork(). I use the output of the pre-trained model (the “pose” itself) as the inputs to an ml5.js neural network classifier.
Community Contributions
It seems like there haven't been made any variations based on this lesson by the community yet. Be the first and add your own! If you don't know how, take a look at this guide.
Links discussed in this lesson
Videos discussed in this lesson
- ml5.js Pose Estimation with PoseNet by The Coding Train
- ml5: Neural Network Regression by The Coding Train
- ml5.js: Train Your Own Neural Network by The Coding Train
- Teachable Machine by The Coding Train
- JavaScript setTimeout() Function by The Coding Train