ns69956 commited on
Commit
5bbac9e
·
verified ·
1 Parent(s): 3e4807d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +150 -151
README.md CHANGED
@@ -1,151 +1,150 @@
1
- ---
2
- license: apache-2.0
3
- task_categories:
4
- - robotics
5
- tags:
6
- - LeRobot
7
- configs:
8
- - config_name: default
9
- data_files: data/*/*.parquet
10
- ---
11
-
12
-
13
- This dataset was created using [LeRobot](https://github.com/huggingface/lerobot) format.
14
-
15
- ## Dataset Structure
16
- ```json
17
- {
18
- "codebase_version": "v2.1",
19
- "robot_type": "ur5e",
20
- "total_episodes": 50,
21
- "total_frames": 24200,
22
- "total_tasks": 2,
23
- "total_videos": 100,
24
- "total_chunks": 1,
25
- "chunks_size": 1000,
26
- "fps": 30,
27
- "splits": {
28
- "train": "0:44",
29
- "val" : "45:49"
30
- },
31
- "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
32
- "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
33
- "features": {
34
- "observation.images.scene_image": {
35
- "dtype": "video",
36
- "shape": [
37
- 480,
38
- 640,
39
- 3
40
- ],
41
- "names": [
42
- "height",
43
- "width",
44
- "channel"
45
- ],
46
- "info": {
47
- "video.fps": 30.0,
48
- "video.codec": "av1",
49
- "video.pix_fmt": "yuv420p",
50
- "video.is_depth_map": false,
51
- "has_audio": false
52
- }
53
- },
54
- "observation.images.wrist_image": {
55
- "dtype": "video",
56
- "shape": [
57
- 480,
58
- 640,
59
- 3
60
- ],
61
- "names": [
62
- "height",
63
- "width",
64
- "channel"
65
- ],
66
- "info": {
67
- "video.fps": 30.0,
68
- "video.codec": "av1",
69
- "video.pix_fmt": "yuv420p",
70
- "video.is_depth_map": false,
71
- "has_audio": false
72
- }
73
- },
74
- "observation.state": {
75
- "dtype": "float32",
76
- "shape": [
77
- 8
78
- ],
79
- "names": [
80
- "x",
81
- "y",
82
- "z",
83
- "rx",
84
- "ry",
85
- "rz",
86
- "scanner_state",
87
- "gripper_state"
88
- ]
89
- },
90
- "action": {
91
- "dtype": "float32",
92
- "shape": [
93
- 8
94
- ],
95
- "names": [
96
- "x",
97
- "y",
98
- "z",
99
- "rx",
100
- "ry",
101
- "rz",
102
- "scanner_state",
103
- "gripper_state"
104
- ]
105
- },
106
- "timestamp": {
107
- "dtype": "float32",
108
- "shape": [
109
- 1
110
- ],
111
- "names": null
112
- },
113
- "episode_index": {
114
- "dtype": "int64",
115
- "shape": [
116
- 1
117
- ],
118
- "names": null
119
- },
120
- "frame_index": {
121
- "dtype": "int64",
122
- "shape": [
123
- 1
124
- ],
125
- "names": null
126
- },
127
-
128
- "next.done": {
129
- "dtype": "bool",
130
- "shape": [
131
- 1
132
- ],
133
- "names": null
134
- },
135
- "index": {
136
- "dtype": "int64",
137
- "shape": [
138
- 1
139
- ],
140
- "names": null
141
- },
142
- "task_index": {
143
- "dtype": "int64",
144
- "shape": [
145
- 1
146
- ],
147
- "names": null
148
- }
149
- }
150
- }
151
- ```
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ configs:
8
+ - config_name: default
9
+ data_files: data/*/*.parquet
10
+ ---
11
+
12
+
13
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot) format.
14
+
15
+ ## Dataset Structure
16
+ ```json
17
+ {
18
+ "codebase_version": "v2.1",
19
+ "robot_type": "ur5e",
20
+ "total_episodes": 5,
21
+ "total_frames": 4951,
22
+ "total_tasks": 2,
23
+ "total_videos": 10,
24
+ "total_chunks": 1,
25
+ "chunks_size": 1000,
26
+ "fps": 30,
27
+ "splits": {
28
+ "val" : "0:4"
29
+ },
30
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
31
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
32
+ "features": {
33
+ "observation.images.scene_image": {
34
+ "dtype": "video",
35
+ "shape": [
36
+ 480,
37
+ 640,
38
+ 3
39
+ ],
40
+ "names": [
41
+ "height",
42
+ "width",
43
+ "channel"
44
+ ],
45
+ "info": {
46
+ "video.fps": 30.0,
47
+ "video.codec": "av1",
48
+ "video.pix_fmt": "yuv420p",
49
+ "video.is_depth_map": false,
50
+ "has_audio": false
51
+ }
52
+ },
53
+ "observation.images.wrist_image": {
54
+ "dtype": "video",
55
+ "shape": [
56
+ 480,
57
+ 640,
58
+ 3
59
+ ],
60
+ "names": [
61
+ "height",
62
+ "width",
63
+ "channel"
64
+ ],
65
+ "info": {
66
+ "video.fps": 30.0,
67
+ "video.codec": "av1",
68
+ "video.pix_fmt": "yuv420p",
69
+ "video.is_depth_map": false,
70
+ "has_audio": false
71
+ }
72
+ },
73
+ "observation.state": {
74
+ "dtype": "float32",
75
+ "shape": [
76
+ 8
77
+ ],
78
+ "names": [
79
+ "x",
80
+ "y",
81
+ "z",
82
+ "rx",
83
+ "ry",
84
+ "rz",
85
+ "scanner_state",
86
+ "gripper_state"
87
+ ]
88
+ },
89
+ "action": {
90
+ "dtype": "float32",
91
+ "shape": [
92
+ 8
93
+ ],
94
+ "names": [
95
+ "x",
96
+ "y",
97
+ "z",
98
+ "rx",
99
+ "ry",
100
+ "rz",
101
+ "scanner_state",
102
+ "gripper_state"
103
+ ]
104
+ },
105
+ "timestamp": {
106
+ "dtype": "float32",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "episode_index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "frame_index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ },
126
+
127
+ "next.done": {
128
+ "dtype": "bool",
129
+ "shape": [
130
+ 1
131
+ ],
132
+ "names": null
133
+ },
134
+ "index": {
135
+ "dtype": "int64",
136
+ "shape": [
137
+ 1
138
+ ],
139
+ "names": null
140
+ },
141
+ "task_index": {
142
+ "dtype": "int64",
143
+ "shape": [
144
+ 1
145
+ ],
146
+ "names": null
147
+ }
148
+ }
149
+ }
150
+ ```