aliberts HF staff commited on
Commit
6bd1939
·
verified ·
1 Parent(s): f6ca7ee

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +156 -64
README.md CHANGED
@@ -1,16 +1,30 @@
1
  ---
 
2
  task_categories:
3
  - robotics
4
  tags:
5
  - LeRobot
 
 
 
6
  ---
 
7
  This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
8
 
9
- [meta/info.json](meta/info.json)
 
 
 
 
 
 
 
 
 
 
10
  ```json
11
  {
12
  "codebase_version": "v2.0",
13
- "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
14
  "robot_type": "unknown",
15
  "total_episodes": 150,
16
  "total_frames": 3970,
@@ -22,70 +36,148 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
22
  "splits": {
23
  "train": "0:150"
24
  },
25
- "keys": [
26
- "observation.state",
27
- "action"
28
- ],
29
- "video_keys": [
30
- "observation.images.image"
31
- ],
32
- "image_keys": [],
33
- "shapes": {
34
- "observation.state": 21,
35
- "action": 8,
36
- "observation.images.image": {
37
- "width": 640,
38
- "height": 480,
39
- "channels": 3
40
- }
41
- },
42
- "names": {
43
- "observation.state": [
44
- "motor_0",
45
- "motor_1",
46
- "motor_2",
47
- "motor_3",
48
- "motor_4",
49
- "motor_5",
50
- "motor_6",
51
- "motor_7",
52
- "motor_8",
53
- "motor_9",
54
- "motor_10",
55
- "motor_11",
56
- "motor_12",
57
- "motor_13",
58
- "motor_14",
59
- "motor_15",
60
- "motor_16",
61
- "motor_17",
62
- "motor_18",
63
- "motor_19",
64
- "motor_20"
65
- ],
66
- "action": [
67
- "motor_0",
68
- "motor_1",
69
- "motor_2",
70
- "motor_3",
71
- "motor_4",
72
- "motor_5",
73
- "motor_6",
74
- "motor_7"
75
- ]
76
- },
77
- "videos": {
78
- "videos_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
79
  "observation.images.image": {
80
- "video.fps": 5.0,
81
- "video.width": 640,
82
- "video.height": 480,
83
- "video.channels": 3,
84
- "video.codec": "av1",
85
- "video.pix_fmt": "yuv420p",
86
- "video.is_depth_map": false,
87
- "has_audio": false
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
88
  }
89
  }
90
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
91
  ```
 
1
  ---
2
+ license: mit
3
  task_categories:
4
  - robotics
5
  tags:
6
  - LeRobot
7
+ configs:
8
+ - config_name: default
9
+ data_files: data/*/*.parquet
10
  ---
11
+
12
  This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
 
14
+ ## Dataset Description
15
+
16
+
17
+
18
+ - **Homepage:** [More Information Needed]
19
+ - **Paper:** [More Information Needed]
20
+ - **License:** mit
21
+
22
+ ## Dataset Structure
23
+
24
+ [meta/info.json](meta/info.json):
25
  ```json
26
  {
27
  "codebase_version": "v2.0",
 
28
  "robot_type": "unknown",
29
  "total_episodes": 150,
30
  "total_frames": 3970,
 
36
  "splits": {
37
  "train": "0:150"
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": "video",
44
+ "shape": [
45
+ 480,
46
+ 640,
47
+ 3
48
+ ],
49
+ "names": [
50
+ "height",
51
+ "width",
52
+ "channel"
53
+ ],
54
+ "video_info": {
55
+ "video.fps": 5.0,
56
+ "video.codec": "av1",
57
+ "video.pix_fmt": "yuv420p",
58
+ "video.is_depth_map": false,
59
+ "has_audio": false
60
+ }
61
+ },
62
+ "language_instruction": {
63
+ "dtype": "string",
64
+ "shape": [
65
+ 1
66
+ ],
67
+ "names": null
68
+ },
69
+ "observation.state": {
70
+ "dtype": "float32",
71
+ "shape": [
72
+ 21
73
+ ],
74
+ "names": {
75
+ "motors": [
76
+ "motor_0",
77
+ "motor_1",
78
+ "motor_2",
79
+ "motor_3",
80
+ "motor_4",
81
+ "motor_5",
82
+ "motor_6",
83
+ "motor_7",
84
+ "motor_8",
85
+ "motor_9",
86
+ "motor_10",
87
+ "motor_11",
88
+ "motor_12",
89
+ "motor_13",
90
+ "motor_14",
91
+ "motor_15",
92
+ "motor_16",
93
+ "motor_17",
94
+ "motor_18",
95
+ "motor_19",
96
+ "motor_20"
97
+ ]
98
+ }
99
+ },
100
+ "action": {
101
+ "dtype": "float32",
102
+ "shape": [
103
+ 8
104
+ ],
105
+ "names": {
106
+ "motors": [
107
+ "motor_0",
108
+ "motor_1",
109
+ "motor_2",
110
+ "motor_3",
111
+ "motor_4",
112
+ "motor_5",
113
+ "motor_6",
114
+ "motor_7"
115
+ ]
116
+ }
117
+ },
118
+ "timestamp": {
119
+ "dtype": "float32",
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
+ "frame_index": {
133
+ "dtype": "int64",
134
+ "shape": [
135
+ 1
136
+ ],
137
+ "names": null
138
+ },
139
+ "next.reward": {
140
+ "dtype": "float32",
141
+ "shape": [
142
+ 1
143
+ ],
144
+ "names": null
145
+ },
146
+ "next.done": {
147
+ "dtype": "bool",
148
+ "shape": [
149
+ 1
150
+ ],
151
+ "names": null
152
+ },
153
+ "index": {
154
+ "dtype": "int64",
155
+ "shape": [
156
+ 1
157
+ ],
158
+ "names": null
159
+ },
160
+ "task_index": {
161
+ "dtype": "int64",
162
+ "shape": [
163
+ 1
164
+ ],
165
+ "names": null
166
  }
167
  }
168
  }
169
+ ```
170
+
171
+
172
+ ## Citation
173
+
174
+ **BibTeX:**
175
+
176
+ ```bibtex
177
+ @ARTICLE{ucsd_kitchens,
178
+ author = {Ge Yan, Kris Wu, and Xiaolong Wang},
179
+ title = {{ucsd kitchens Dataset}},
180
+ year = {2023},
181
+ month = {August}
182
+ }
183
  ```