Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/OpenMotionLab/MotionGPT
/ keys
Method
keys
mGPT/data/transforms/base.py:54–56 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
52
return
self.keys()
53
54
def
keys(self):
55
keys = [t.name
for
t in fields(self)]
56
return
iter(keys)
57
58
def
values(self):
59
values = [getattr(self, t.name)
for
t in fields(self)]
Callers
12
__iter__
Method · 0.95
add_text
Function · 0.80
getCheckpointCallback
Function · 0.80
collate_data3d_slow
Function · 0.80
collate_data3d
Function · 0.80
collate_datastruct_and_text
Function · 0.80
collate_text_and_length
Function · 0.80
__init__
Method · 0.80
generate_by_video
Function · 0.80
viz_epoch
Function · 0.80
process_poses
Function · 0.80
process_poses
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected