person_size_estimation

Description

Util functions to estimate the size of a person in an image from keypoint information. The core function is keypoints_to_lengths().

Functions

keypoints_to_lengths(kpts[, includes, factors])

Estimate different skeletal lengths from given 2D joint coordinates.

lengths_to_body_size(lengths[, factors, ...])

Estimate the body size in pixels given anatomical lengths in pixels, the assumed_height and formula factors in meters.