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

Class FLAMEOutput

util/smplx/smplx/utils.py:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78
79@dataclass
80class FLAMEOutput(ModelOutput):
81 betas: Optional[Tensor] = None
82 expression: Optional[Tensor] = None
83 jaw_pose: Optional[Tensor] = None
84 neck_pose: Optional[Tensor] = None
85
86
87def find_joint_kin_chain(joint_id, kinematic_tree):

Callers 2

forwardMethod · 0.85
forwardMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected