Sraghvi commited on
Commit
f63f852
·
verified ·
1 Parent(s): b2e94be

Upload buster_pickup_cube_clean dataset

Browse files
README.md CHANGED
@@ -25,8 +25,8 @@ LeRobot v2.1 format dataset for robot manipulation.
25
 
26
  ## Dataset Structure
27
 
28
- - **Episodes**: 1 episodes of robot manipulation
29
- - **Total Frames**: 605 frames
30
  - **Cameras**: 3 camera views per episode
31
  - `observation.images.base_camera_sensor_image_raw`
32
  - `observation.images.arm1_camera_sensor_image_raw`
@@ -56,8 +56,8 @@ This dataset follows the LeRobot v2.1 format:
56
 
57
  ## Dataset Details
58
 
59
- - **Total Episodes**: 1
60
- - **Total Frames**: 605
61
  - **Average Episode Length**: 605 frames
62
  - **FPS**: ~9 (calculated from real data)
63
  - **Robot Type**: Bimanual arm with 34 joints
 
25
 
26
  ## Dataset Structure
27
 
28
+ - **Episodes**: 3 episodes of robot manipulation
29
+ - **Total Frames**: 1815 frames
30
  - **Cameras**: 3 camera views per episode
31
  - `observation.images.base_camera_sensor_image_raw`
32
  - `observation.images.arm1_camera_sensor_image_raw`
 
56
 
57
  ## Dataset Details
58
 
59
+ - **Total Episodes**: 3
60
+ - **Total Frames**: 1815
61
  - **Average Episode Length**: 605 frames
62
  - **FPS**: ~9 (calculated from real data)
63
  - **Robot Type**: Bimanual arm with 34 joints
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:013276b23496d1a207be42d3d9152417452f5efbb57e932f7efcca42f213b3ab
3
+ size 73988
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60f56e9b62bb0af4c8f3a45d87411a06062f9ee3024137391081747a699b51f3
3
+ size 66121
meta/episodes.jsonl CHANGED
@@ -1 +1,3 @@
1
- {"episode_index": 0, "episode_length": 605, "episode_path": "data/chunk-000/episode_000000.parquet", "video_paths": {"observation.images.base_camera_sensor_image_compressed": "videos/observation.images.base_camera_sensor_image_compressed/chunk-000/file-000.mp4", "observation.images.left_arm_camera_sensor_image_compressed": "videos/observation.images.left_arm_camera_sensor_image_compressed/chunk-000/file-000.mp4", "observation.images.right_arm_camera_sensor_image_compressed": "videos/observation.images.right_arm_camera_sensor_image_compressed/chunk-000/file-000.mp4"}}
 
 
 
1
+ {"episode_index": 0, "episode_length": 605, "episode_path": "data/chunk-000/episode_000000.parquet", "video_paths": {}}
2
+ {"episode_index": 1, "episode_length": 605, "episode_path": "data/chunk-000/episode_000001.parquet", "video_paths": {"observation.images.base_camera_sensor_image_compressed": "videos/observation.images.base_camera_sensor_image_compressed/chunk-000/file-001.mp4", "observation.images.left_arm_camera_sensor_image_compressed": "videos/observation.images.left_arm_camera_sensor_image_compressed/chunk-000/file-001.mp4", "observation.images.right_arm_camera_sensor_image_compressed": "videos/observation.images.right_arm_camera_sensor_image_compressed/chunk-000/file-001.mp4"}}
3
+ {"episode_index": 2, "episode_length": 605, "episode_path": "data/chunk-000/episode_000002.parquet", "video_paths": {}}
meta/episodes_stats.jsonl CHANGED
@@ -1 +1 @@
1
- {"total_episodes": 1, "total_frames": 605, "avg_episode_length": 605.0, "min_episode_length": 605, "max_episode_length": 605}
 
1
+ {"total_episodes": 3, "total_frames": 1815, "avg_episode_length": 605.0, "min_episode_length": 605, "max_episode_length": 605}
meta/info.json CHANGED
@@ -2,9 +2,9 @@
2
  "codebase_version": "v2.1",
3
  "dataset_name": "buster_pickup_cube_clean",
4
  "description": "Buster robot experiment: buster_pickup_cube_clean",
5
- "total_episodes": 1,
6
- "total_frames": 605,
7
- "fps": 26.511831726555652,
8
  "action_space": "continuous",
9
  "observation_space": "dict",
10
  "action_keys": [
@@ -17,91 +17,13 @@
17
  ],
18
  "dataset_version": "1.0.0",
19
  "features": {
20
- "action": {
21
- "feature_type": "Sequence",
22
- "length": -1,
23
- "feature": {
24
- "feature_type": "Tensor",
25
- "shape": [
26
- 34
27
- ],
28
- "dtype": "float32"
29
- }
30
- },
31
- "observation": {
32
- "feature_type": "Sequence",
33
- "length": -1,
34
- "feature": {
35
- "state": {
36
- "feature_type": "Sequence",
37
- "length": -1,
38
- "feature": {
39
- "feature_type": "Tensor",
40
- "shape": [
41
- 34
42
- ],
43
- "dtype": "float32"
44
- }
45
- },
46
- "images": {
47
- "base_camera_sensor_image_compressed": {
48
- "feature_type": "Video",
49
- "video": {
50
- "feature_type": "Video",
51
- "video": {
52
- "feature_type": "Tensor",
53
- "shape": [
54
- null,
55
- null,
56
- null,
57
- 3
58
- ],
59
- "dtype": "uint8"
60
- }
61
- }
62
- },
63
- "left_arm_camera_sensor_image_compressed": {
64
- "feature_type": "Video",
65
- "video": {
66
- "feature_type": "Video",
67
- "video": {
68
- "feature_type": "Tensor",
69
- "shape": [
70
- null,
71
- null,
72
- null,
73
- 3
74
- ],
75
- "dtype": "uint8"
76
- }
77
- }
78
- },
79
- "right_arm_camera_sensor_image_compressed": {
80
- "feature_type": "Video",
81
- "video": {
82
- "feature_type": "Video",
83
- "video": {
84
- "feature_type": "Tensor",
85
- "shape": [
86
- null,
87
- null,
88
- null,
89
- 3
90
- ],
91
- "dtype": "uint8"
92
- }
93
- }
94
- }
95
- }
96
- }
97
- },
98
  "sensor": {
99
  "feature_type": "Sequence",
100
  "length": -1,
101
  "feature": {
102
  "feature_type": "Tensor",
103
  "shape": [
104
- 57
105
  ],
106
  "dtype": "float32"
107
  }
@@ -129,29 +51,13 @@
129
  "feature_type": "Value",
130
  "dtype": "int64"
131
  }
132
- },
133
- "index": {
134
- "feature_type": "Sequence",
135
- "length": -1,
136
- "feature": {
137
- "feature_type": "Value",
138
- "dtype": "int64"
139
- }
140
- },
141
- "task_index": {
142
- "feature_type": "Sequence",
143
- "length": -1,
144
- "feature": {
145
- "feature_type": "Value",
146
- "dtype": "int64"
147
- }
148
  }
149
  },
150
  "robot_type": "bimanual_arm",
151
  "total_tasks": 1,
152
- "total_videos": 3,
153
  "total_chunks": 1,
154
- "chunks_size": 1,
155
  "splits": {
156
  "train": [
157
  0
 
2
  "codebase_version": "v2.1",
3
  "dataset_name": "buster_pickup_cube_clean",
4
  "description": "Buster robot experiment: buster_pickup_cube_clean",
5
+ "total_episodes": 3,
6
+ "total_frames": 1815,
7
+ "fps": 79.53549517966695,
8
  "action_space": "continuous",
9
  "observation_space": "dict",
10
  "action_keys": [
 
17
  ],
18
  "dataset_version": "1.0.0",
19
  "features": {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  "sensor": {
21
  "feature_type": "Sequence",
22
  "length": -1,
23
  "feature": {
24
  "feature_type": "Tensor",
25
  "shape": [
26
+ 2
27
  ],
28
  "dtype": "float32"
29
  }
 
51
  "feature_type": "Value",
52
  "dtype": "int64"
53
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  }
55
  },
56
  "robot_type": "bimanual_arm",
57
  "total_tasks": 1,
58
+ "total_videos": 9,
59
  "total_chunks": 1,
60
+ "chunks_size": 3,
61
  "splits": {
62
  "train": [
63
  0
videos/observation.images.base_camera_sensor_image_compressed/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fea687f64dd21560500e8f6dda721d75ca35c82cc9a68d4d215d0774c36caba
3
+ size 1439267
videos/observation.images.left_arm_camera_sensor_image_compressed/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:591cc4b5a2410d0c465b5a65e625d2ee4965d81710b99e6ff37fa201993f488d
3
+ size 298438
videos/observation.images.right_arm_camera_sensor_image_compressed/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14bf04c0e2a6e123d402df9f8a42884f8bf1e66fc5e09d1a385424d0964b3265
3
+ size 345365