tinkhireeva commited on
Commit
1414b48
·
verified ·
1 Parent(s): 5b9982f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +60 -21
README.md CHANGED
@@ -24,18 +24,18 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
24
  [meta/info.json](meta/info.json):
25
  ```json
26
  {
27
- "codebase_version": "v2.1",
28
  "robot_type": "so101_follower",
29
- "total_episodes": 0,
30
- "total_frames": 0,
31
- "total_tasks": 0,
32
- "total_videos": 0,
33
- "total_chunks": 0,
34
  "chunks_size": 1000,
35
- "fps": 30,
36
- "splits": {},
37
- "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
38
- "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
 
 
39
  "features": {
40
  "action": {
41
  "dtype": "float32",
@@ -49,7 +49,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
49
  "wrist_flex.pos",
50
  "wrist_roll.pos",
51
  "gripper.pos"
52
- ]
 
53
  },
54
  "observation.state": {
55
  "dtype": "float32",
@@ -63,7 +64,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
63
  "wrist_flex.pos",
64
  "wrist_roll.pos",
65
  "gripper.pos"
66
- ]
 
67
  },
68
  "observation.images.left": {
69
  "dtype": "video",
@@ -76,7 +78,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
76
  "height",
77
  "width",
78
  "channels"
79
- ]
 
 
 
 
 
 
 
 
 
 
80
  },
81
  "observation.images.up": {
82
  "dtype": "video",
@@ -89,7 +101,17 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
89
  "height",
90
  "width",
91
  "channels"
92
- ]
 
 
 
 
 
 
 
 
 
 
93
  },
94
  "observation.images.wrist": {
95
  "dtype": "video",
@@ -102,44 +124,61 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
102
  "height",
103
  "width",
104
  "channels"
105
- ]
 
 
 
 
 
 
 
 
 
 
106
  },
107
  "timestamp": {
108
  "dtype": "float32",
109
  "shape": [
110
  1
111
  ],
112
- "names": null
 
113
  },
114
  "frame_index": {
115
  "dtype": "int64",
116
  "shape": [
117
  1
118
  ],
119
- "names": null
 
120
  },
121
  "episode_index": {
122
  "dtype": "int64",
123
  "shape": [
124
  1
125
  ],
126
- "names": null
 
127
  },
128
  "index": {
129
  "dtype": "int64",
130
  "shape": [
131
  1
132
  ],
133
- "names": null
 
134
  },
135
  "task_index": {
136
  "dtype": "int64",
137
  "shape": [
138
  1
139
  ],
140
- "names": null
 
141
  }
142
- }
 
 
143
  }
144
  ```
145
 
 
24
  [meta/info.json](meta/info.json):
25
  ```json
26
  {
27
+ "codebase_version": "v3.0",
28
  "robot_type": "so101_follower",
29
+ "total_episodes": 30,
30
+ "total_frames": 30204,
31
+ "total_tasks": 1,
 
 
32
  "chunks_size": 1000,
33
+ "fps": 30.0,
34
+ "splits": {
35
+ "train": "0:30"
36
+ },
37
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
38
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
39
  "features": {
40
  "action": {
41
  "dtype": "float32",
 
49
  "wrist_flex.pos",
50
  "wrist_roll.pos",
51
  "gripper.pos"
52
+ ],
53
+ "fps": 30.0
54
  },
55
  "observation.state": {
56
  "dtype": "float32",
 
64
  "wrist_flex.pos",
65
  "wrist_roll.pos",
66
  "gripper.pos"
67
+ ],
68
+ "fps": 30.0
69
  },
70
  "observation.images.left": {
71
  "dtype": "video",
 
78
  "height",
79
  "width",
80
  "channels"
81
+ ],
82
+ "info": {
83
+ "video.height": 480,
84
+ "video.width": 640,
85
+ "video.codec": "av1",
86
+ "video.pix_fmt": "yuv420p",
87
+ "video.is_depth_map": false,
88
+ "video.fps": 30,
89
+ "video.channels": 3,
90
+ "has_audio": false
91
+ }
92
  },
93
  "observation.images.up": {
94
  "dtype": "video",
 
101
  "height",
102
  "width",
103
  "channels"
104
+ ],
105
+ "info": {
106
+ "video.height": 480,
107
+ "video.width": 640,
108
+ "video.codec": "av1",
109
+ "video.pix_fmt": "yuv420p",
110
+ "video.is_depth_map": false,
111
+ "video.fps": 30,
112
+ "video.channels": 3,
113
+ "has_audio": false
114
+ }
115
  },
116
  "observation.images.wrist": {
117
  "dtype": "video",
 
124
  "height",
125
  "width",
126
  "channels"
127
+ ],
128
+ "info": {
129
+ "video.height": 480,
130
+ "video.width": 640,
131
+ "video.codec": "av1",
132
+ "video.pix_fmt": "yuv420p",
133
+ "video.is_depth_map": false,
134
+ "video.fps": 30,
135
+ "video.channels": 3,
136
+ "has_audio": false
137
+ }
138
  },
139
  "timestamp": {
140
  "dtype": "float32",
141
  "shape": [
142
  1
143
  ],
144
+ "names": null,
145
+ "fps": 30.0
146
  },
147
  "frame_index": {
148
  "dtype": "int64",
149
  "shape": [
150
  1
151
  ],
152
+ "names": null,
153
+ "fps": 30.0
154
  },
155
  "episode_index": {
156
  "dtype": "int64",
157
  "shape": [
158
  1
159
  ],
160
+ "names": null,
161
+ "fps": 30.0
162
  },
163
  "index": {
164
  "dtype": "int64",
165
  "shape": [
166
  1
167
  ],
168
+ "names": null,
169
+ "fps": 30.0
170
  },
171
  "task_index": {
172
  "dtype": "int64",
173
  "shape": [
174
  1
175
  ],
176
+ "names": null,
177
+ "fps": 30.0
178
  }
179
+ },
180
+ "data_files_size_in_mb": 100,
181
+ "video_files_size_in_mb": 500
182
  }
183
  ```
184