MCPcopy
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_textFunction · 0.80
getCheckpointCallbackFunction · 0.80
collate_data3d_slowFunction · 0.80
collate_data3dFunction · 0.80
collate_text_and_lengthFunction · 0.80
__init__Method · 0.80
generate_by_videoFunction · 0.80
viz_epochFunction · 0.80
process_posesFunction · 0.80
process_posesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected