soddday
soddday
The shape of betas (usually [1,10])is not fixed. One output of SMPLer-X, a npz file saved SMPLX parameters, include betas parameter and it's shape is also (1,10). I also get...
Hi @caizhongang ,I failed to visualize the smplx npz files, I want to get the mesh and save it as ply files, can u provide some advice about get the...
Hi @caizhongang @Wei-Chen-hub when I want to use the SMPLX npz file to get SMPLX mesh(.ply), I found that SMPLX global_orient shape is (B,3,3) but the results of SMPLer-X is...
I get the npz file of SMPLX,but I only want SMPLH model `import os from os import makedirs import numpy as np import open3d as o3d import torch import json...
Hi @yyvhang ,I notice that your in your dataset, the shape parameter is 16 but the usual number is 10 . I also collect some SMPLX data and the number...
HI @yyvhang if I want to label an SMPL-H human body model with two different types of tags, how should I do it? Should I use two different colors to...
For example, if I want to label an SMPL-H human body model with two different types of tags, how should I do it? Should I use two different colors? And...
Hi @Mathux great works! Now I wanna generate SMPLH meshes, I wonder if TEMOS could generate SMPLH meshes or similar workes about texts driven SMPLH mesh generate?
Hi @vchoutas smplify-x need img and keypoints geted from OpenPose to fit SMPLH, if I just wang to use 3D keypoints to fit SMPLH parameters, What should I do? and...
the shape of betas is not fixed, so is it possible to change the shape of betas while transfer SMPLX to SMPLH. Now I only get SMPLX parameters with betas(1,10),...