MCPcopy Create free account
hub / github.com/MotrixLab/AiOS / build_body_model

Function build_body_model

detrsmpl/models/body_models/builder.py:29–33  ·  view source on GitHub ↗

Build body_models.

(cfg)

Source from the content-addressed store, hash-verified

27
28
29def build_body_model(cfg):
30 """Build body_models."""
31 if cfg is None:
32 return None
33 return BODY_MODELS.build(cfg)

Callers 15

_prepare_body_modelFunction · 0.90
__init__Method · 0.90
__init__Method · 0.90
__init__Method · 0.90
__init__Method · 0.90
get_smplMethod · 0.90
__init__Method · 0.90
inferenceMethod · 0.90
__init__Method · 0.90
__init__Method · 0.90
__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected