Jinyu220 commited on
Commit
f0a8ad8
·
verified ·
1 Parent(s): d46c643

refresh meta & README

Browse files
Files changed (3) hide show
  1. README.md +45 -2
  2. meta/episodes.jsonl +2 -3
  3. meta/info.json +1 -1
README.md CHANGED
@@ -1,3 +1,46 @@
1
- # LeRobot v2 Dataset
 
 
 
 
 
 
 
 
2
 
3
- Uploaded with `upload_min.py`.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - robotics
4
+ - imitation-learning
5
+ - lerobot
6
+ - teleoperation
7
+ license: apache-2.0
8
+ pretty_name: LeRobot v2 Dataset
9
+ ---
10
 
11
+ # LeRobot v2 Dataset Upload
12
+
13
+ This dataset follows the **LeRobot v2** layout with `data/`, `videos/`, and `meta/` folders.
14
+
15
+ ## Summary
16
+ - **Version**: `2.0`
17
+ - **FPS**: `12.0`
18
+ - **Action shape**: `[-1, 14]`
19
+ - **Cameras**: `wrist_cam_left, wrist_cam_right, overhead_cam, worms_eye_cam`
20
+ - **Chunks**: `chunk-000`
21
+ - **Episodes**: `2`
22
+ - **Total frames**: `335`
23
+
24
+ ## Structure
25
+
26
+ ```
27
+
28
+ dataset_root/
29
+ ├── data/
30
+ │ └── chunk-000/
31
+ │ ├── episode_000000.parquet
32
+ │ └── ...
33
+ ├── videos/
34
+ │ └── chunk-000/
35
+ │ └── observation.images.wrist_cam_left/episode_000000.mp4
36
+ │ └── observation.images.wrist_cam_right/episode_000000.mp4
37
+ │ └── observation.images.overhead_cam/episode_000000.mp4
38
+ │ └── observation.images.worms_eye_cam/episode_000000.mp4
39
+ └── meta/
40
+ ├── info.json
41
+ └── episodes.jsonl
42
+ ```
43
+
44
+ ## Loading
45
+
46
+ You can read Parquet steps and corresponding MP4 frames in your own loader, or integrate with your LeRobot-based pipeline.
meta/episodes.jsonl CHANGED
@@ -1,3 +1,2 @@
1
- {"episode": "episode_000000", "chunk": "chunk-000", "length": 303, "split": "train"}
2
- {"episode": "episode_000001", "chunk": "chunk-000", "length": 142, "split": "train"}
3
- {"episode": "episode_000002", "chunk": "chunk-000", "length": 1009, "split": "train"}
 
1
+ {"episode": "episode_000000", "chunk": "chunk-000", "length": 271, "split": "train"}
2
+ {"episode": "episode_000001", "chunk": "chunk-000", "length": 64, "split": "train"}
 
meta/info.json CHANGED
@@ -16,7 +16,7 @@
16
  "dtype": "float32",
17
  "shape": [
18
  -1,
19
- "state_dim"
20
  ]
21
  },
22
  "timestamp": {
 
16
  "dtype": "float32",
17
  "shape": [
18
  -1,
19
+ 14
20
  ]
21
  },
22
  "timestamp": {