amass icon indicating copy to clipboard operation
amass copied to clipboard

Data preparation and loader for AMASS

Results 43 amass issues
Sort by recently updated
recently updated
newest added

Dear authors, thanks for releasing this awesome code for using AMASS dataset! I found a very small bug: in the 01-AMASS_Visualization.ipynb, the "def vis_body_joints" does not work when using the...

Bumps [numpy](https://github.com/numpy/numpy) from 1.18.5 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Hello, I have followed the [AMASS_DNN](https://github.com/nghorbani/amass/blob/master/notebooks/02-AMASS_DNN.ipynb) tutorial. I have downloaded all npz files from your website and tried both splits you suggested: `amass_splits = { 'vald': ['SFU',], 'test': ['SSM_synced'], 'train':...

Hello, I've read that the SMPL-H and SMPL shape parameters are equivalent; I've also seen that for both cases the betas come in sizes of 10 or 16. Since the...

Is AMASS compatible with STAR? If not, is there any way to convert it to make it compatible?

Hi, how can I convert motions using a skeleton (e.g. recorded with Kinect) to AMASS. If I understand correct, one can use MoSh to convert from MoCap markers but can...

Dear authors, thanks for releasing this awesome code for using AMASS dataset! I'm struggling about how to get X_Y coordinate of the 'Jtr's in the image.The type Jtr is the...

I am trying to get some valid parameters for the basic SMPL model, in your documentation, you are mentioning that should be possible (https://github.com/nghorbani/amass/blob/master/notebooks/03-AMASS_Visualization_Advanced.ipynb). However, as far as I understand...

Hi there, I try to use the `root_orient`[1] and `trans`[2] fields in order to position and orient the SMPL model relative to the global reference frame. When I instantiate the...