MCPcopy Create free account
hub / github.com/Pixel-Talk/EHM-Tracker / decode_Tpose

Method decode_Tpose

src/modules/pixie/pixie.py:804–811  ·  view source on GitHub ↗

return body mesh in T pose, support body and head param dict only

(self, param_dict)

Source from the content-addressed store, hash-verified

802 return prediction
803
804 def decode_Tpose(self, param_dict):
805 ''' return body mesh in T pose, support body and head param dict only
806 '''
807 verts, _, _ = self.smplx(
808 shape_params=param_dict['shape'],
809 expression_params=param_dict['exp'],
810 jaw_pose=param_dict['jaw_pose'])
811 return verts

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected