michios commited on
Commit
ee6f91e
·
verified ·
1 Parent(s): 029a693

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +28 -19
README.md CHANGED
@@ -4,8 +4,6 @@ task_categories:
4
  - robotics
5
  tags:
6
  - LeRobot
7
- - droid
8
- - panda
9
  configs:
10
  - config_name: default
11
  data_files: data/*/*.parquet
@@ -26,20 +24,18 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
26
  [meta/info.json](meta/info.json):
27
  ```json
28
  {
29
- "codebase_version": "v2.1",
30
  "robot_type": "panda",
31
  "total_episodes": 75,
32
  "total_frames": 39503,
33
  "total_tasks": 21,
34
- "total_videos": 0,
35
- "total_chunks": 1,
36
  "chunks_size": 1000,
37
  "fps": 15,
38
  "splits": {
39
  "train": "0:75"
40
  },
41
- "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
42
- "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
43
  "features": {
44
  "exterior_image_1_left": {
45
  "dtype": "image",
@@ -52,7 +48,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
52
  "height",
53
  "width",
54
  "channel"
55
- ]
 
56
  },
57
  "exterior_image_2_left": {
58
  "dtype": "image",
@@ -65,7 +62,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
65
  "height",
66
  "width",
67
  "channel"
68
- ]
 
69
  },
70
  "wrist_image_left": {
71
  "dtype": "image",
@@ -78,7 +76,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
78
  "height",
79
  "width",
80
  "channel"
81
- ]
 
82
  },
83
  "joint_position": {
84
  "dtype": "float32",
@@ -87,7 +86,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
87
  ],
88
  "names": [
89
  "joint_position"
90
- ]
 
91
  },
92
  "gripper_position": {
93
  "dtype": "float32",
@@ -96,7 +96,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
96
  ],
97
  "names": [
98
  "gripper_position"
99
- ]
 
100
  },
101
  "actions": {
102
  "dtype": "float32",
@@ -105,44 +106,52 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
105
  ],
106
  "names": [
107
  "actions"
108
- ]
 
109
  },
110
  "timestamp": {
111
  "dtype": "float32",
112
  "shape": [
113
  1
114
  ],
115
- "names": null
 
116
  },
117
  "frame_index": {
118
  "dtype": "int64",
119
  "shape": [
120
  1
121
  ],
122
- "names": null
 
123
  },
124
  "episode_index": {
125
  "dtype": "int64",
126
  "shape": [
127
  1
128
  ],
129
- "names": null
 
130
  },
131
  "index": {
132
  "dtype": "int64",
133
  "shape": [
134
  1
135
  ],
136
- "names": null
 
137
  },
138
  "task_index": {
139
  "dtype": "int64",
140
  "shape": [
141
  1
142
  ],
143
- "names": null
 
144
  }
145
- }
 
 
146
  }
147
  ```
148
 
 
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": "panda",
29
  "total_episodes": 75,
30
  "total_frames": 39503,
31
  "total_tasks": 21,
 
 
32
  "chunks_size": 1000,
33
  "fps": 15,
34
  "splits": {
35
  "train": "0:75"
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
  "exterior_image_1_left": {
41
  "dtype": "image",
 
48
  "height",
49
  "width",
50
  "channel"
51
+ ],
52
+ "fps": 15
53
  },
54
  "exterior_image_2_left": {
55
  "dtype": "image",
 
62
  "height",
63
  "width",
64
  "channel"
65
+ ],
66
+ "fps": 15
67
  },
68
  "wrist_image_left": {
69
  "dtype": "image",
 
76
  "height",
77
  "width",
78
  "channel"
79
+ ],
80
+ "fps": 15
81
  },
82
  "joint_position": {
83
  "dtype": "float32",
 
86
  ],
87
  "names": [
88
  "joint_position"
89
+ ],
90
+ "fps": 15
91
  },
92
  "gripper_position": {
93
  "dtype": "float32",
 
96
  ],
97
  "names": [
98
  "gripper_position"
99
+ ],
100
+ "fps": 15
101
  },
102
  "actions": {
103
  "dtype": "float32",
 
106
  ],
107
  "names": [
108
  "actions"
109
+ ],
110
+ "fps": 15
111
  },
112
  "timestamp": {
113
  "dtype": "float32",
114
  "shape": [
115
  1
116
  ],
117
+ "names": null,
118
+ "fps": 15
119
  },
120
  "frame_index": {
121
  "dtype": "int64",
122
  "shape": [
123
  1
124
  ],
125
+ "names": null,
126
+ "fps": 15
127
  },
128
  "episode_index": {
129
  "dtype": "int64",
130
  "shape": [
131
  1
132
  ],
133
+ "names": null,
134
+ "fps": 15
135
  },
136
  "index": {
137
  "dtype": "int64",
138
  "shape": [
139
  1
140
  ],
141
+ "names": null,
142
+ "fps": 15
143
  },
144
  "task_index": {
145
  "dtype": "int64",
146
  "shape": [
147
  1
148
  ],
149
+ "names": null,
150
+ "fps": 15
151
  }
152
+ },
153
+ "data_files_size_in_mb": 100,
154
+ "video_files_size_in_mb": 500
155
  }
156
  ```
157