chasedreaminf commited on
Commit
752ba52
·
verified ·
1 Parent(s): 2aa13f1

Upload folder using huggingface_hub

Browse files
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:592daad19ef38c630d3ab8aafb7dd4304d3bf1ddba5f72846ca0152e7207621e
3
+ size 55418
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the lego block and put into the bowl"], "length": 777}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-36.870201110839844, -100.0, -71.93238067626953, 57.38699722290039, -19.735305786132812, 0.16207455098628998], "max": [35.383548736572266, 45.77867126464844, 95.63922882080078, 100.0, 24.071359634399414, 39.157127380371094], "mean": [-7.680974006652832, 1.7448756694793701, -7.047329425811768, 83.59027862548828, -2.3339123725891113, 12.947380065917969], "std": [25.172100067138672, 46.459381103515625, 46.181053161621094, 13.560935974121094, 16.066492080688477, 12.943548202514648], "count": [777]}, "observation.state": {"min": [-36.75655746459961, -99.8298568725586, -69.16817474365234, 58.47602844238281, -19.781648635864258, 0.0], "max": [35.35279083251953, 46.32071304321289, 99.27667236328125, 99.40068817138672, 23.836755752563477, 38.72752380371094], "mean": [-7.553938865661621, 2.1370913982391357, -4.789831161499023, 83.52583312988281, -2.2421746253967285, 13.503217697143555], "std": [25.08854866027832, 47.24039077758789, 46.8206901550293, 13.312171936035156, 16.008338928222656, 12.543453216552734], "count": [777]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5461451191587746]], [[0.5381970885576453]], [[0.5288029892512561]]], "std": [[[0.23091946409431696]], [[0.22764931195802368]], [[0.23211687400177355]]], "count": [147]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4843578348005869]], [[0.49283515072695744]], [[0.5016531640433951]]], "std": [[[0.19310069232970534]], [[0.19300557089190373]], [[0.1890978010430413]]], "count": [147]}, "observation.images.side": {"min": [[[0.0]], [[0.0196078431372549]], [[0.027450980392156862]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5117690645702726]], [[0.5089987356053532]], [[0.5345125939264594]]], "std": [[[0.22499429343919627]], [[0.21102641731103286]], [[0.19433171873348284]]], "count": [147]}, "timestamp": {"min": [0.0], "max": [25.866666666666667], "mean": [12.933333333333334], "std": [7.4766797939152605], "count": [777]}, "frame_index": {"min": [0], "max": [776], "mean": [388.0], "std": [224.3003938174578], "count": [777]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [777]}, "index": {"min": [0], "max": [776], "mean": [388.0], "std": [224.3003938174578], "count": [777]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [777]}}}
meta/info.json ADDED
@@ -0,0 +1,150 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 777,
6
+ "total_tasks": 1,
7
+ "total_videos": 3,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:1"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
+ "features": {
17
+ "action": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 6
21
+ ],
22
+ "names": [
23
+ "shoulder_pan.pos",
24
+ "shoulder_lift.pos",
25
+ "elbow_flex.pos",
26
+ "wrist_flex.pos",
27
+ "wrist_roll.pos",
28
+ "gripper.pos"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "shoulder_pan.pos",
38
+ "shoulder_lift.pos",
39
+ "elbow_flex.pos",
40
+ "wrist_flex.pos",
41
+ "wrist_roll.pos",
42
+ "gripper.pos"
43
+ ]
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.height": 480,
59
+ "video.width": 640,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 30,
64
+ "video.channels": 3,
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.height": 480,
82
+ "video.width": 640,
83
+ "video.codec": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 30,
87
+ "video.channels": 3,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "observation.images.side": {
92
+ "dtype": "video",
93
+ "shape": [
94
+ 480,
95
+ 640,
96
+ 3
97
+ ],
98
+ "names": [
99
+ "height",
100
+ "width",
101
+ "channels"
102
+ ],
103
+ "info": {
104
+ "video.height": 480,
105
+ "video.width": 640,
106
+ "video.codec": "av1",
107
+ "video.pix_fmt": "yuv420p",
108
+ "video.is_depth_map": false,
109
+ "video.fps": 30,
110
+ "video.channels": 3,
111
+ "has_audio": false
112
+ }
113
+ },
114
+ "timestamp": {
115
+ "dtype": "float32",
116
+ "shape": [
117
+ 1
118
+ ],
119
+ "names": null
120
+ },
121
+ "frame_index": {
122
+ "dtype": "int64",
123
+ "shape": [
124
+ 1
125
+ ],
126
+ "names": null
127
+ },
128
+ "episode_index": {
129
+ "dtype": "int64",
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
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grab the lego block and put into the bowl"}
videos/chunk-000/observation.images.side/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb91cf2d659e921a5d23143ec7854b7b823ed063c20ea492e59541e70f9a3c03
3
+ size 5448204
videos/chunk-000/observation.images.top/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50367ae683223bfd563650cdc066a7c03defa089f52eedad9417528e4f8feab9
3
+ size 7965461
videos/chunk-000/observation.images.wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:995498aa207c596ae104a083bad195f263ea4c8ec009aeb99a9757f329c76769
3
+ size 5222779