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

Method inv_transform

text2motion/datasets/dataset.py:112–113  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

110 self.name_list = name_list
111
112 def inv_transform(self, data):
113 return data * self.std + self.mean
114
115 def real_len(self):
116 return len(self.data_dict)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected