gabe-puppet commited on
Commit
3ec2d8a
·
verified ·
1 Parent(s): eef8b09

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +10 -17
README.md CHANGED
@@ -30,6 +30,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
30
  "total_frames": 22992,
31
  "total_tasks": 1,
32
  "chunks_size": 1000,
 
 
33
  "fps": 20,
34
  "splits": {
35
  "train": "0:72"
@@ -53,8 +55,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
53
  "openarm_joint6",
54
  "openarm_joint7",
55
  "openarm_joint8"
56
- ],
57
- "fps": 20
58
  },
59
  "observation.state": {
60
  "key": "observation.state",
@@ -72,8 +73,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
72
  "openarm_joint6",
73
  "openarm_joint7",
74
  "openarm_joint8"
75
- ],
76
- "fps": 20
77
  },
78
  "observation.images.wrist": {
79
  "key": "observation.images.wrist",
@@ -130,44 +130,37 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
130
  "shape": [
131
  1
132
  ],
133
- "names": null,
134
- "fps": 20
135
  },
136
  "frame_index": {
137
  "dtype": "int64",
138
  "shape": [
139
  1
140
  ],
141
- "names": null,
142
- "fps": 20
143
  },
144
  "episode_index": {
145
  "dtype": "int64",
146
  "shape": [
147
  1
148
  ],
149
- "names": null,
150
- "fps": 20
151
  },
152
  "index": {
153
  "dtype": "int64",
154
  "shape": [
155
  1
156
  ],
157
- "names": null,
158
- "fps": 20
159
  },
160
  "task_index": {
161
  "dtype": "int64",
162
  "shape": [
163
  1
164
  ],
165
- "names": null,
166
- "fps": 20
167
  }
168
- },
169
- "data_files_size_in_mb": 100,
170
- "video_files_size_in_mb": 200
171
  }
172
  ```
173
 
 
30
  "total_frames": 22992,
31
  "total_tasks": 1,
32
  "chunks_size": 1000,
33
+ "data_files_size_in_mb": 100,
34
+ "video_files_size_in_mb": 200,
35
  "fps": 20,
36
  "splits": {
37
  "train": "0:72"
 
55
  "openarm_joint6",
56
  "openarm_joint7",
57
  "openarm_joint8"
58
+ ]
 
59
  },
60
  "observation.state": {
61
  "key": "observation.state",
 
73
  "openarm_joint6",
74
  "openarm_joint7",
75
  "openarm_joint8"
76
+ ]
 
77
  },
78
  "observation.images.wrist": {
79
  "key": "observation.images.wrist",
 
130
  "shape": [
131
  1
132
  ],
133
+ "names": null
 
134
  },
135
  "frame_index": {
136
  "dtype": "int64",
137
  "shape": [
138
  1
139
  ],
140
+ "names": null
 
141
  },
142
  "episode_index": {
143
  "dtype": "int64",
144
  "shape": [
145
  1
146
  ],
147
+ "names": null
 
148
  },
149
  "index": {
150
  "dtype": "int64",
151
  "shape": [
152
  1
153
  ],
154
+ "names": null
 
155
  },
156
  "task_index": {
157
  "dtype": "int64",
158
  "shape": [
159
  1
160
  ],
161
+ "names": null
 
162
  }
163
+ }
 
 
164
  }
165
  ```
166