MCPcopy Create free account
hub / github.com/MotrixLab/FineMoGen / post_process

Method post_process

mogen/models/transformers/mdm.py:134–138  ·  view source on GitHub ↗
(self, motion)

Source from the content-addressed store, hash-verified

132 return {'text_feat': text_feat}
133
134 def post_process(self, motion):
135 assert len(motion.shape) == 3
136 if self.use_official_ckpt:
137 motion[:, :, :4] = motion[:, :, :4] * 25
138 return motion
139
140 def forward(self, motion, timesteps, text_feat=None, **kwargs):
141 """

Callers 1

forwardMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected