MCPcopy
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_tableFunction · 0.80
mainFunction · 0.80
on_train_epoch_endMethod · 0.80
load_pretrained_vaeFunction · 0.80
joints.pyFile · 0.80
config.pyFile · 0.80
__getitem__Method · 0.80
generate_by_videoFunction · 0.80
viz_epochFunction · 0.80
viz_datasetFunction · 0.80
body_materialFunction · 0.80
colored_material_bsdfFunction · 0.80

Calls

no outgoing calls

Tested by 2

print_tableFunction · 0.64
mainFunction · 0.64