Body Pose Estimation

SDK.estimate_pose(self: tfsdk.SDK, bounding_boxes: List[tfsdk.BoundingBox]) → List[List[tfsdk.Landmark]]

Estimate body pose.

Parameters

bounding_boxestfsdk.BoundingBoxes returned by tfsdk.SDK.detect_objects().

Returns

The ERRORCODE and a list of the body tfsdk.Landmark, in that order.

SDK.draw_pose(self: tfsdk.SDK, filepath: str, landmarks: List[List[tfsdk.Landmark]]) → None

Draw body pose.

Parameters
_images/pose_image.jpg
class tfsdk.Landmark
property label

Label for the joint.

property point

Coordinate of the joint.

property score

Score for the joint.