rcwang commited on
Commit
ea14b58
1 Parent(s): 815e37b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
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
- │ │ │ └── vertices # 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
69
  │ │ │ ├── shape # 10
70
- │ │ │ └── vertices # 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
 
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