Update README.md
Browse files
README.md
CHANGED
|
@@ -150,7 +150,7 @@ overhead and a wrist camera at 640 × 480 / 30 fps.
|
|
| 150 |
| **Task families** | 5 |
|
| 151 |
| **Robot embodiments** | 1 |
|
| 152 |
| **Average duration/dataset** | 0.38 hours |
|
| 153 |
-
| **
|
| 154 |
|
| 155 |
Durations are computed as `total_frames / fps` from each dataset's `meta/info.json`,
|
| 156 |
so they reflect the current contents of each repo after episode pruning.
|
|
@@ -198,29 +198,29 @@ when using this collection.
|
|
| 198 |
| # | Folder | Task | Episodes | Frames | Duration | FPS | Review | Source |
|
| 199 |
|---|---|---|---|---|---|---|---|---|
|
| 200 |
| 1 | `Eraser_drawer` | Pick and place | 100 | 79,890 | 00:44:23 | 30 | fix required | [Eraser_drawer](https://huggingface.co/datasets/NIATphysicalAI/Eraser_drawer) |
|
| 201 |
-
| 2 | `Battery_sort` | Sorting | 106 | 93,878 | 00:52:09 | 30 |
|
| 202 |
-
| 3 | `Battery_sort_v1` | Sorting | 7 | 5,681 | 00:03:09 | 30 |
|
| 203 |
-
| 4 | `drawer_cube_screwdriver` | Pick and place | 101 | 54,895 | 00:30:30 | 30 |
|
| 204 |
-
| 5 | `Drawer_screwdriver_v2` | Pick and place | 51 | 30,709 | 00:17:04 | 30 |
|
| 205 |
-
| 6 | `Drawer_screwdriver` | Pick and place | 34 | 23,221 | 00:12:54 | 30 |
|
| 206 |
-
| 7 | `screwdriver_box` | Pick and place | 47 | 27,536 | 00:15:18 | 30 |
|
| 207 |
-
| 8 | `screwdriver_box_v1` | Pick and place | 20 | 13,829 | 00:07:41 | 30 |
|
| 208 |
-
| 9 | `screwdriver_box_v0` | Pick and place | 10 | 7,498 | 00:04:10 | 30 |
|
| 209 |
| 10 | `stack_cubes` | Stacking | 58 | 30,806 | 00:17:07 | 30 | Re-record | [stack_cubes](https://huggingface.co/datasets/NIATphysicalAI/stack_cubes) |
|
| 210 |
-
| 11 | `eraser` | Pick and place | 60 | 26,893 | 00:14:56 | 30 |
|
| 211 |
| 12 | `cube` | Stacking | 54 | 25,595 | 00:14:13 | 30 | fix required | [cube](https://huggingface.co/datasets/NIATphysicalAI/cube) |
|
| 212 |
-
| 13 | `stapler` | Pick and place | 37 | 16,750 | 00:09:18 | 30 |
|
| 213 |
-
| 14 | `bottle` | Orientation | 48 | 25,162 | 00:13:59 | 30 |
|
| 214 |
-
| 15 | `penholder` | Sorting | 92 | 43,990 | 00:24:26 | 30 |
|
| 215 |
-
| 16 | `sort_biodegradable` | Sorting | 169 | 87,635 | 00:48:41 | 30 |
|
| 216 |
-
| 17 | `pick_place_cubes_para` | Pick and place | 300 | 92,287 | 00:51:16 | 30 |
|
| 217 |
-
| 18 | `pick_place_cubes` | Pick and place | 300 | 92,287 | 00:51:16 | 30 |
|
| 218 |
-
| 19 | `chocolate_pick_place` | Pick and place | 50 | 29,178 | 00:16:13 | 30 |
|
| 219 |
-
| 20 | `pick_place` | Pick and place | 50 | 18,559 | 00:10:19 | 30 |
|
| 220 |
-
| 21 | `push_t_v2` | Non-prehensile push | 194 | 79,027 | 00:43:54 | 30 |
|
| 221 |
-
| 22 | `t_push` | Non-prehensile push | 50 | 9,388 | 00:05:13 | 30 |
|
| 222 |
-
| 23 | `Bottle_orient` | Orientation | 50 | 32,196 | 00:17:53 | 30 |
|
| 223 |
-
| 24 | `Cube_pick_place` | Pick and place | 50 | 28,764 | 00:15:59 | 30 |
|
| 224 |
|
| 225 |
## Repository Structure
|
| 226 |
|
|
@@ -328,13 +328,13 @@ To train across several folders, pass a comma-separated list of roots or build a
|
|
| 328 |
|
| 329 |
Community-recorded teleoperation data is never uniform. Things to check before training:
|
| 330 |
|
| 331 |
-
- **Review status.**
|
| 332 |
-
included for completeness; prefer the
|
| 333 |
- **Varying episode counts.** Some datasets are short (a few minutes) and will be
|
| 334 |
heavily under-represented in a naive concatenation. Consider weighted sampling.
|
| 335 |
- **Camera configurations differ** between datasets. Check
|
| 336 |
`observation.images.*` in each `meta/info.json` before batching across folders.
|
| 337 |
-
- **Frame rates.** 30 fps (24) — resample or filter if your policy assumes a fixed rate.
|
| 338 |
- **Episode indices are per-folder.** They are not globally unique across the collection.
|
| 339 |
- **Not a single merged dataset.** Loading NIAT10 as one `LeRobotDataset` will not work;
|
| 340 |
point `root` at an individual folder.
|
|
@@ -343,11 +343,8 @@ Community-recorded teleoperation data is never uniform. Things to check before t
|
|
| 343 |
|
| 344 |
| Folder | Status | Note |
|
| 345 |
|---|---|---|
|
| 346 |
-
| `Eraser_drawer` | fix required |
|
| 347 |
-
| `
|
| 348 |
-
| `screwdriver_box_v1` | fix required | <!-- TODO: what needs fixing --> |
|
| 349 |
-
| `stack_cubes` | Re-record | <!-- TODO: what needs fixing --> |
|
| 350 |
-
| `cube` | fix required | <!-- TODO: what needs fixing --> |
|
| 351 |
|
| 352 |
## Intended Use
|
| 353 |
|
|
@@ -389,7 +386,9 @@ the full table in frame from a short mounting distance, at the cost of noticeabl
|
|
| 389 |
barrel distortion near the edges — the recordings are **not undistorted**, so
|
| 390 |
calibrate or rectify yourself if your method assumes a pinhole model.
|
| 391 |
|
| 392 |
-
|
|
|
|
|
|
|
| 393 |
|
| 394 |
```json
|
| 395 |
{
|
|
@@ -447,15 +446,15 @@ Two consequences worth knowing:
|
|
| 447 |
|
| 448 |
## Limitations
|
| 449 |
|
| 450 |
-
- **
|
| 451 |
-
setup. Background and surface diversity is
|
| 452 |
-
sim-to-real-style gap when deploying elsewhere.
|
| 453 |
- **Single embodiment.** Everything is SO-101. Cross-embodiment transfer is untested.
|
| 454 |
- **Fixed camera geometry** at 640 × 480, with uncorrected wide-angle
|
| 455 |
distortion.
|
| 456 |
- **Uneven dataset sizes.** Durations range from a few minutes to nearly an hour, so
|
| 457 |
naive concatenation heavily over-weights the longer datasets.
|
| 458 |
-
- **Manual randomisation** means object-position coverage is not uniform or measured
|
|
|
|
| 459 |
- **Human demonstrations only** — no failure cases, recovery behaviours or
|
| 460 |
counterexamples, which limits use for methods that need negative data.
|
| 461 |
|
|
@@ -467,17 +466,6 @@ Two consequences worth knowing:
|
|
| 467 |
Released under the **Apache 2.0** license. Individual datasets may carry additional
|
| 468 |
attribution requirements.
|
| 469 |
|
| 470 |
-
## Citation
|
| 471 |
-
|
| 472 |
-
```bibtex
|
| 473 |
-
@misc{niat10_2026,
|
| 474 |
-
title = {NIAT10: A Tabletop Manipulation Dataset Collection},
|
| 475 |
-
author = {<!-- TODO: author list -->},
|
| 476 |
-
year = {2026},
|
| 477 |
-
url = {https://huggingface.co/datasets/NIATphysicalAI/NIAT10}
|
| 478 |
-
}
|
| 479 |
-
```
|
| 480 |
-
|
| 481 |
## Related Resources
|
| 482 |
|
| 483 |
- [LeRobot](https://github.com/huggingface/lerobot) — framework used for recording
|
|
|
|
| 150 |
| **Task families** | 5 |
|
| 151 |
| **Robot embodiments** | 1 |
|
| 152 |
| **Average duration/dataset** | 0.38 hours |
|
| 153 |
+
| **OK datasets** | 19 of 24 |
|
| 154 |
|
| 155 |
Durations are computed as `total_frames / fps` from each dataset's `meta/info.json`,
|
| 156 |
so they reflect the current contents of each repo after episode pruning.
|
|
|
|
| 198 |
| # | Folder | Task | Episodes | Frames | Duration | FPS | Review | Source |
|
| 199 |
|---|---|---|---|---|---|---|---|---|
|
| 200 |
| 1 | `Eraser_drawer` | Pick and place | 100 | 79,890 | 00:44:23 | 30 | fix required | [Eraser_drawer](https://huggingface.co/datasets/NIATphysicalAI/Eraser_drawer) |
|
| 201 |
+
| 2 | `Battery_sort` | Sorting | 106 | 93,878 | 00:52:09 | 30 | OK | [Battery_sort](https://huggingface.co/datasets/NIATphysicalAI/Battery_sort) |
|
| 202 |
+
| 3 | `Battery_sort_v1` | Sorting | 7 | 5,681 | 00:03:09 | 30 | OK | [Battery_sort_v1](https://huggingface.co/datasets/NIATphysicalAI/Battery_sort_v1) |
|
| 203 |
+
| 4 | `drawer_cube_screwdriver` | Pick and place | 101 | 54,895 | 00:30:30 | 30 | OK | [drawer_cube_screwdriver](https://huggingface.co/datasets/NIATphysicalAI/drawer_cube_screwdriver) |
|
| 204 |
+
| 5 | `Drawer_screwdriver_v2` | Pick and place | 51 | 30,709 | 00:17:04 | 30 | OK | [Drawer_screwdriver_v2](https://huggingface.co/datasets/NIATphysicalAI/Drawer_screwdriver_v2) |
|
| 205 |
+
| 6 | `Drawer_screwdriver` | Pick and place | 34 | 23,221 | 00:12:54 | 30 | OK | [Drawer_screwdriver](https://huggingface.co/datasets/NIATphysicalAI/Drawer_screwdriver) |
|
| 206 |
+
| 7 | `screwdriver_box` | Pick and place | 47 | 27,536 | 00:15:18 | 30 | OK | [screwdriver_box](https://huggingface.co/datasets/NIATphysicalAI/screwdriver_box) |
|
| 207 |
+
| 8 | `screwdriver_box_v1` | Pick and place | 20 | 13,829 | 00:07:41 | 30 | OK | [screwdriver_box_v1](https://huggingface.co/datasets/NIATphysicalAI/screwdriver_box_v1) |
|
| 208 |
+
| 9 | `screwdriver_box_v0` | Pick and place | 10 | 7,498 | 00:04:10 | 30 | OK | [screwdriver_box_v0](https://huggingface.co/datasets/NIATphysicalAI/screwdriver_box_v0) |
|
| 209 |
| 10 | `stack_cubes` | Stacking | 58 | 30,806 | 00:17:07 | 30 | Re-record | [stack_cubes](https://huggingface.co/datasets/NIATphysicalAI/stack_cubes) |
|
| 210 |
+
| 11 | `eraser` | Pick and place | 60 | 26,893 | 00:14:56 | 30 | OK | [eraser](https://huggingface.co/datasets/NIATphysicalAI/eraser) |
|
| 211 |
| 12 | `cube` | Stacking | 54 | 25,595 | 00:14:13 | 30 | fix required | [cube](https://huggingface.co/datasets/NIATphysicalAI/cube) |
|
| 212 |
+
| 13 | `stapler` | Pick and place | 37 | 16,750 | 00:09:18 | 30 | OK | [stapler](https://huggingface.co/datasets/NIATphysicalAI/stapler) |
|
| 213 |
+
| 14 | `bottle` | Orientation | 48 | 25,162 | 00:13:59 | 30 | OK | [bottle](https://huggingface.co/datasets/NIATphysicalAI/bottle) |
|
| 214 |
+
| 15 | `penholder` | Sorting | 92 | 43,990 | 00:24:26 | 30 | OK | [penholder](https://huggingface.co/datasets/NIATphysicalAI/penholder) |
|
| 215 |
+
| 16 | `sort_biodegradable` | Sorting | 169 | 87,635 | 00:48:41 | 30 | OK | [sort_biodegradable](https://huggingface.co/datasets/NIATphysicalAI/sort_biodegradable) |
|
| 216 |
+
| 17 | `pick_place_cubes_para` | Pick and place | 300 | 92,287 | 00:51:16 | 30 | OK | [pick_place_cubes_para](https://huggingface.co/datasets/NIATphysicalAI/pick_place_cubes_para) |
|
| 217 |
+
| 18 | `pick_place_cubes` | Pick and place | 300 | 92,287 | 00:51:16 | 30 | OK | [pick_place_cubes](https://huggingface.co/datasets/NIATphysicalAI/pick_place_cubes) |
|
| 218 |
+
| 19 | `chocolate_pick_place` | Pick and place | 50 | 29,178 | 00:16:13 | 30 | OK | [chocolate_pick_place](https://huggingface.co/datasets/NIATphysicalAI/chocolate_pick_place) |
|
| 219 |
+
| 20 | `pick_place` | Pick and place | 50 | 18,559 | 00:10:19 | 30 | OK | [pick-place](https://huggingface.co/datasets/Bradx86/pick-place) |
|
| 220 |
+
| 21 | `push_t_v2` | Non-prehensile push | 194 | 79,027 | 00:43:54 | 30 | OK | [push_t_v2](https://huggingface.co/datasets/Bradx86/push_t_v2) |
|
| 221 |
+
| 22 | `t_push` | Non-prehensile push | 50 | 9,388 | 00:05:13 | 30 | OK | [t_push](https://huggingface.co/datasets/Bradx86/t_push) |
|
| 222 |
+
| 23 | `Bottle_orient` | Orientation | 50 | 32,196 | 00:17:53 | 30 | OK | [bottle-test](https://huggingface.co/datasets/Bradx86/bottle-test) |
|
| 223 |
+
| 24 | `Cube_pick_place` | Pick and place | 50 | 28,764 | 00:15:59 | 30 | OK | [record-test](https://huggingface.co/datasets/Bradx86/record-test) |
|
| 224 |
|
| 225 |
## Repository Structure
|
| 226 |
|
|
|
|
| 328 |
|
| 329 |
Community-recorded teleoperation data is never uniform. Things to check before training:
|
| 330 |
|
| 331 |
+
- **Review status.** 2 of 24 datasets are flagged below. They are
|
| 332 |
+
included for completeness; prefer the OK subset for headline results.
|
| 333 |
- **Varying episode counts.** Some datasets are short (a few minutes) and will be
|
| 334 |
heavily under-represented in a naive concatenation. Consider weighted sampling.
|
| 335 |
- **Camera configurations differ** between datasets. Check
|
| 336 |
`observation.images.*` in each `meta/info.json` before batching across folders.
|
| 337 |
+
- **Frame rates.** 30 fps (all 24/24) — resample or filter if your policy assumes a fixed rate.
|
| 338 |
- **Episode indices are per-folder.** They are not globally unique across the collection.
|
| 339 |
- **Not a single merged dataset.** Loading NIAT10 as one `LeRobotDataset` will not work;
|
| 340 |
point `root` at an individual folder.
|
|
|
|
| 343 |
|
| 344 |
| Folder | Status | Note |
|
| 345 |
|---|---|---|
|
| 346 |
+
| `Eraser_drawer` | fix required | Dataset card to be fixed |
|
| 347 |
+
| `cube` | fix required | Freezed camera2 feed |
|
|
|
|
|
|
|
|
|
|
| 348 |
|
| 349 |
## Intended Use
|
| 350 |
|
|
|
|
| 386 |
barrel distortion near the edges — the recordings are **not undistorted**, so
|
| 387 |
calibrate or rectify yourself if your method assumes a pinhole model.
|
| 388 |
|
| 389 |
+
**NOTE:** Some datasets have cropped overhead feed, was done to remove distractors
|
| 390 |
+
and provide bounded region of interest for training purposes. Original 1920x1080 frames
|
| 391 |
+
were cropped to a 955x720 ROI (margins: 580L, 385R, 180T/B) and downsampled to 640x480.
|
| 392 |
|
| 393 |
```json
|
| 394 |
{
|
|
|
|
| 446 |
|
| 447 |
## Limitations
|
| 448 |
|
| 449 |
+
- **Environment.** Most of recordings share one lab, one table and similar lighting
|
| 450 |
+
setup. Background and surface diversity is limited.
|
|
|
|
| 451 |
- **Single embodiment.** Everything is SO-101. Cross-embodiment transfer is untested.
|
| 452 |
- **Fixed camera geometry** at 640 × 480, with uncorrected wide-angle
|
| 453 |
distortion.
|
| 454 |
- **Uneven dataset sizes.** Durations range from a few minutes to nearly an hour, so
|
| 455 |
naive concatenation heavily over-weights the longer datasets.
|
| 456 |
+
- **Manual randomisation** means object-position coverage is not uniform or measured,
|
| 457 |
+
some datasets have randomisation after very 10 episdoes or so.
|
| 458 |
- **Human demonstrations only** — no failure cases, recovery behaviours or
|
| 459 |
counterexamples, which limits use for methods that need negative data.
|
| 460 |
|
|
|
|
| 466 |
Released under the **Apache 2.0** license. Individual datasets may carry additional
|
| 467 |
attribution requirements.
|
| 468 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 469 |
## Related Resources
|
| 470 |
|
| 471 |
- [LeRobot](https://github.com/huggingface/lerobot) — framework used for recording
|