jackschenkman commited on
Commit
4204ae0
·
verified ·
1 Parent(s): 20dd806

Upload trimmed dataset compatible with LeRobot

Browse files
Files changed (2) hide show
  1. README.md +7 -6
  2. meta/info.json +63 -36
README.md CHANGED
@@ -6,18 +6,16 @@ configs:
6
  path: data/*.parquet
7
  ---
8
 
9
- # Trimmed Dataset
10
 
11
- Clean dataset with 1 episode from arsenxeno/record-test.
12
 
13
- Episodes are numbered sequentially: 0.
14
-
15
- ## Statistics
16
  - Total episodes: 1
17
  - Total frames: N/A
18
  - Episodes included: [0]
19
 
20
- ## Usage
21
 
22
  ```python
23
  from lerobot.common.datasets.lerobot_dataset import LeRobotDataset
@@ -37,3 +35,6 @@ lerobot train \
37
  env=so100_real \
38
  hydra.run.dir=outputs/train
39
  ```
 
 
 
 
6
  path: data/*.parquet
7
  ---
8
 
9
+ # Trimmed Towel Folding Dataset
10
 
11
+ This is a trimmed version of arsenxeno/record-test where each episode is cut at the first fold detection.
12
 
13
+ ## Dataset Info
 
 
14
  - Total episodes: 1
15
  - Total frames: N/A
16
  - Episodes included: [0]
17
 
18
+ ## Usage with LeRobot
19
 
20
  ```python
21
  from lerobot.common.datasets.lerobot_dataset import LeRobotDataset
 
35
  env=so100_real \
36
  hydra.run.dir=outputs/train
37
  ```
38
+
39
+ ## Original Dataset
40
+ Source: https://huggingface.co/datasets/arsenxeno/record-test
meta/info.json CHANGED
@@ -1,51 +1,58 @@
1
  {
2
- "codebase_version": "v2.1",
3
  "robot_type": "bi_so100_follower",
 
4
  "total_episodes": 1,
5
  "total_frames": 312,
6
- "fps": 15,
 
 
7
  "chunks_size": 1000,
 
 
 
 
 
 
8
  "features": {
9
- "observation.images.front": {
 
10
  "shape": [
11
- 720,
12
- 1280,
13
- 3
14
  ],
15
- "dtype": "uint8",
16
  "names": [
17
- "height",
18
- "width",
19
- "channels"
 
 
 
 
 
 
 
 
 
20
  ]
21
  },
22
  "observation.state": {
23
- "shape": [
24
- 12
25
- ],
26
  "dtype": "float32",
27
- "names": null
28
- },
29
- "action": {
30
  "shape": [
31
  12
32
  ],
33
- "dtype": "float32",
34
- "names": null
35
- },
36
- "episode_index": {
37
- "dtype": "int64",
38
- "shape": [
39
- 1
40
- ],
41
- "names": null
42
- },
43
- "frame_index": {
44
- "dtype": "int64",
45
- "shape": [
46
- 1
47
- ],
48
- "names": null
49
  },
50
  "timestamp": {
51
  "dtype": "float32",
@@ -54,15 +61,15 @@
54
  ],
55
  "names": null
56
  },
57
- "next.done": {
58
- "dtype": "bool",
59
  "shape": [
60
  1
61
  ],
62
  "names": null
63
  },
64
- "next.success": {
65
- "dtype": "bool",
66
  "shape": [
67
  1
68
  ],
@@ -81,6 +88,26 @@
81
  1
82
  ],
83
  "names": null
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84
  }
85
  },
86
  "videos": [
 
1
  {
 
2
  "robot_type": "bi_so100_follower",
3
+ "codebase_version": "v2.1",
4
  "total_episodes": 1,
5
  "total_frames": 312,
6
+ "total_tasks": 1,
7
+ "total_videos": 51,
8
+ "total_chunks": 1,
9
  "chunks_size": 1000,
10
+ "fps": 15,
11
+ "splits": {
12
+ "train": "0:51"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
  "features": {
17
+ "action": {
18
+ "dtype": "float32",
19
  "shape": [
20
+ 12
 
 
21
  ],
 
22
  "names": [
23
+ "left_shoulder_pan.pos",
24
+ "left_shoulder_lift.pos",
25
+ "left_elbow_flex.pos",
26
+ "left_wrist_flex.pos",
27
+ "left_wrist_roll.pos",
28
+ "left_gripper.pos",
29
+ "right_shoulder_pan.pos",
30
+ "right_shoulder_lift.pos",
31
+ "right_elbow_flex.pos",
32
+ "right_wrist_flex.pos",
33
+ "right_wrist_roll.pos",
34
+ "right_gripper.pos"
35
  ]
36
  },
37
  "observation.state": {
 
 
 
38
  "dtype": "float32",
 
 
 
39
  "shape": [
40
  12
41
  ],
42
+ "names": [
43
+ "left_shoulder_pan.pos",
44
+ "left_shoulder_lift.pos",
45
+ "left_elbow_flex.pos",
46
+ "left_wrist_flex.pos",
47
+ "left_wrist_roll.pos",
48
+ "left_gripper.pos",
49
+ "right_shoulder_pan.pos",
50
+ "right_shoulder_lift.pos",
51
+ "right_elbow_flex.pos",
52
+ "right_wrist_flex.pos",
53
+ "right_wrist_roll.pos",
54
+ "right_gripper.pos"
55
+ ]
 
 
56
  },
57
  "timestamp": {
58
  "dtype": "float32",
 
61
  ],
62
  "names": null
63
  },
64
+ "episode_index": {
65
+ "dtype": "int64",
66
  "shape": [
67
  1
68
  ],
69
  "names": null
70
  },
71
+ "frame_index": {
72
+ "dtype": "int64",
73
  "shape": [
74
  1
75
  ],
 
88
  1
89
  ],
90
  "names": null
91
+ },
92
+ "observation.images.front": {
93
+ "dtype": "video",
94
+ "shape": [
95
+ 720,
96
+ 1280,
97
+ 3
98
+ ],
99
+ "names": [
100
+ "height",
101
+ "width",
102
+ "channels"
103
+ ],
104
+ "info": {
105
+ "video.fps": 15,
106
+ "video.codec": "av1",
107
+ "video.pix_fmt": "yuv420p",
108
+ "video.is_depth_map": false,
109
+ "has_audio": false
110
+ }
111
  }
112
  },
113
  "videos": [