francocipollone commited on
Commit
e1e66d4
·
verified ·
1 Parent(s): d292056

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +19 -12
README.md CHANGED
@@ -29,15 +29,13 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
29
  "total_episodes": 5,
30
  "total_frames": 13622,
31
  "total_tasks": 1,
32
- "total_videos": 10,
33
- "total_chunks": 1,
34
  "chunks_size": 1000,
35
  "fps": 30,
36
  "splits": {
37
  "train": "0:5"
38
  },
39
- "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
- "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
41
  "features": {
42
  "action": {
43
  "dtype": "float32",
@@ -54,7 +52,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
54
  "x.vel",
55
  "y.vel",
56
  "theta.vel"
57
- ]
 
58
  },
59
  "observation.state": {
60
  "dtype": "float32",
@@ -71,7 +70,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
71
  "x.vel",
72
  "y.vel",
73
  "theta.vel"
74
- ]
 
75
  },
76
  "observation.images.front": {
77
  "dtype": "video",
@@ -124,37 +124,44 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
124
  "shape": [
125
  1
126
  ],
127
- "names": null
 
128
  },
129
  "frame_index": {
130
  "dtype": "int64",
131
  "shape": [
132
  1
133
  ],
134
- "names": null
 
135
  },
136
  "episode_index": {
137
  "dtype": "int64",
138
  "shape": [
139
  1
140
  ],
141
- "names": null
 
142
  },
143
  "index": {
144
  "dtype": "int64",
145
  "shape": [
146
  1
147
  ],
148
- "names": null
 
149
  },
150
  "task_index": {
151
  "dtype": "int64",
152
  "shape": [
153
  1
154
  ],
155
- "names": null
 
156
  }
157
- }
 
 
158
  }
159
  ```
160
 
 
29
  "total_episodes": 5,
30
  "total_frames": 13622,
31
  "total_tasks": 1,
 
 
32
  "chunks_size": 1000,
33
  "fps": 30,
34
  "splits": {
35
  "train": "0:5"
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",
 
52
  "x.vel",
53
  "y.vel",
54
  "theta.vel"
55
+ ],
56
+ "fps": 30
57
  },
58
  "observation.state": {
59
  "dtype": "float32",
 
70
  "x.vel",
71
  "y.vel",
72
  "theta.vel"
73
+ ],
74
+ "fps": 30
75
  },
76
  "observation.images.front": {
77
  "dtype": "video",
 
124
  "shape": [
125
  1
126
  ],
127
+ "names": null,
128
+ "fps": 30
129
  },
130
  "frame_index": {
131
  "dtype": "int64",
132
  "shape": [
133
  1
134
  ],
135
+ "names": null,
136
+ "fps": 30
137
  },
138
  "episode_index": {
139
  "dtype": "int64",
140
  "shape": [
141
  1
142
  ],
143
+ "names": null,
144
+ "fps": 30
145
  },
146
  "index": {
147
  "dtype": "int64",
148
  "shape": [
149
  1
150
  ],
151
+ "names": null,
152
+ "fps": 30
153
  },
154
  "task_index": {
155
  "dtype": "int64",
156
  "shape": [
157
  1
158
  ],
159
+ "names": null,
160
+ "fps": 30
161
  }
162
+ },
163
+ "data_files_size_in_mb": 100,
164
+ "video_files_size_in_mb": 500
165
  }
166
  ```
167