Datasets:

Modalities:
Video
Size:
< 1K
Libraries:
Datasets
YueMingLee commited on
Commit
0ac11da
·
1 Parent(s): 412fae3

Add egocentric hand samples

Browse files
.gitattributes CHANGED
@@ -7,6 +7,7 @@
7
  *.ftz filter=lfs diff=lfs merge=lfs -text
8
  *.gz filter=lfs diff=lfs merge=lfs -text
9
  *.h5 filter=lfs diff=lfs merge=lfs -text
 
10
  *.joblib filter=lfs diff=lfs merge=lfs -text
11
  *.lfs.* filter=lfs diff=lfs merge=lfs -text
12
  *.lz4 filter=lfs diff=lfs merge=lfs -text
 
7
  *.ftz filter=lfs diff=lfs merge=lfs -text
8
  *.gz filter=lfs diff=lfs merge=lfs -text
9
  *.h5 filter=lfs diff=lfs merge=lfs -text
10
+ *.hdf5 filter=lfs diff=lfs merge=lfs -text
11
  *.joblib filter=lfs diff=lfs merge=lfs -text
12
  *.lfs.* filter=lfs diff=lfs merge=lfs -text
13
  *.lz4 filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -2,18 +2,30 @@
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.
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - ego_hand:
16
+ - Sample ego-centric hand motion clips.
17
+ - Each sample has one `.hdf5` annotation file and one same-name `.mp4` source video.
18
+ - The `.hdf5` file contains camera intrinsics, camera transforms, hand/body transforms, and hand confidence values.
19
+ - Example pair:
20
+ - `ego_hand/95125_30577_34946.hdf5`
21
+ - `ego_hand/95125_30577_34946.mp4`
22
+
23
+ ## Usage
24
+
25
+ - whole_body
26
+ - usage pip to install smplx, and use smplx.SMPLH to convert parameters into human mesh/joints
27
+ - The converted human body mesh uses the negative Y-axis as the gravity axis.
28
+
29
+ - ego_hand
30
+ - Keep the same-name `.hdf5` and `.mp4` files in one directory.
31
+ - They can be visualized with the EgoDex 2D visualization script.
ego_hand/28141_29672_35035.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6861589b1fe3b6327158fb9927ba2bf1652a91530283a0f6a3b049987e22aa28
3
+ size 740480
ego_hand/28141_29672_35035.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83b4bfdf977be2326d1d83b82bcab9d0eb636dc2d42187613804872f7583e83f
3
+ size 5270040
ego_hand/94936_28836_32413.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cc987bc1d6050b9cd0cf5e58ea7f081e70a5d1dbe87e95082b827c42a1a1588
3
+ size 510848
ego_hand/94936_28836_32413.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1503332ebaf84796ccf82ca8e163b885d531e76a78c82c3fec87baa58437a706
3
+ size 3842734
ego_hand/95006_37513_43192.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dd7c005773bb15830e8f91fbe32afa0b921ee831f88c07c160174368d660aaf
3
+ size 789056
ego_hand/95006_37513_43192.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2618519eca71eabf310e297abfc4eb0e22709d05926df1f596fb29ef437caae8
3
+ size 5980937
ego_hand/95125_30577_34946.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83fb045cbde0dbe0a87cb9322ea2612b639be63ccdb10977a9a2a55e8d55b77a
3
+ size 612416
ego_hand/95125_30577_34946.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a5ca7a48228474382ac7d9193dedeaa14bc8df255f9222a7033524373256e78
3
+ size 4688792
ego_hand/95409_45610_50205.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb1027c0dde55904e0d39990c43d5c96af1e1f5b3619c1a2a66a3915aa643e38
3
+ size 643328
ego_hand/95409_45610_50205.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5885be6e6d3356bbc4d5cf9c0dfd1bf15cbd907868d2e1eff48910d7deb00bea
3
+ size 4922341