aractingi HF Staff commited on
Commit
476c681
·
verified ·
1 Parent(s): e1ca99f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +23 -17
README.md CHANGED
@@ -4,7 +4,6 @@ task_categories:
4
  - robotics
5
  tags:
6
  - LeRobot
7
- - tutorial
8
  configs:
9
  - config_name: default
10
  data_files: data/*/*.parquet
@@ -25,20 +24,18 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
25
  [meta/info.json](meta/info.json):
26
  ```json
27
  {
28
- "codebase_version": "v2.1",
29
  "robot_type": "so100",
30
- "total_episodes": 40,
31
- "total_frames": 16496,
32
  "total_tasks": 1,
33
- "total_videos": 80,
34
- "total_chunks": 1,
35
  "chunks_size": 1000,
36
  "fps": 30,
37
  "splits": {
38
- "train": "0:40"
39
  },
40
- "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
41
- "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
42
  "features": {
43
  "action": {
44
  "dtype": "float32",
@@ -52,7 +49,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
52
  "main_wrist_flex",
53
  "main_wrist_roll",
54
  "main_gripper"
55
- ]
 
56
  },
57
  "observation.state": {
58
  "dtype": "float32",
@@ -66,7 +64,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
66
  "main_wrist_flex",
67
  "main_wrist_roll",
68
  "main_gripper"
69
- ]
 
70
  },
71
  "observation.images.top": {
72
  "dtype": "video",
@@ -119,37 +118,44 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
119
  "shape": [
120
  1
121
  ],
122
- "names": null
 
123
  },
124
  "frame_index": {
125
  "dtype": "int64",
126
  "shape": [
127
  1
128
  ],
129
- "names": null
 
130
  },
131
  "episode_index": {
132
  "dtype": "int64",
133
  "shape": [
134
  1
135
  ],
136
- "names": null
 
137
  },
138
  "index": {
139
  "dtype": "int64",
140
  "shape": [
141
  1
142
  ],
143
- "names": null
 
144
  },
145
  "task_index": {
146
  "dtype": "int64",
147
  "shape": [
148
  1
149
  ],
150
- "names": null
 
151
  }
152
- }
 
 
153
  }
154
  ```
155
 
 
4
  - robotics
5
  tags:
6
  - LeRobot
 
7
  configs:
8
  - config_name: default
9
  data_files: data/*/*.parquet
 
24
  [meta/info.json](meta/info.json):
25
  ```json
26
  {
27
+ "codebase_version": "v3.0",
28
  "robot_type": "so100",
29
+ "total_episodes": 56,
30
+ "total_frames": 22956,
31
  "total_tasks": 1,
 
 
32
  "chunks_size": 1000,
33
  "fps": 30,
34
  "splits": {
35
+ "train": "0:56"
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
  "main_wrist_flex",
50
  "main_wrist_roll",
51
  "main_gripper"
52
+ ],
53
+ "fps": 30
54
  },
55
  "observation.state": {
56
  "dtype": "float32",
 
64
  "main_wrist_flex",
65
  "main_wrist_roll",
66
  "main_gripper"
67
+ ],
68
+ "fps": 30
69
  },
70
  "observation.images.top": {
71
  "dtype": "video",
 
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