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

Method real_len

text2motion/datasets/dataset.py:115–116  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

113 return data * self.std + self.mean
114
115 def real_len(self):
116 return len(self.data_dict)
117
118 def __len__(self):
119 return self.real_len() * self.times

Callers 2

__len__Method · 0.95
__getitem__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected