Index / Questions / How does realtime human pose recognition

How does realtime human pose recognition with TensorFlow and PoseNet work?

Answer

PoseNet is a TensorFlow vision model that estimates a person's pose by locating key body joints, like elbows, hands, hips and knees. When I explored it in 2019, it ran in realtime on ordinary hardware because the model was already trained.

Sources