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

Method __init__

util/smplx/smplx/body_models.py:1617–1624  ·  view source on GitHub ↗

MANO as a layer model constructor.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

1615
1616class MANOLayer(MANO):
1617 def __init__(self, *args, **kwargs) -> None:
1618 """MANO as a layer model constructor."""
1619 super(MANOLayer, self).__init__(create_global_orient=False,
1620 create_hand_pose=False,
1621 create_betas=False,
1622 create_transl=False,
1623 *args,
1624 **kwargs)
1625
1626 def name(self) -> str:
1627 return 'MANO'

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected