MCPcopy Index your code
hub / github.com/OpenMotionLab/MotionGPT / Datastruct

Method Datastruct

mGPT/data/transforms/xyz.py:30–33  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

28 self.joints2jfeats = joints2jfeats
29
30 def Datastruct(self, **kwargs):
31 return XYZDatastruct(_joints2jfeats=self.joints2jfeats,
32 transforms=self,
33 **kwargs)
34
35 def __repr__(self):
36 return "XYZTransform()"

Callers 2

collateMethod · 0.45
detachMethod · 0.45

Calls 1

XYZDatastructClass · 0.85

Tested by

no test coverage detected