Pose Estimation

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

Estimate body pose.

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

Draw body pose. Filepath should not contain file extension

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