Tingting Liao
Results
1
issues of
Tingting Liao
The smplx mesh generated by smplx_param.pkl is unaligned with mesh_smplx.obj. Here is the code: ``` param = np.load(param_path, allow_pickle=True) param = {k: torch.as_tensor(v) for k, v in param.items()} smpl_out =...