Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not able to run the notebooks #45

Open
hosnasattar opened this issue Jun 26, 2023 · 0 comments
Open

not able to run the notebooks #45

hosnasattar opened this issue Jun 26, 2023 · 0 comments

Comments

@hosnasattar
Copy link

hosnasattar commented Jun 26, 2023

Hi, I have tried to follow the instructions to install the amass lib, but unfortunately I am not able to run the notebook.
First in the read me has said
"AMASS uses MoSh++ pipeline to fit SMPL+H body model to human optical marker based motion capture (mocap) data. In the paper we use SMPL+H with extended shape space, i.e. 16 betas, and 8 DMPLs. Please download models and place them them in body_models folder of this repository after you obtained the code from GitHub."
but in the clone of the git I do not have any body_models folder.
this is the folder structure:
.
├── LICENSE.txt
├── README.md
├── notebooks
│   ├── 01-AMASS_Visualization.ipynb
│   ├── 02-AMASS_DNN.ipynb
│   ├── 03-AMASS_Visualization_Advanced.ipynb
│   ├── 04-AMASS_DMPL.ipynb
│   ├── README.md
│   └── init.py
├── requirements.txt
├── setup.py
├── src
│   ├── init.py
│   └── amass
│   ├── init.py
│   ├── data
│   │   ├── init.py
│   │   ├── dfaust_synthetic_mocap.py
│   │   ├── prepare_data.py
│   │   └── ssm_all_marker_placements.json
│   └── tools
│   ├── init.py
│   ├── make_teaser_image.py
│   ├── notebook_tools.py
│   └── teaser.gif
└── support_data
└── github_data
├── amass_sample.npz
├── datasets_preview.png
├── dmpl_sample.npz
└── teaser.gif

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant