NIATphysicalAI commited on
Commit
894b866
·
verified ·
1 Parent(s): 4756877

Update dataset card

Browse files
Files changed (1) hide show
  1. README.md +190 -0
README.md ADDED
@@ -0,0 +1,190 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - robotics
8
+ - manipulation
9
+ - imitation-learning
10
+ - NIAT
11
+ configs:
12
+ - config_name: Eraser_drawer
13
+ data_files:
14
+ - split: train
15
+ path: Eraser_drawer/data/**/*.parquet
16
+ - config_name: Battery_sort
17
+ data_files:
18
+ - split: train
19
+ path: Battery_sort/data/**/*.parquet
20
+ - config_name: Battery_sort_v1
21
+ data_files:
22
+ - split: train
23
+ path: Battery_sort_v1/data/**/*.parquet
24
+ - config_name: drawer_cube_screwdriver
25
+ data_files:
26
+ - split: train
27
+ path: drawer_cube_screwdriver/data/**/*.parquet
28
+ - config_name: Drawer_screwdriver_v2
29
+ data_files:
30
+ - split: train
31
+ path: Drawer_screwdriver_v2/data/**/*.parquet
32
+ - config_name: Drawer_screwdriver
33
+ data_files:
34
+ - split: train
35
+ path: Drawer_screwdriver/data/**/*.parquet
36
+ - config_name: screwdriver_box
37
+ data_files:
38
+ - split: train
39
+ path: screwdriver_box/data/**/*.parquet
40
+ - config_name: screwdriver_box_v1
41
+ data_files:
42
+ - split: train
43
+ path: screwdriver_box_v1/data/**/*.parquet
44
+ - config_name: screwdriver_box_v0
45
+ data_files:
46
+ - split: train
47
+ path: screwdriver_box_v0/data/**/*.parquet
48
+ - config_name: stack_cubes
49
+ data_files:
50
+ - split: train
51
+ path: stack_cubes/data/**/*.parquet
52
+ - config_name: eraser
53
+ data_files:
54
+ - split: train
55
+ path: eraser/data/**/*.parquet
56
+ - config_name: cube
57
+ data_files:
58
+ - split: train
59
+ path: cube/data/**/*.parquet
60
+ - config_name: stapler
61
+ data_files:
62
+ - split: train
63
+ path: stapler/data/**/*.parquet
64
+ - config_name: bottle
65
+ data_files:
66
+ - split: train
67
+ path: bottle/data/**/*.parquet
68
+ - config_name: penholder
69
+ data_files:
70
+ - split: train
71
+ path: penholder/data/**/*.parquet
72
+ - config_name: sort_biodegradable
73
+ data_files:
74
+ - split: train
75
+ path: sort_biodegradable/data/**/*.parquet
76
+ - config_name: pick_place_cubes_para
77
+ data_files:
78
+ - split: train
79
+ path: pick_place_cubes_para/data/**/*.parquet
80
+ - config_name: pick_place_cubes
81
+ data_files:
82
+ - split: train
83
+ path: pick_place_cubes/data/**/*.parquet
84
+ - config_name: chocolate_pick_place
85
+ data_files:
86
+ - split: train
87
+ path: chocolate_pick_place/data/**/*.parquet
88
+ - config_name: pick_place
89
+ data_files:
90
+ - split: train
91
+ path: pick_place/data/**/*.parquet
92
+ - config_name: push_t_v2
93
+ data_files:
94
+ - split: train
95
+ path: push_t_v2/data/**/*.parquet
96
+ - config_name: t_push
97
+ data_files:
98
+ - split: train
99
+ path: t_push/data/**/*.parquet
100
+ - config_name: Bottle_orient
101
+ data_files:
102
+ - split: train
103
+ path: Bottle_orient/data/**/*.parquet
104
+ - config_name: Cube_pick_place
105
+ data_files:
106
+ - split: train
107
+ path: Cube_pick_place/data/**/*.parquet
108
+ ---
109
+
110
+ # NIAT10
111
+
112
+ A consolidated collection of 24 teleoperated robot manipulation datasets recorded at
113
+ NIAT, gathered into a single repository. Each source dataset keeps its original
114
+ [LeRobot](https://github.com/huggingface/lerobot) layout (`meta/`, `data/`, `videos/`)
115
+ inside its own top-level folder.
116
+
117
+ Roughly **9.3 hours** of recorded interaction across pick-and-place,
118
+ sorting, stacking, orientation and non-prehensile pushing tasks.
119
+
120
+ ## Contents
121
+
122
+ | # | Folder | Task | Duration | Episodes | Review | Source |
123
+ |---|--------|------|----------|----------|--------|--------|
124
+ | 1 | `Eraser_drawer` | Pick n place | 00:44:24 | 100 | fix required | [NIATphysicalAI/Eraser_drawer](https://huggingface.co/datasets/NIATphysicalAI/Eraser_drawer) |
125
+ | 2 | `Battery_sort` | Sorting | 00:55:06 | 106 | Approved | [NIATphysicalAI/Battery_sort](https://huggingface.co/datasets/NIATphysicalAI/Battery_sort) |
126
+ | 3 | `Battery_sort_v1` | Sorting | 00:03:12 | 7 | Approved | [NIATphysicalAI/Battery_sort_v1](https://huggingface.co/datasets/NIATphysicalAI/Battery_sort_v1) |
127
+ | 4 | `drawer_cube_screwdriver` | Pick n place | 00:30:30 | 101 | Approved | [NIATphysicalAI/drawer_cube_screwdriver](https://huggingface.co/datasets/NIATphysicalAI/drawer_cube_screwdriver) |
128
+ | 5 | `Drawer_screwdriver_v2` | Pick n place | 00:17:06 | 51 | Approved | [NIATphysicalAI/Drawer_screwdriver_v2](https://huggingface.co/datasets/NIATphysicalAI/Drawer_screwdriver_v2) |
129
+ | 6 | `Drawer_screwdriver` | Pick n place | 00:12:54 | 34 | Approved | [NIATphysicalAI/Drawer_screwdriver](https://huggingface.co/datasets/NIATphysicalAI/Drawer_screwdriver) |
130
+ | 7 | `screwdriver_box` | Pick n place | 00:18:12 | 47 | fix required | [NIATphysicalAI/screwdriver_box](https://huggingface.co/datasets/NIATphysicalAI/screwdriver_box) |
131
+ | 8 | `screwdriver_box_v1` | Pick n place | 00:07:42 | 20 | fix required | [NIATphysicalAI/screwdriver_box_v1](https://huggingface.co/datasets/NIATphysicalAI/screwdriver_box_v1) |
132
+ | 9 | `screwdriver_box_v0` | Pick n place | 00:04:12 | 10 | Approved | [NIATphysicalAI/screwdriver_box_v0](https://huggingface.co/datasets/NIATphysicalAI/screwdriver_box_v0) |
133
+ | 10 | `stack_cubes` | Stacking | 00:17:06 | 58 | Re-record | [NIATphysicalAI/stack_cubes](https://huggingface.co/datasets/NIATphysicalAI/stack_cubes) |
134
+ | 11 | `eraser` | Pick n place | 00:15:30 | 60 | Approved | [NIATphysicalAI/eraser](https://huggingface.co/datasets/NIATphysicalAI/eraser) |
135
+ | 12 | `cube` | Stacking | 00:14:12 | 54 | fix required | [NIATphysicalAI/cube](https://huggingface.co/datasets/NIATphysicalAI/cube) |
136
+ | 13 | `stapler` | Pick n place | 00:17:54 | 37 | Approved | [NIATphysicalAI/stapler](https://huggingface.co/datasets/NIATphysicalAI/stapler) |
137
+ | 14 | `bottle` | Orientation/reposition | 00:16:24 | 48 | Approved | [NIATphysicalAI/bottle](https://huggingface.co/datasets/NIATphysicalAI/bottle) |
138
+ | 15 | `penholder` | Sorting | 00:26:12 | 92 | Approved | [NIATphysicalAI/penholder](https://huggingface.co/datasets/NIATphysicalAI/penholder) |
139
+ | 16 | `sort_biodegradable` | Sorting | 00:43:42 | 169 | Approved | [NIATphysicalAI/sort_biodegradable](https://huggingface.co/datasets/NIATphysicalAI/sort_biodegradable) |
140
+ | 17 | `pick_place_cubes_para` | Sorting | 00:51:18 | 300 | Approved | [NIATphysicalAI/pick_place_cubes_para](https://huggingface.co/datasets/NIATphysicalAI/pick_place_cubes_para) |
141
+ | 18 | `pick_place_cubes` | Sorting | 00:51:18 | 300 | Approved | [NIATphysicalAI/pick_place_cubes](https://huggingface.co/datasets/NIATphysicalAI/pick_place_cubes) |
142
+ | 19 | `chocolate_pick_place` | Pick n place | 00:16:12 | 50 | Approved | [NIATphysicalAI/chocolate_pick_place](https://huggingface.co/datasets/NIATphysicalAI/chocolate_pick_place) |
143
+ | 20 | `pick_place` | Pick n place | 00:10:18 | 50 | Approved | [Bradx86/pick-place](https://huggingface.co/datasets/Bradx86/pick-place) |
144
+ | 21 | `push_t_v2` | Contact(no grasp) | 00:43:54 | 194 | Approved | [Bradx86/push_t_v2](https://huggingface.co/datasets/Bradx86/push_t_v2) |
145
+ | 22 | `t_push` | Contact(no grasp) | 00:05:12 | 50 | Approved | [Bradx86/t_push](https://huggingface.co/datasets/Bradx86/t_push) |
146
+ | 23 | `Bottle_orient` | Pick n place | 00:17:54 | 50 | Approved | [Bradx86/bottle-test](https://huggingface.co/datasets/Bradx86/bottle-test) |
147
+ | 24 | `Cube_pick_place` | Pick n place | 00:16:00 | 50 | Approved | [Bradx86/record-test](https://huggingface.co/datasets/Bradx86/record-test) |
148
+
149
+ ## Layout
150
+
151
+ ```
152
+ NIAT10/
153
+ ├── <dataset_name>/
154
+ │ ├── meta/ # info.json, episodes.jsonl, tasks.jsonl, stats
155
+ │ ├── data/ # parquet chunks of states / actions
156
+ │ └── videos/ # per-camera mp4 recordings
157
+ └── ...
158
+ ```
159
+
160
+ ## Loading a single dataset
161
+
162
+ Each folder is a self-contained LeRobot dataset. Point `root` at the folder after
163
+ downloading it:
164
+
165
+ ```python
166
+ from huggingface_hub import snapshot_download
167
+ from lerobot.common.datasets.lerobot_dataset import LeRobotDataset
168
+
169
+ path = snapshot_download(
170
+ repo_id="NIATphysicalAI/NIAT10",
171
+ repo_type="dataset",
172
+ allow_patterns="Battery_sort/*",
173
+ local_dir="NIAT10",
174
+ )
175
+
176
+ ds = LeRobotDataset(repo_id="NIATphysicalAI/NIAT10", root="NIAT10/Battery_sort")
177
+ ```
178
+
179
+ The tabular part of each dataset is also registered as a named config:
180
+
181
+ ```python
182
+ from datasets import load_dataset
183
+
184
+ ds = load_dataset("NIATphysicalAI/NIAT10", "Battery_sort", split="train")
185
+ ```
186
+
187
+ ## Review status
188
+
189
+ Entries marked *fix required* or *Re-record* are included for completeness but have
190
+ known issues; prefer the *Approved* subset for training runs.