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

Method set_offset

text2motion/utils/skeleton.py:23–24  ·  view source on GitHub ↗
(self, offsets)

Source from the content-addressed store, hash-verified

21 return self._offset
22
23 def set_offset(self, offsets):
24 self._offset = offsets.clone().detach().to(self.device).float()
25
26 def kinematic_tree(self):
27 return self._kinematic_tree

Callers 1

uniform_skeletonFunction · 0.95

Calls 1

toMethod · 0.80

Tested by

no test coverage detected