In this session we cover:
Note: In prior semesters, we used a body tracking module called PoseNet which is described in the Module examples. In this week’s module, I made an effort to use a beta version body tracking module called BlazePose. In my video, I interchangeably use the words PoseNet and BlazePose.
It is recommended to use the following to make use of the newest features of BlazePose:
bodypose = ml5.bodypose("BlazePose");
The BlazePose module returns data that is a little more complicated than what we have been used to in the past. As a review, you should play with data and see what it looks like when we log it to the Debug console in the P5 Editor
An example of creating a simple sketch that has a variety of different data types: