Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,147 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- robotics
|
| 5 |
+
tags:
|
| 6 |
+
- LeRobot
|
| 7 |
+
- fastumi
|
| 8 |
+
- umi
|
| 9 |
+
configs:
|
| 10 |
+
- config_name: task_001_press_the_power_button_of_the_power_strip
|
| 11 |
+
default: true
|
| 12 |
+
data_files:
|
| 13 |
+
- split: train
|
| 14 |
+
path: task_001_press_the_power_button_of_the_power_strip/data/*/*.parquet
|
| 15 |
+
- config_name: task_002_transfer_the_calculator_and_then_place_it_on_the_table_to_align
|
| 16 |
+
data_files:
|
| 17 |
+
- split: train
|
| 18 |
+
path: task_002_transfer_the_calculator_and_then_place_it_on_the_table_to_align/data/*/*.parquet
|
| 19 |
+
- config_name: task_003_the_plug_is_inserted_into_the_power_strip
|
| 20 |
+
data_files:
|
| 21 |
+
- split: train
|
| 22 |
+
path: task_003_the_plug_is_inserted_into_the_power_strip/data/*/*.parquet
|
| 23 |
+
- config_name: task_004_unfold_the_cleaning_cloth_and_wipe_the_table
|
| 24 |
+
data_files:
|
| 25 |
+
- split: train
|
| 26 |
+
path: task_004_unfold_the_cleaning_cloth_and_wipe_the_table/data/*/*.parquet
|
| 27 |
+
- config_name: task_005_scaffold_handover_and_alignment
|
| 28 |
+
data_files:
|
| 29 |
+
- split: train
|
| 30 |
+
path: task_005_scaffold_handover_and_alignment/data/*/*.parquet
|
| 31 |
+
- config_name: task_006_throw_the_napkin_in_the_trash_can
|
| 32 |
+
data_files:
|
| 33 |
+
- split: train
|
| 34 |
+
path: task_006_throw_the_napkin_in_the_trash_can/data/*/*.parquet
|
| 35 |
+
- config_name: task_007_put_the_usb_flash_drive_in_the_storage_cabinet
|
| 36 |
+
data_files:
|
| 37 |
+
- split: train
|
| 38 |
+
path: task_007_put_the_usb_flash_drive_in_the_storage_cabinet/data/*/*.parquet
|
| 39 |
+
- config_name: task_008_clean_the_sponge_and_put_it_into_the_basin
|
| 40 |
+
data_files:
|
| 41 |
+
- split: train
|
| 42 |
+
path: task_008_clean_the_sponge_and_put_it_into_the_basin/data/*/*.parquet
|
| 43 |
+
- config_name: task_009_throw_away_the_snack_packaging_wipe_the_table
|
| 44 |
+
data_files:
|
| 45 |
+
- split: train
|
| 46 |
+
path: task_009_throw_away_the_snack_packaging_wipe_the_table/data/*/*.parquet
|
| 47 |
+
- config_name: task_010_put_tableware_into_the_chopstick_cage
|
| 48 |
+
data_files:
|
| 49 |
+
- split: train
|
| 50 |
+
path: task_010_put_tableware_into_the_chopstick_cage/data/*/*.parquet
|
| 51 |
+
- config_name: task_011_put_fruits_into_the_freshkeeping_box
|
| 52 |
+
data_files:
|
| 53 |
+
- split: train
|
| 54 |
+
path: task_011_put_fruits_into_the_freshkeeping_box/data/*/*.parquet
|
| 55 |
+
- config_name: task_012_put_the_mat_on_the_table_and_then_put_the_cup_on_the_mat
|
| 56 |
+
data_files:
|
| 57 |
+
- split: train
|
| 58 |
+
path: task_012_put_the_mat_on_the_table_and_then_put_the_cup_on_the_mat/data/*/*.parquet
|
| 59 |
+
- config_name: task_013_clean_the_cup_with_a_brush
|
| 60 |
+
data_files:
|
| 61 |
+
- split: train
|
| 62 |
+
path: task_013_clean_the_cup_with_a_brush/data/*/*.parquet
|
| 63 |
+
- config_name: task_014_open_the_lid_and_add_water_to_the_rice_cooker
|
| 64 |
+
data_files:
|
| 65 |
+
- split: train
|
| 66 |
+
path: task_014_open_the_lid_and_add_water_to_the_rice_cooker/data/*/*.parquet
|
| 67 |
+
- config_name: task_015_put_the_measuring_cup_and_wooden_spoon_on_the_tray
|
| 68 |
+
data_files:
|
| 69 |
+
- split: train
|
| 70 |
+
path: task_015_put_the_measuring_cup_and_wooden_spoon_on_the_tray/data/*/*.parquet
|
| 71 |
+
- config_name: task_016_wipe_the_countertop_and_place_the_small_pot
|
| 72 |
+
data_files:
|
| 73 |
+
- split: train
|
| 74 |
+
path: task_016_wipe_the_countertop_and_place_the_small_pot/data/*/*.parquet
|
| 75 |
+
- config_name: task_017_put_the_carrot_on_the_board
|
| 76 |
+
data_files:
|
| 77 |
+
- split: train
|
| 78 |
+
path: task_017_put_the_carrot_on_the_board/data/*/*.parquet
|
| 79 |
+
- config_name: task_018_put_the_lid_on_the_cup
|
| 80 |
+
data_files:
|
| 81 |
+
- split: train
|
| 82 |
+
path: task_018_put_the_lid_on_the_cup/data/*/*.parquet
|
| 83 |
+
- config_name: task_019_open_the_drawer_clip_the_eraser_and_put_it_in_the_drawer
|
| 84 |
+
data_files:
|
| 85 |
+
- split: train
|
| 86 |
+
path: task_019_open_the_drawer_clip_the_eraser_and_put_it_in_the_drawer/data/*/*.parquet
|
| 87 |
+
- config_name: task_020_open_the_drawer_clip_the_stapler_and_put_it_in_the_drawer
|
| 88 |
+
data_files:
|
| 89 |
+
- split: train
|
| 90 |
+
path: task_020_open_the_drawer_clip_the_stapler_and_put_it_in_the_drawer/data/*/*.parquet
|
| 91 |
+
- config_name: task_021_put_the_ham_sausage_into_the_freshkeeping_box
|
| 92 |
+
data_files:
|
| 93 |
+
- split: train
|
| 94 |
+
path: task_021_put_the_ham_sausage_into_the_freshkeeping_box/data/*/*.parquet
|
| 95 |
+
- config_name: task_022_the_spatula_goes_into_the_drawer
|
| 96 |
+
data_files:
|
| 97 |
+
- split: train
|
| 98 |
+
path: task_022_the_spatula_goes_into_the_drawer/data/*/*.parquet
|
| 99 |
+
- config_name: task_023_pick_up_the_object_and_put_it_into_the_sock_storage_box
|
| 100 |
+
data_files:
|
| 101 |
+
- split: train
|
| 102 |
+
path: task_023_pick_up_the_object_and_put_it_into_the_sock_storage_box/data/*/*.parquet
|
| 103 |
+
- config_name: task_024_pick_up_objects_and_put_them_into_the_sock_storage_box
|
| 104 |
+
data_files:
|
| 105 |
+
- split: train
|
| 106 |
+
path: task_024_pick_up_objects_and_put_them_into_the_sock_storage_box/data/*/*.parquet
|
| 107 |
+
- config_name: task_025_one_hand_picks_up_the_pen_and_the_other_hand_takes_off_the_cap
|
| 108 |
+
data_files:
|
| 109 |
+
- split: train
|
| 110 |
+
path: task_025_one_hand_picks_up_the_pen_and_the_other_hand_takes_off_the_cap/data/*/*.parquet
|
| 111 |
+
- config_name: task_026_pick_up_the_vase_and_insert_flowers
|
| 112 |
+
data_files:
|
| 113 |
+
- split: train
|
| 114 |
+
path: task_026_pick_up_the_vase_and_insert_flowers/data/*/*.parquet
|
| 115 |
+
- config_name: task_027_put_the_items_into_the_small_pillow_storage_box
|
| 116 |
+
data_files:
|
| 117 |
+
- split: train
|
| 118 |
+
path: task_027_put_the_items_into_the_small_pillow_storage_box/data/*/*.parquet
|
| 119 |
+
- config_name: task_028_folding_square_towels
|
| 120 |
+
data_files:
|
| 121 |
+
- split: train
|
| 122 |
+
path: task_028_folding_square_towels/data/*/*.parquet
|
| 123 |
+
- config_name: task_029_put_baby_products_into_the_sterilizer
|
| 124 |
+
data_files:
|
| 125 |
+
- split: train
|
| 126 |
+
path: task_029_put_baby_products_into_the_sterilizer/data/*/*.parquet
|
| 127 |
+
- config_name: task_030_put_the_baby_shoes_into_the_container
|
| 128 |
+
data_files:
|
| 129 |
+
- split: train
|
| 130 |
+
path: task_030_put_the_baby_shoes_into_the_container/data/*/*.parquet
|
| 131 |
---
|
| 132 |
+
|
| 133 |
+
# UMI Open 5000 (30 Tasks)
|
| 134 |
+
|
| 135 |
+
Sampled multi-task manipulation dataset in [LeRobot Dataset v3.0](https://huggingface.co/docs/lerobot/lerobot-dataset-v3) format.
|
| 136 |
+
|
| 137 |
+
- **Robot:** `fastumi` (dual-arm UMI)
|
| 138 |
+
- **Episodes per task:** 166 (sampled)
|
| 139 |
+
- **Layout:** 30 independent LeRobot datasets as subfolders under this repository root
|
| 140 |
+
|
| 141 |
+
## Dataset Viewer
|
| 142 |
+
|
| 143 |
+
Use the **Subset** dropdown (top of the Viewer) to switch among `task_001` … `task_030`.
|
| 144 |
+
|
| 145 |
+
Each subset exposes tabular columns from `data/**/*.parquet` (e.g. `observation.state`, `action`, `episode_index`).
|
| 146 |
+
**Camera video** is stored under each task's `videos/` directory (MP4 shards), not inside parquet — the Hub Viewer does **not** render those streams as images (same as [lerobot/pusht](https://huggingface.co/datasets/lerobot/pusht)).
|
| 147 |
+
|