Body Pose Estimation

SDK.estimate_pose(self: tfsdk.SDK, tf_image: tfsdk.TFImage, bounding_boxes: List[tfsdk.BoundingBox])Tuple[tfsdk.ERRORCODE, List[List[tfsdk.Landmark]]]

Estimate body pose.

Parameters
Returns

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

_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.

to_dict(self: tfsdk.Landmark)dict

Return a dictionary representation of the object.