{"library":"smplx","title":"SMPL-X Body Model","type":"library","description":"PyTorch module for loading the SMPL-X body model, a unified model of body, face, and hands. Current version 0.1.28, with sporadic releases.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install smplx"],"cli":null},"imports":["from smplx import SMPL","from smplx import SMPLX","from smplx import SMPLH"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":"http://smpl-x.is.tuebingen.mpg.de","github":null,"docs":null,"changelog":null,"pypi":"https://pypi.org/project/smplx/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"import torch\nfrom smplx import SMPLX\n\nmodel = SMPLX(model_path='models/', gender='neutral')\nbody_pose = torch.zeros(1, 63)\nbetas = torch.zeros(1, 10)\noutput = model(body_pose=body_pose, betas=betas)\nprint(output.vertices.shape)","lang":"python","description":"Initialize the SMPL-X model and run a forward pass with placeholder poses and shape parameters.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}