OpenGraphLabs commited on
Commit
924ae06
·
verified ·
1 Parent(s): 46253e4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +48 -19
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.main": {
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.wrist": {
82
  "dtype": "video",
@@ -89,44 +101,61 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
89
  "height",
90
  "width",
91
  "channels"
92
- ]
 
 
 
 
 
 
 
 
 
 
93
  },
94
  "timestamp": {
95
  "dtype": "float32",
96
  "shape": [
97
  1
98
  ],
99
- "names": null
 
100
  },
101
  "frame_index": {
102
  "dtype": "int64",
103
  "shape": [
104
  1
105
  ],
106
- "names": null
 
107
  },
108
  "episode_index": {
109
  "dtype": "int64",
110
  "shape": [
111
  1
112
  ],
113
- "names": null
 
114
  },
115
  "index": {
116
  "dtype": "int64",
117
  "shape": [
118
  1
119
  ],
120
- "names": null
 
121
  },
122
  "task_index": {
123
  "dtype": "int64",
124
  "shape": [
125
  1
126
  ],
127
- "names": null
 
128
  }
129
- }
 
 
130
  }
131
  ```
132
 
 
24
  [meta/info.json](meta/info.json):
25
  ```json
26
  {
27
+ "codebase_version": "v3.0",
28
  "robot_type": "so101_follower",
29
+ "total_episodes": 10,
30
+ "total_frames": 7947,
31
+ "total_tasks": 1,
 
 
32
  "chunks_size": 1000,
33
  "fps": 30,
34
+ "splits": {
35
+ "train": "0:10"
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
54
  },
55
  "observation.state": {
56
  "dtype": "float32",
 
64
  "wrist_flex.pos",
65
  "wrist_roll.pos",
66
  "gripper.pos"
67
+ ],
68
+ "fps": 30
69
  },
70
  "observation.images.main": {
71
  "dtype": "video",
 
78
  "height",
79
  "width",
80
  "channels"
81
+ ],
82
+ "info": {
83
+ "video.height": 720,
84
+ "video.width": 1280,
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.wrist": {
94
  "dtype": "video",
 
101
  "height",
102
  "width",
103
  "channels"
104
+ ],
105
+ "info": {
106
+ "video.height": 720,
107
+ "video.width": 1280,
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
  "timestamp": {
117
  "dtype": "float32",
118
  "shape": [
119
  1
120
  ],
121
+ "names": null,
122
+ "fps": 30
123
  },
124
  "frame_index": {
125
  "dtype": "int64",
126
  "shape": [
127
  1
128
  ],
129
+ "names": null,
130
+ "fps": 30
131
  },
132
  "episode_index": {
133
  "dtype": "int64",
134
  "shape": [
135
  1
136
  ],
137
+ "names": null,
138
+ "fps": 30
139
  },
140
  "index": {
141
  "dtype": "int64",
142
  "shape": [
143
  1
144
  ],
145
+ "names": null,
146
+ "fps": 30
147
  },
148
  "task_index": {
149
  "dtype": "int64",
150
  "shape": [
151
  1
152
  ],
153
+ "names": null,
154
+ "fps": 30
155
  }
156
+ },
157
+ "data_files_size_in_mb": 100,
158
+ "video_files_size_in_mb": 500
159
  }
160
  ```
161