Skip to content

Pose

Pose detection

Properties

debug?

optional debug: object

angle

angle: number

box

box: Box

center

center: Coord2D

radius

radius: number

top

top: Coord2D


mask?

optional mask: BodyMask

Body segmentation mask

Segmentation mask - monochrome image, where every pixel has value from 0 to 1 denoting the probability of it being a foreground pixel. Mask is provided for normalized rect region of the original image, it has a fixed size in pixels and should be scaled to image space.


points

points: PosePoints

List of pose keypoints

2D pixel coordinate - point in the screen coordinate space. XY coordinates are normalized screen coordinates (scaled by image width and height), while the Z coordinate is depth in orthographic projection space, it has the same scale as X. 3D metric coordinate - point within 3D space of perspective camera located at the space origin and pointed in the negative direction of the Z-axis. 3D & 2D points are perfectly aligned.


score

score: number

Reliability score, number between 0 and 1