densebody_pytorch icon indicating copy to clipboard operation
densebody_pytorch copied to clipboard

PyTorch implementation of CloudWalk's recent work DenseBody

Results 13 densebody_pytorch issues
Sort by recently updated
recently updated
newest added

Can you provide the code about how to get SMPL parameter from the resampled mesh?

Thank you for your hard work. Great job! when I run the command `data_utils/triangulation.py` , I find the key called 'joint_regressor' in smpl_torch_batch.py line 39 `for name in ['J_regressor', 'joint_regressor',...

you wrote "Download human36m dataset from the official website Unpack downloaded zip files into a single folder (which I suggest you name it human36m) and put it under path-to-your-datasets" But,...