FeelAuthors commited on
Commit
70eca26
·
verified ·
1 Parent(s): 65ec485

README: add P75_bottle, refresh stats (26 trials / 700 eps / 65.8 min)

Browse files
Files changed (1) hide show
  1. README.md +9 -7
README.md CHANGED
@@ -18,13 +18,13 @@ A multimodal egocentric manipulation dataset combining **Project Aria** smart-gl
18
 
19
  ## Overview
20
 
21
- - **25 trials**, **649 episodes**, **~62.7 min** of segmented manipulation, ~1.9 GB
22
  - **Recording dates**: 2026-01-10, 2026-01-21, 2026-01-28, 2026-04-30, 2026-05-06
23
  - **Camera**: Project Aria RGB (1408×1408, **10 fps**, H.264)
24
  - **Tactile**: bilateral force totals (`action.tactile.left.force_total`, `action.tactile.right.force_total`)
25
  - **Hand pose**: Aria MPS hand tracking (left + right, validity flags, confidence)
26
  - **Gaze**: Aria MPS general eye gaze (yaw/pitch + depth)
27
- - **Mean episode length**: 5.8 s (37,633 frames @ 10 fps)
28
 
29
  ## Dataset statistics
30
 
@@ -36,21 +36,23 @@ A multimodal egocentric manipulation dataset combining **Project Aria** smart-gl
36
  | 2026-01-21 | 7 | 137 | 11,106 | 18.5 |
37
  | 2026-01-28 | 5 | 132 | 8,481 | 14.1 |
38
  | 2026-04-30 | 2 | 82 | 4,761 | 7.9 |
39
- | 2026-05-06 | 8 | 256 | 9,720 | 16.2 |
40
- | **Total** | **25** | **649** | **37,633** | **62.7** |
41
 
42
  ### By object category
43
 
44
  | Category | Trials | Episodes | Frames | Duration (min) |
45
  |----------|-------:|---------:|-------:|---------------:|
 
46
  | Jelly | 6 | 115 | 10,232 | 17.1 |
47
- | Bottle | 4 | 186 | 8,947 | 14.9 |
48
  | Sponge | 3 | 107 | 6,548 | 10.9 |
49
  | Water | 4 | 70 | 4,860 | 8.1 |
50
  | Wangzai | 4 | 116 | 4,294 | 7.2 |
51
  | Coke | 2 | 19 | 1,512 | 2.5 |
52
  | Chip | 2 | 36 | 1,240 | 2.1 |
53
 
 
 
54
  ## Layout
55
 
56
  Datasets are grouped by recording session date. Trial names encode the manipulation outcome where relevant (e.g. `Chip_intact` = potato chip not crushed, `Chip_crushed` = chip crushed during grasp).
@@ -62,7 +64,7 @@ FeelAuthors/FEEL-Benchmark/
62
  ├── 20260128/ Half_water_{3,4}, Sponge_{1,2,3} (5 trials)
63
  ├── 20260430/ Empty_bottle_1, Full_bottle_1 (2 trials)
64
  └── 20260506/ Chip_intact, Chip_crushed, Empty_Want_Milk, Empty_wz, P25_bottle,
65
- P50_bottle, Want_Milk, Wz (8 trials)
66
  ```
67
 
68
  Each `*_lerobot/` directory follows LeRobot v3.0:
@@ -75,7 +77,7 @@ Each `*_lerobot/` directory follows LeRobot v3.0:
75
  │ ├── stats.json
76
  │ └── tasks.jsonl
77
  ├── data/chunk-000/episode_NNNNNN.parquet
78
- └── videos/chunk-000/main/episode_NNNNNN.mp4
79
  ```
80
 
81
  ## Feature schema
 
18
 
19
  ## Overview
20
 
21
+ - **26 trials**, **700 episodes**, **~65.8 min** of segmented manipulation, ~2.0 GB
22
  - **Recording dates**: 2026-01-10, 2026-01-21, 2026-01-28, 2026-04-30, 2026-05-06
23
  - **Camera**: Project Aria RGB (1408×1408, **10 fps**, H.264)
24
  - **Tactile**: bilateral force totals (`action.tactile.left.force_total`, `action.tactile.right.force_total`)
25
  - **Hand pose**: Aria MPS hand tracking (left + right, validity flags, confidence)
26
  - **Gaze**: Aria MPS general eye gaze (yaw/pitch + depth)
27
+ - **Mean episode length**: 5.6 s (39,497 frames @ 10 fps)
28
 
29
  ## Dataset statistics
30
 
 
36
  | 2026-01-21 | 7 | 137 | 11,106 | 18.5 |
37
  | 2026-01-28 | 5 | 132 | 8,481 | 14.1 |
38
  | 2026-04-30 | 2 | 82 | 4,761 | 7.9 |
39
+ | 2026-05-06 | 9 | 307 | 11,584 | 19.3 |
40
+ | **Total** | **26** | **700** | **39,497** | **65.8** |
41
 
42
  ### By object category
43
 
44
  | Category | Trials | Episodes | Frames | Duration (min) |
45
  |----------|-------:|---------:|-------:|---------------:|
46
+ | Bottle | 5 | 237 | 10,811 | 18.0 |
47
  | Jelly | 6 | 115 | 10,232 | 17.1 |
 
48
  | Sponge | 3 | 107 | 6,548 | 10.9 |
49
  | Water | 4 | 70 | 4,860 | 8.1 |
50
  | Wangzai | 4 | 116 | 4,294 | 7.2 |
51
  | Coke | 2 | 19 | 1,512 | 2.5 |
52
  | Chip | 2 | 36 | 1,240 | 2.1 |
53
 
54
+ The **Bottle** category includes a fill-level gradient (`Empty_bottle_1`, `P25_bottle`, `P50_bottle`, `P75_bottle`, `Full_bottle_1`) for studying tactile cues of liquid mass and slosh.
55
+
56
  ## Layout
57
 
58
  Datasets are grouped by recording session date. Trial names encode the manipulation outcome where relevant (e.g. `Chip_intact` = potato chip not crushed, `Chip_crushed` = chip crushed during grasp).
 
64
  ├── 20260128/ Half_water_{3,4}, Sponge_{1,2,3} (5 trials)
65
  ├── 20260430/ Empty_bottle_1, Full_bottle_1 (2 trials)
66
  └── 20260506/ Chip_intact, Chip_crushed, Empty_Want_Milk, Empty_wz, P25_bottle,
67
+ P50_bottle, P75_bottle, Want_Milk, Wz (9 trials)
68
  ```
69
 
70
  Each `*_lerobot/` directory follows LeRobot v3.0:
 
77
  │ ├── stats.json
78
  │ └── tasks.jsonl
79
  ├── data/chunk-000/episode_NNNNNN.parquet
80
+ └── videos/chunk-000/observation.images.main/episode_NNNNNN.mp4
81
  ```
82
 
83
  ## Feature schema