Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
def
build_body_model(cfg):
30
""
"Build body_models."
""
31
if
cfg is None:
32
return
None
33
return
BODY_MODELS.build(cfg)
Callers
15
convert_smpl_from_opencv_calibration
Function · 0.90
_prepare_body_model
Function · 0.90
__init__
Method · 0.90
__init__
Method · 0.90
__init__
Method · 0.90
__init__
Method · 0.90
get_smpl
Method · 0.90
__init__
Method · 0.90
inference
Method · 0.90
__init__
Method · 0.90
__init__
Method · 0.90
__init__
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected