DetectPose[]

Identify a human pose.

DetectPose[] records a numeric value that can be visualized or used to compare a pose with the ComparePose[] method. It does not explicitly say what pose a person is making in an image or video.

The model behind Detect[] will be downloaded automatically the first time you use it on your computer. This can take from a few seconds to a few minutes depending on your internet connection.

Syntax

DetectPose[]

Examples

The following example loads an image, runs inference to detect keypoints for the person in the image, and displays the keypoints on the image:

Load["./person.jpg"]
DetectPose[]
Show[]

Supported Models

See Also

Made with ❤️ by capjamesg