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

Method __len__

text2motion/datasets/evaluator.py:109–110  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

107
108
109 def __len__(self):
110 return len(self.generated_motion)
111
112
113 def __getitem__(self, item):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected