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

Method __init__

detrsmpl/models/heads/expose_head.py:198–199  ·  view source on GitHub ↗
(self, init_cfg=None)

Source from the content-addressed store, hash-verified

196class ExPoseHead(BaseModule):
197 """General Head for ExPose."""
198 def __init__(self, init_cfg=None):
199 super().__init__(init_cfg)
200
201 def load_regressor(self,
202 input_feat_dim: int = 2048,

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected