densebody_pytorch
densebody_pytorch copied to clipboard
PyTorch implementation of CloudWalk's recent work DenseBody
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,...