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

Method kinematic_tree

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

Source from the content-addressed store, hash-verified

24 self._offset = offsets.clone().detach().to(self.device).float()
25
26 def kinematic_tree(self):
27 return self._kinematic_tree
28
29 def parents(self):
30 return self._parents

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected