File size: 1,295 Bytes
0034848
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31

# Extra data
Adapted from open source project [GraphCMR](https://github.com/nkolot/GraphCMR/) and [Pose2Mesh](https://github.com/hongsukchoi/Pose2Mesh_RELEASE)

Our code requires additional data to run smoothly. 

### J_regressor_extra.npy
Joints regressor for joints or landmarks that are not included in the standard set of SMPL joints.

### J_regressor_h36m_correct.npy
Joints regressor reflecting the Human3.6M joints. 

### mesh_downsampling.npz
Extra file with precomputed downsampling for the SMPL body mesh.

### mano_downsampling.npz
Extra file with precomputed downsampling for the MANO hand mesh.

### basicModel_neutral_lbs_10_207_0_v1.0.0.pkl
SMPL neutral model. Please visit the official website to download the file [http://smplify.is.tue.mpg.de/](http://smplify.is.tue.mpg.de/)

### basicModel_m_lbs_10_207_0_v1.0.0.pkl
SMPL male model. Please visit the official website to download the file [https://smpl.is.tue.mpg.de/](https://smpl.is.tue.mpg.de/)

### basicModel_f_lbs_10_207_0_v1.0.0.pkl
SMPL female model. Please visit the official website to download the file [https://smpl.is.tue.mpg.de/](https://smpl.is.tue.mpg.de/)

### MANO_RIGHT.pkl
MANO hand model. Please visit the official website to download the file [https://mano.is.tue.mpg.de/](https://mano.is.tue.mpg.de/)