Update README.md
Browse files
README.md
CHANGED
@@ -57,17 +57,17 @@ piece_id # Directory
|
|
57 |
│ │ ├── mano_params # MANO hand parameters for each frame
|
58 |
│ │ │ ├── global_translation # Nx3
|
59 |
│ │ │ ├── global_rotation # Nx3x3
|
60 |
-
│ │ │ ├── pose # Nx45
|
61 |
│ │ │ ├── shape # 10
|
62 |
-
│ │ │ └──
|
63 |
│ ├── right # Motion data for the right hand
|
64 |
│ │ ├── joints # Nx21x3, joint locations for every frame
|
65 |
│ │ ├── mano_params # MANO hand parameters for each frame
|
66 |
│ │ │ ├── global_translation # Nx3
|
67 |
│ │ │ ├── global_rotation # Nx3x3
|
68 |
-
│ │ │ ├── pose # Nx45
|
69 |
│ │ │ ├── shape # 10
|
70 |
-
│ │ │ └──
|
71 |
├── midi.mid # Synchronized MIDI file recorded during performance
|
72 |
├── audio.mp3 # Synchronized audio synthesized from the MIDI file
|
73 |
└── vis # Used for the 3D visualizer
|
|
|
57 |
│ │ ├── mano_params # MANO hand parameters for each frame
|
58 |
│ │ │ ├── global_translation # Nx3
|
59 |
│ │ │ ├── global_rotation # Nx3x3
|
60 |
+
│ │ │ ├── pose # Nx45 (PCA coefficients)
|
61 |
│ │ │ ├── shape # 10
|
62 |
+
│ │ │ └── verts # Nx778x3
|
63 |
│ ├── right # Motion data for the right hand
|
64 |
│ │ ├── joints # Nx21x3, joint locations for every frame
|
65 |
│ │ ├── mano_params # MANO hand parameters for each frame
|
66 |
│ │ │ ├── global_translation # Nx3
|
67 |
│ │ │ ├── global_rotation # Nx3x3
|
68 |
+
│ │ │ ├── pose # Nx45 (PCA coefficients)
|
69 |
│ │ │ ├── shape # 10
|
70 |
+
│ │ │ └── verts # Nx778x3
|
71 |
├── midi.mid # Synchronized MIDI file recorded during performance
|
72 |
├── audio.mp3 # Synchronized audio synthesized from the MIDI file
|
73 |
└── vis # Used for the 3D visualizer
|