Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/OpenMotionLab/MotionGPT
/ items
Method
items
mGPT/data/transforms/base.py:62–64 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
60
return
iter(values)
61
62
def
items(self):
63
data = [(t.name, getattr(self, t.name))
for
t in fields(self)]
64
return
iter(data)
65
66
def
to(self, *args, **kwargs):
67
for
key in self.datakeys:
Callers
15
print_table
Function · 0.80
main
Function · 0.80
on_train_epoch_end
Method · 0.80
load_pretrained_vae
Function · 0.80
joints.py
File · 0.80
config.py
File · 0.80
__getitem__
Method · 0.80
generate_by_video
Function · 0.80
viz_epoch
Function · 0.80
viz_dataset
Function · 0.80
body_material
Function · 0.80
colored_material_bsdf
Function · 0.80
Calls
no outgoing calls
Tested by
2
print_table
Function · 0.64
main
Function · 0.64