smplfitter.np#

NumPy implementation of body models and the model fitter.

Classes#

BodyModel

Represents a statistical body model of the SMPL family.

BodyFitter

Fits body model (SMPL/SMPL-X/SMPL+H) parameters to lists of target vertices and joints.

BodyConverter

Converts between different SMPL-family body model parameters.

Functions#

get_cached_body_model([model_name, gender, model_root])

Return a cached BodyModel instance, creating it on first call.