Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MotrixLab/AiOS
/ items
Method
items
util/smplx/smplx/utils.py:49–51 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
47
return
iter(values)
48
49
def
items(self):
50
data = [(t.name, getattr(self, t.name))
for
t in fields(self)]
51
return
iter(data)
52
53
54
@dataclass
Callers
15
train_one_epoch
Function · 0.45
evaluate
Function · 0.45
main
Function · 0.45
loss_matching_cost
Method · 0.45
forward
Method · 0.45
loss_matching_cost
Method · 0.45
forward
Method · 0.45
build_aios_smplx
Function · 0.45
build_aios_smplx_box
Function · 0.45
forward
Method · 0.45
forward
Method · 0.45
build_backbone
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected