CarolinePascal HF Staff commited on
Commit
e1e080d
·
verified ·
1 Parent(s): 3923303

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -15
README.md CHANGED
@@ -11,6 +11,13 @@ configs:
11
 
12
  This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
 
 
 
 
 
 
 
 
14
  ## Dataset Description
15
 
16
 
@@ -24,20 +31,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.0",
28
  "robot_type": "panda",
29
  "total_episodes": 454,
30
  "total_frames": 66984,
31
  "total_tasks": 10,
32
- "total_videos": 0,
33
- "total_chunks": 1,
34
  "chunks_size": 1000,
35
  "fps": 10,
36
  "splits": {
37
  "train": "0:454"
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
  "observation.images.image": {
43
  "dtype": "image",
@@ -50,7 +55,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
50
  "height",
51
  "width",
52
  "channel"
53
- ]
 
54
  },
55
  "observation.images.wrist_image": {
56
  "dtype": "image",
@@ -63,7 +69,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
63
  "height",
64
  "width",
65
  "channel"
66
- ]
 
67
  },
68
  "observation.state": {
69
  "dtype": "float32",
@@ -81,7 +88,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
81
  "rw",
82
  "gripper"
83
  ]
84
- }
 
85
  },
86
  "action": {
87
  "dtype": "float32",
@@ -98,44 +106,52 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
98
  "yaw",
99
  "gripper"
100
  ]
101
- }
 
102
  },
103
  "timestamp": {
104
  "dtype": "float32",
105
  "shape": [
106
  1
107
  ],
108
- "names": null
 
109
  },
110
  "frame_index": {
111
  "dtype": "int64",
112
  "shape": [
113
  1
114
  ],
115
- "names": null
 
116
  },
117
  "episode_index": {
118
  "dtype": "int64",
119
  "shape": [
120
  1
121
  ],
122
- "names": null
 
123
  },
124
  "index": {
125
  "dtype": "int64",
126
  "shape": [
127
  1
128
  ],
129
- "names": null
 
130
  },
131
  "task_index": {
132
  "dtype": "int64",
133
  "shape": [
134
  1
135
  ],
136
- "names": null
 
137
  }
138
- }
 
 
139
  }
140
  ```
141
 
 
11
 
12
  This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
 
14
+
15
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=lerobot/libero_object_image">
16
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
17
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
18
+ </a>
19
+
20
+
21
  ## Dataset Description
22
 
23
 
 
31
  [meta/info.json](meta/info.json):
32
  ```json
33
  {
34
+ "codebase_version": "v3.0",
35
  "robot_type": "panda",
36
  "total_episodes": 454,
37
  "total_frames": 66984,
38
  "total_tasks": 10,
 
 
39
  "chunks_size": 1000,
40
  "fps": 10,
41
  "splits": {
42
  "train": "0:454"
43
  },
44
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
45
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
46
  "features": {
47
  "observation.images.image": {
48
  "dtype": "image",
 
55
  "height",
56
  "width",
57
  "channel"
58
+ ],
59
+ "fps": 10
60
  },
61
  "observation.images.wrist_image": {
62
  "dtype": "image",
 
69
  "height",
70
  "width",
71
  "channel"
72
+ ],
73
+ "fps": 10
74
  },
75
  "observation.state": {
76
  "dtype": "float32",
 
88
  "rw",
89
  "gripper"
90
  ]
91
+ },
92
+ "fps": 10
93
  },
94
  "action": {
95
  "dtype": "float32",
 
106
  "yaw",
107
  "gripper"
108
  ]
109
+ },
110
+ "fps": 10
111
  },
112
  "timestamp": {
113
  "dtype": "float32",
114
  "shape": [
115
  1
116
  ],
117
+ "names": null,
118
+ "fps": 10
119
  },
120
  "frame_index": {
121
  "dtype": "int64",
122
  "shape": [
123
  1
124
  ],
125
+ "names": null,
126
+ "fps": 10
127
  },
128
  "episode_index": {
129
  "dtype": "int64",
130
  "shape": [
131
  1
132
  ],
133
+ "names": null,
134
+ "fps": 10
135
  },
136
  "index": {
137
  "dtype": "int64",
138
  "shape": [
139
  1
140
  ],
141
+ "names": null,
142
+ "fps": 10
143
  },
144
  "task_index": {
145
  "dtype": "int64",
146
  "shape": [
147
  1
148
  ],
149
+ "names": null,
150
+ "fps": 10
151
  }
152
+ },
153
+ "data_files_size_in_mb": 100,
154
+ "video_files_size_in_mb": 200
155
  }
156
  ```
157