Jinyu220 commited on
Commit
234a414
·
verified ·
1 Parent(s): 7c363ad

add dataset

Browse files
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3a2e22d5bde786ac6435c63eedfdf8aee200b2efca19998890c3f0213c97dde
3
+ size 43964
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c924d426e955e01d155964f1de5f3c68e00ab3d192e41ebaaa509470ce52b21a
3
+ size 13374
meta/episodes.jsonl ADDED
@@ -0,0 +1,2 @@
 
 
 
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 ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "2.0",
3
+ "fps": 12.0,
4
+ "chunks": [
5
+ "chunk-000"
6
+ ],
7
+ "modalities": {
8
+ "action": {
9
+ "dtype": "float32",
10
+ "shape": [
11
+ -1,
12
+ 14
13
+ ]
14
+ },
15
+ "observation.state": {
16
+ "dtype": "float32",
17
+ "shape": [
18
+ -1,
19
+ 14
20
+ ]
21
+ },
22
+ "timestamp": {
23
+ "dtype": "float64",
24
+ "shape": [
25
+ -1
26
+ ]
27
+ },
28
+ "is_first": {
29
+ "dtype": "bool",
30
+ "shape": [
31
+ -1
32
+ ]
33
+ },
34
+ "is_last": {
35
+ "dtype": "bool",
36
+ "shape": [
37
+ -1
38
+ ]
39
+ },
40
+ "is_terminal": {
41
+ "dtype": "bool",
42
+ "shape": [
43
+ -1
44
+ ]
45
+ },
46
+ "observation.images": {
47
+ "cameras": [
48
+ "wrist_cam_left",
49
+ "wrist_cam_right",
50
+ "overhead_cam",
51
+ "worms_eye_cam"
52
+ ],
53
+ "storage": "videos/mp4-per-episode-per-camera"
54
+ }
55
+ }
56
+ }
videos/chunk-000/observation.images.overhead_cam/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb28d6f382f5e0bb5434cd8407780f4313334134cb6179fdccf6d463eaf0fc04
3
+ size 1360818
videos/chunk-000/observation.images.overhead_cam/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52c36596dfad24ec389dc7cc4d06cd6277632b5d55d770e81f20a7bea5d43d18
3
+ size 343713
videos/chunk-000/observation.images.worms_eye_cam/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cf251cd0d8ef972f4aaf7ceedf9bc323f2b893e31539f1621d79a955106ad98
3
+ size 667484
videos/chunk-000/observation.images.worms_eye_cam/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eefa1510e7bb0193c22f2a0f3bdf8ebdcd9957f995dcd240b9984b7c960416e1
3
+ size 168163
videos/chunk-000/observation.images.wrist_cam_left/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2351bfc17a2c092d5c672f5ec03496ad8be3f75ec43eca7a19e18213404575b
3
+ size 2327780
videos/chunk-000/observation.images.wrist_cam_left/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecdbbec017a51382a06d3fa3d6815aab2ed30f34a1b4c05df6667b30540b4496
3
+ size 609741
videos/chunk-000/observation.images.wrist_cam_right/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27563ea5e04477e1e0ff3f9d6d1be67e30e2b16bab41ab5e68a7ba2b3d242475
3
+ size 1943675
videos/chunk-000/observation.images.wrist_cam_right/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5545b80b1c23d9c1aa2243ed64f948757e113ad83ce76d931f81bda95fa53946
3
+ size 439600