Time for a fun application! Are you ready to pose? I hope so, because in this exercise your movements are the test dataset.
In this chapter, you will implement a game that features the model known as
PoseNet.
PoseNet is a neural network capable of doing real-time human pose estimation in images and videos. In this context, estimating a pose refers to the task of identifying where a person’s body joints and other parts appear in a frame. For example, Figure
5-1 is a screenshot from the app, and on the canvas located at the center, ...