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

Method offset

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

Source from the content-addressed store, hash-verified

18 return len(self._raw_offset)
19
20 def offset(self):
21 return self._offset
22
23 def set_offset(self, offsets):
24 self._offset = offsets.clone().detach().to(self.device).float()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected