Posenet Model

View Source On Gitee

Posenet introduction

Under the detection of photo cameras, posenet model can identify the facial features and body posture of the human body in different positions.

The output of using the bone detection model is as follows:

The blue marking points detect the distribution of facial features of the human body and the skeletal trend of upper and lower limbs. During this infernece, the probability score is 0.98/1, and the inference time is 66.77ms.

image_posenet

Using MindSpore Lite to realize posenet example.