Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
themasterlink authored Mar 29, 2022
1 parent 54d99f1 commit 795b8ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/datasets/amass_human_poses/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ However, we will give you a step by step explanation on how to get access.
3. `https://smpl.is.tue.mpg.de/`
2. Wait till you receive the confirmation vie e-mail, once you confirm your account you can access the download sections.
3. download the following files which represent the body models and extract them inside folder `resources/AMASS/body_models`
1. from `https://smpl.is.tue.mpg.de/downloads` download the following file <img src="instructions_screenshots/dmpl_model.png" width=350>
2. from `https://mano.is.tue.mpg.de/downloads` download the following file <img src="instructions_screenshots/smpl_model.png" width=350>
1. from `https://smpl.is.tue.mpg.de/downloads` download the following file <img src="../../../images/instructions_screenshots_dmpl_model.jpg" width=350>
2. from `https://mano.is.tue.mpg.de/downloads` download the following file <img src="../../../images/instructions_screenshots_smpl_model.jpg" width=350>
4. Explore the collection of motion capture dataset that are supported by AMASS and choose the motion capture dataset and motion sequence that you want to generate a pose from. For now, we only provide support for CMU motion capture dataset *(we're planning to support the rest of the datasets in the near future)*, so you have to choose a pose from the variety of poses that could be extracted from this dataset.
1. For example, after exploring different motion sequences in CMU mocap dataset, we are now interested in generating a body pose, where a person kicks a ball. (You can explore all motion sequences categories for CMU dataset through the dataset website `http://mocap.cs.cmu.edu/search.php?subjectnumber=%&motion=%`. Go to the website and select all motion tab to see different motions)
2. From the different motion categories available there, we are interested in the "kick soccer ball" category (note it is listed as subject # 10, we need this number among other identifiers to identify the pose.)
5. On the AMASS download page `https://amass.is.tue.mpg.de/dataset` many different motion capture dataset are listed, choose the one you are interested in to generate a pose from and download the body data. For example, we choose here the CMU motion capture dataset to download.
<img src="instructions_screenshots/mocap_dataset_download.png">
<img src="../../../images/instructions_screenshots_mocap_dataset_download.jpg">
Download the dataset and extract it under the `resources/AMASS` folder.
6. In the end the structure of the `resource/AMASS` folder should be as following. This might mean you need to create some folders or move some data:

Expand Down

0 comments on commit 795b8ee

Please sign in to comment.