update README and gitignore
Browse files- .gitignore +4 -0
- README.md +19 -3
.gitignore
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# dirs
|
| 2 |
+
|
| 3 |
+
# files
|
| 4 |
+
local_lin*
|
README.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Human whole body or hand movements
|
| 2 |
+
|
| 3 |
+
This dataset comprises SMPL-H body motion sequences reconstructed from third-person videos, as well as MANO hand motion sequences derived from ego-centric videos.
|
| 4 |
+
|
| 5 |
+
## Data-format
|
| 6 |
+
|
| 7 |
+
- whole_body:
|
| 8 |
+
- "seq_name"/"file_name".npz
|
| 9 |
+
- pose_body: (T, 63)
|
| 10 |
+
- betas: (B)
|
| 11 |
+
- root_orient: (T, 3)
|
| 12 |
+
- trans: (T, 3)
|
| 13 |
+
- "other parameters"
|
| 14 |
+
|
| 15 |
+
## Usage
|
| 16 |
+
|
| 17 |
+
- whole_body
|
| 18 |
+
- usage pip to install smplx, and use smplx.SMPLH to convert parameters into human mesh/joints
|
| 19 |
+
- The converted human body mesh uses the negative Y-axis as the gravity axis.
|