aractingi commited on
Commit
1b9c14f
·
verified ·
1 Parent(s): 39af355

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +28 -27
README.md CHANGED
@@ -1,10 +1,9 @@
1
  ---
2
- license: mit
3
  task_categories:
4
  - robotics
5
  tags:
6
  - LeRobot
7
- - aloha
8
  configs:
9
  - config_name: default
10
  data_files: data/*/*.parquet
@@ -16,28 +15,26 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
16
 
17
 
18
 
19
- - **Homepage:** https://tonyzhaozh.github.io/aloha/
20
- - **Paper:** https://arxiv.org/abs/2304.13705
21
- - **License:** mit
22
 
23
  ## Dataset Structure
24
 
25
  [meta/info.json](meta/info.json):
26
  ```json
27
  {
28
- "codebase_version": "v2.0",
29
  "robot_type": "aloha",
30
  "total_episodes": 50,
31
  "total_frames": 20000,
32
  "total_tasks": 1,
33
- "total_videos": 0,
34
- "total_chunks": 1,
35
  "chunks_size": 1000,
36
  "fps": 50,
37
  "splits": {
38
  "train": "0:50"
39
  },
40
- "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
41
  "video_path": null,
42
  "features": {
43
  "observation.images.top": {
@@ -51,7 +48,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
51
  "height",
52
  "width",
53
  "channel"
54
- ]
 
55
  },
56
  "observation.state": {
57
  "dtype": "float32",
@@ -75,7 +73,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
75
  "right_wrist_rotate",
76
  "right_gripper"
77
  ]
78
- }
 
79
  },
80
  "action": {
81
  "dtype": "float32",
@@ -99,51 +98,60 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
99
  "right_wrist_rotate",
100
  "right_gripper"
101
  ]
102
- }
 
103
  },
104
  "episode_index": {
105
  "dtype": "int64",
106
  "shape": [
107
  1
108
  ],
109
- "names": null
 
110
  },
111
  "frame_index": {
112
  "dtype": "int64",
113
  "shape": [
114
  1
115
  ],
116
- "names": null
 
117
  },
118
  "timestamp": {
119
  "dtype": "float32",
120
  "shape": [
121
  1
122
  ],
123
- "names": null
 
124
  },
125
  "next.done": {
126
  "dtype": "bool",
127
  "shape": [
128
  1
129
  ],
130
- "names": null
 
131
  },
132
  "index": {
133
  "dtype": "int64",
134
  "shape": [
135
  1
136
  ],
137
- "names": null
 
138
  },
139
  "task_index": {
140
  "dtype": "int64",
141
  "shape": [
142
  1
143
  ],
144
- "names": null
 
145
  }
146
- }
 
 
147
  }
148
  ```
149
 
@@ -153,12 +161,5 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
153
  **BibTeX:**
154
 
155
  ```bibtex
156
- @article{Zhao2023LearningFB,
157
- title={Learning Fine-Grained Bimanual Manipulation with Low-Cost Hardware},
158
- author={Tony Zhao and Vikash Kumar and Sergey Levine and Chelsea Finn},
159
- journal={RSS},
160
- year={2023},
161
- volume={abs/2304.13705},
162
- url={https://arxiv.org/abs/2304.13705}
163
- }
164
  ```
 
1
  ---
2
+ license: apache-2.0
3
  task_categories:
4
  - robotics
5
  tags:
6
  - LeRobot
 
7
  configs:
8
  - config_name: default
9
  data_files: data/*/*.parquet
 
15
 
16
 
17
 
18
+ - **Homepage:** [More Information Needed]
19
+ - **Paper:** [More Information Needed]
20
+ - **License:** apache-2.0
21
 
22
  ## Dataset Structure
23
 
24
  [meta/info.json](meta/info.json):
25
  ```json
26
  {
27
+ "codebase_version": "v3.0",
28
  "robot_type": "aloha",
29
  "total_episodes": 50,
30
  "total_frames": 20000,
31
  "total_tasks": 1,
 
 
32
  "chunks_size": 1000,
33
  "fps": 50,
34
  "splits": {
35
  "train": "0:50"
36
  },
37
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
38
  "video_path": null,
39
  "features": {
40
  "observation.images.top": {
 
48
  "height",
49
  "width",
50
  "channel"
51
+ ],
52
+ "fps": 50
53
  },
54
  "observation.state": {
55
  "dtype": "float32",
 
73
  "right_wrist_rotate",
74
  "right_gripper"
75
  ]
76
+ },
77
+ "fps": 50
78
  },
79
  "action": {
80
  "dtype": "float32",
 
98
  "right_wrist_rotate",
99
  "right_gripper"
100
  ]
101
+ },
102
+ "fps": 50
103
  },
104
  "episode_index": {
105
  "dtype": "int64",
106
  "shape": [
107
  1
108
  ],
109
+ "names": null,
110
+ "fps": 50
111
  },
112
  "frame_index": {
113
  "dtype": "int64",
114
  "shape": [
115
  1
116
  ],
117
+ "names": null,
118
+ "fps": 50
119
  },
120
  "timestamp": {
121
  "dtype": "float32",
122
  "shape": [
123
  1
124
  ],
125
+ "names": null,
126
+ "fps": 50
127
  },
128
  "next.done": {
129
  "dtype": "bool",
130
  "shape": [
131
  1
132
  ],
133
+ "names": null,
134
+ "fps": 50
135
  },
136
  "index": {
137
  "dtype": "int64",
138
  "shape": [
139
  1
140
  ],
141
+ "names": null,
142
+ "fps": 50
143
  },
144
  "task_index": {
145
  "dtype": "int64",
146
  "shape": [
147
  1
148
  ],
149
+ "names": null,
150
+ "fps": 50
151
  }
152
+ },
153
+ "data_files_size_in_mb": 100,
154
+ "video_files_size_in_mb": 500
155
  }
156
  ```
157
 
 
161
  **BibTeX:**
162
 
163
  ```bibtex
164
+ [More Information Needed]
 
 
 
 
 
 
 
165
  ```