MCPcopy
hub / github.com/OpenMotionLab/MotionGPT / joints2feats

Method joints2feats

mGPT/data/HumanML3D.py:87–89  ·  view source on GitHub ↗
(self, features)

Source from the content-addressed store, hash-verified

85 return recover_from_ric(features, self.njoints)
86
87 def joints2feats(self, features):
88 features = process_file(features, self.njoints)[0]
89 return features
90
91 def normalize(self, features):
92 mean = torch.tensor(self.hparams.mean).to(features)

Callers

nothing calls this directly

Calls 1

process_fileFunction · 0.85

Tested by

no test coverage detected