riversnow commited on
Commit
e331162
·
verified ·
1 Parent(s): 84d24a3

Add 7 files

Browse files
README.md CHANGED
@@ -1,3 +1,25 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - robotics
4
+ tags:
5
+ - LeRobot
6
+ - tutorial
7
+ configs:
8
+ - config_name: default
9
+ data_files: data/*/*.parquet
10
+ ---
11
+
12
+ This dataset was created using [LeRobot.js](https://github.com/timpietrusky/lerobot.js) which is based on the [LeRobot](https://github.com/huggingface/lerobot) project
13
+
14
+ ## Dataset Description
15
+
16
+
17
+
18
+ - **Homepage:** [More Information Needed]
19
+ - **Paper:** [More Information Needed]
20
+ - **License:** apache-2.0
21
+
22
+ ## Dataset Structure
23
+
24
+ [meta/info.json](meta/info.json):
25
+ {"codebase_version":"v3.0","robot_type":"so100","total_episodes":null,"total_frames":1,"total_tasks":null,"chunks_size":1000,"fps":30,"splits":{"train":"0:50"},"data_path":"data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet","video_path":"videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4","features":{"action":{"dtype":"float32","shape":[6],"names":["main_shoulder_pan","main_shoulder_lift","main_elbow_flex","main_wrist_flex","main_wrist_roll","main_gripper"],"fps":30},"observation.state":{"dtype":"float32","shape":[6],"names":["main_shoulder_pan","main_shoulder_lift","main_elbow_flex","main_wrist_flex","main_wrist_roll","main_gripper"],"fps":30},"observation.images.top":{"dtype":"video","shape":[480,640,3],"names":["height","width","channels"],"info":{"video.fps":30,"video.height":480,"video.width":640,"video.channels":3,"video.codec":"av1","video.pix_fmt":"yuv420p","video.is_depth_map":false,"has_audio":false}},"observation.images.wrist":{"dtype":"video","shape":[480,640,3],"names":["height","width","channels"],"info":{"video.fps":30,"video.height":480,"video.width":640,"video.channels":3,"video.codec":"av1","video.pix_fmt":"yuv420p","video.is_depth_map":false,"has_audio":false}},"timestamp":{"dtype":"float32","shape":[1],"names":null,"fps":30},"frame_index":{"dtype":"int64","shape":[1],"names":null,"fps":30},"episode_index":{"dtype":"int64","shape":[1],"names":null,"fps":30},"index":{"dtype":"int64","shape":[1],"names":null,"fps":30},"task_index":{"dtype":"int64","shape":[1],"names":null,"fps":30}},"data_files_size_in_mb":100,"video_files_size_in_mb":500}
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dca3074251943cc9b1d89a7feb793c51a4ea906f76b77a4bb7edaf4148fc18b5
3
+ size 12462
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa2daba45409ef85d03ed7b8f8b54fad59755e193dba372731a960a4b1f0fdc7
3
+ size 10908
meta/info.json ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "so100",
4
+ "total_episodes": null,
5
+ "total_frames": 1,
6
+ "total_tasks": null,
7
+ "chunks_size": 1000,
8
+ "fps": 30,
9
+ "splits": {
10
+ "train": "0:50"
11
+ },
12
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
13
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
14
+ "features": {
15
+ "action": {
16
+ "dtype": "float32",
17
+ "shape": [
18
+ 6
19
+ ],
20
+ "names": [
21
+ "main_shoulder_pan",
22
+ "main_shoulder_lift",
23
+ "main_elbow_flex",
24
+ "main_wrist_flex",
25
+ "main_wrist_roll",
26
+ "main_gripper"
27
+ ],
28
+ "fps": 30
29
+ },
30
+ "observation.state": {
31
+ "dtype": "float32",
32
+ "shape": [
33
+ 6
34
+ ],
35
+ "names": [
36
+ "main_shoulder_pan",
37
+ "main_shoulder_lift",
38
+ "main_elbow_flex",
39
+ "main_wrist_flex",
40
+ "main_wrist_roll",
41
+ "main_gripper"
42
+ ],
43
+ "fps": 30
44
+ },
45
+ "observation.images.top": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 480,
49
+ 640,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.fps": 30,
59
+ "video.height": 480,
60
+ "video.width": 640,
61
+ "video.channels": 3,
62
+ "video.codec": "av1",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.wrist": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.fps": 30,
82
+ "video.height": 480,
83
+ "video.width": 640,
84
+ "video.channels": 3,
85
+ "video.codec": "av1",
86
+ "video.pix_fmt": "yuv420p",
87
+ "video.is_depth_map": false,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "timestamp": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null,
97
+ "fps": 30
98
+ },
99
+ "frame_index": {
100
+ "dtype": "int64",
101
+ "shape": [
102
+ 1
103
+ ],
104
+ "names": null,
105
+ "fps": 30
106
+ },
107
+ "episode_index": {
108
+ "dtype": "int64",
109
+ "shape": [
110
+ 1
111
+ ],
112
+ "names": null,
113
+ "fps": 30
114
+ },
115
+ "index": {
116
+ "dtype": "int64",
117
+ "shape": [
118
+ 1
119
+ ],
120
+ "names": null,
121
+ "fps": 30
122
+ },
123
+ "task_index": {
124
+ "dtype": "int64",
125
+ "shape": [
126
+ 1
127
+ ],
128
+ "names": null,
129
+ "fps": 30
130
+ }
131
+ },
132
+ "data_files_size_in_mb": 100,
133
+ "video_files_size_in_mb": 500
134
+ }
meta/stats.json ADDED
@@ -0,0 +1,147 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "timestamp": {
3
+ "min": [
4
+ null
5
+ ],
6
+ "max": [
7
+ null
8
+ ],
9
+ "mean": [
10
+ null
11
+ ],
12
+ "std": [
13
+ null
14
+ ],
15
+ "count": [
16
+ 1
17
+ ]
18
+ },
19
+ "episode_index": {
20
+ "min": [
21
+ null
22
+ ],
23
+ "max": [
24
+ null
25
+ ],
26
+ "mean": [
27
+ null
28
+ ],
29
+ "std": [
30
+ null
31
+ ],
32
+ "count": [
33
+ 1
34
+ ]
35
+ },
36
+ "frame_index": {
37
+ "min": [
38
+ 0
39
+ ],
40
+ "max": [
41
+ 0
42
+ ],
43
+ "mean": [
44
+ 0
45
+ ],
46
+ "std": [
47
+ 0
48
+ ],
49
+ "count": [
50
+ 1
51
+ ]
52
+ },
53
+ "task_index": {
54
+ "min": [
55
+ 0
56
+ ],
57
+ "max": [
58
+ 0
59
+ ],
60
+ "mean": [
61
+ 0
62
+ ],
63
+ "std": [
64
+ 0
65
+ ],
66
+ "count": [
67
+ 1
68
+ ]
69
+ },
70
+ "observation.images.front": {
71
+ "min": [
72
+ [
73
+ [
74
+ 0
75
+ ]
76
+ ],
77
+ [
78
+ [
79
+ 0
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0
85
+ ]
86
+ ]
87
+ ],
88
+ "max": [
89
+ [
90
+ [
91
+ 255
92
+ ]
93
+ ],
94
+ [
95
+ [
96
+ 255
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 255
102
+ ]
103
+ ]
104
+ ],
105
+ "mean": [
106
+ [
107
+ [
108
+ 127.5
109
+ ]
110
+ ],
111
+ [
112
+ [
113
+ 127.5
114
+ ]
115
+ ],
116
+ [
117
+ [
118
+ 127.5
119
+ ]
120
+ ]
121
+ ],
122
+ "std": [
123
+ [
124
+ [
125
+ 50
126
+ ]
127
+ ],
128
+ [
129
+ [
130
+ 50
131
+ ]
132
+ ],
133
+ [
134
+ [
135
+ 50
136
+ ]
137
+ ]
138
+ ],
139
+ "count": [
140
+ [
141
+ [
142
+ 3
143
+ ]
144
+ ]
145
+ ]
146
+ }
147
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3d9ec39a8c9efa89a11a959fe5dc38c2b140c372dc57b8cb224c60a3c60bb33
3
+ size 1143
videos/observation.images.front/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f759c8a127c569d59be5924ee7790a12ceab31ff34e12db15074aeb5212a51dd
3
+ size 3655417