chrisvtom commited on
Commit
6072ae3
·
verified ·
1 Parent(s): 230c683

dataset card + viewer config

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - robotics
4
+ tags:
5
+ - LeRobot
6
+ - gr00t
7
+ - unitree-g1
8
+ configs:
9
+ - config_name: default
10
+ data_files:
11
+ - split: train
12
+ path: data/*/*.parquet
13
+ ---
14
+
15
+ # first-thread-gr00t
16
+
17
+ Unitree G1-D teleop episodes for the task **"thread lamp part"**, recorded by the 120ft
18
+ episode recorder and converted for GR00T N1.7 fine-tuning.
19
+
20
+ - **Format**: LeRobot **v2.1** + `meta/modality.json` (GR00T flavor). Converted from the
21
+ v3.0 source dataset with Isaac-GR00T's `convert_v3_to_v2.py`; the v3.0 original lives in
22
+ the `data-collection` repo (`data/120ft/first-thread`).
23
+ - **Episodes**: 18 (growing — reconverted/re-uploaded via `data-collection
24
+ scripts/convert_gr00t.sh first-thread 120ft/first-thread-gr00t`).
25
+ - **Observations/actions**: `observation.state` and `action`, both `float32[16]` —
26
+ indices 0–6 left arm (shoulder p/r/y, elbow, wrist r/p/y), 7–13 right arm,
27
+ 14/15 left/right Dex1 gripper. 30 fps.
28
+ - **Cameras** (h264, 480×640): `observation.images.head`, `observation.images.left_wrist`,
29
+ `observation.images.right_wrist` under `videos/` (not shown in the viewer).
30
+ - **Modality split** (`meta/modality.json`): `left_arm` / `right_arm` / `left_hand` /
31
+ `right_hand`; language from the task description; matches
32
+ `g1-d-train/configs/train/g1d_modality_config.py` (embodiment tag `NEW_EMBODIMENT`).