michios commited on
Commit
d0f05ab
·
verified ·
1 Parent(s): 22d52de

Upload README.md with huggingface_hub

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