PoseNet implementation
So far, we've discussed the theory behind PoseNet's top-down and bottom-up approaches. In this section, we will use PoseNet to identify these actions. Details of how to implement the PoseNet model can be found at https://github.com/tensorflow/tfjs-models/tree/master/posenet. Take a look at this link to understand the documentation of PoseNet.
Next, we will perform a live demo. This live demo, which is completed using a webcam, can be started by typing the following link in your web browser: https://storage.googleapis.com/tfjs-models/demos/posenet/camera.html.
Although the top-down and bottom-up approaches use the ResNet-101 model, the PoseNet model uses MobileNetV1 or ResNet-50. The difference between them is illustrated ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access