MCPcopy Create free account
hub / github.com/MotrixLab/AiOS / get_dim_size

Method get_dim_size

detrsmpl/models/heads/expose_head.py:184–185  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

182 return self.mean.clone()
183
184 def get_dim_size(self):
185 return self.num_angles * 6
186
187 def __call__(self, module_input):
188 batch_size = module_input.shape[0]

Callers 1

load_param_decoderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected