-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathdata_structure.txt
40 lines (40 loc) · 1.31 KB
/
data_structure.txt
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
32
33
34
35
36
37
38
39
40
/your/unpacked/dir
├── face_expression
│ └── 04
│ ├── checkpoint_000044.pth
│ ├── config.yaml
│ └── name.txt
├── minimal_hand
│ └── model
│ ├── detnet
│ │ ├── detnet.ckpt.data-00000-of-00001
│ │ ├── detnet.ckpt.index
│ │ └── detnet.ckpt.meta
│ ├── hand_mesh
│ │ └── hand_mesh_model.pkl
│ └── iknet
│ ├── iknet.ckpt.data-00000-of-00001
│ ├── iknet.ckpt.index
│ └── iknet.ckpt.meta
├── pykinect
│ ├── body_models
│ │ └── smplx
│ │ ├── SMPLX_FEMALE.npz
│ │ ├── SMPLX_MALE.npz
│ │ └── version.txt
│ ├── kintree_kinect
│ └── rob75_val
│ ├── info.npy
│ ├── J.npy
│ ├── s2k_f.npy
│ ├── s2k_m.npy
│ └── weights.npy
├── shapefit
│ └── renat
│ └── betas.npy
└── smplx_kinect
└── 04
├── config.yaml
├── models
│ └── net_110000
└── train_sample_azure.pickle