MCPcopy Create free account
hub / github.com/MotrixLab/MotionDiffuse / parents

Method parents

text2motion/utils/skeleton.py:29–30  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

27 return self._kinematic_tree
28
29 def parents(self):
30 return self._parents
31
32 # joints (batch_size, joints_num, 3)
33 def get_offsets_joints_batch(self, joints):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected