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

Method __init__

text2motion/datasets/evaluator.py:300–303  ·  view source on GitHub ↗
(self, opt, motion_dataset, w_vectorizer)

Source from the content-addressed store, hash-verified

298
299class MMGeneratedDataset(Dataset):
300 def __init__(self, opt, motion_dataset, w_vectorizer):
301 self.opt = opt
302 self.dataset = motion_dataset.mm_generated_motion
303 self.w_vectorizer = w_vectorizer
304
305 def __len__(self):
306 return len(self.dataset)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected