BodyConverter#

class smplfitter.np.BodyConverter(body_model_in, body_model_out)[source]#

Converts between different SMPL-family body model parameters.

Parameters:
  • body_model_in (BodyModel) – Input body model to convert from.

  • body_model_out (BodyModel) – Output body model to convert to.

Instance Methods#

convert(pose_rotvecs, shape_betas, trans[, ...])

Converts the input body parameters to the output body model's parametrization.

convert_vertices(inp_vertices)

Converts body mesh vertices from the input model to the output body model's topology