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

Method njoints

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

Source from the content-addressed store, hash-verified

15 self._parents[chain[j]] = chain[j-1]
16
17 def njoints(self):
18 return len(self._raw_offset)
19
20 def offset(self):
21 return self._offset

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected