hrhraj commited on
Commit
753d74c
·
verified ·
1 Parent(s): 9a9aa3f

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:d11217c3dc5a4ef2c42ec6d46bb956136199660aee556100d3163d555c0cfa97
3
+ size 25362
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Pick up the dice on the center."], "length": 596}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [1.58203125, 96.6796875, 124.189453125, 18.28125, -90.3515625, -1.3282731771469116], "max": [75.146484375, 177.978515625, 164.619140625, 77.34375, -89.296875, 25.901329040527344], "mean": [22.364181518554688, 141.5797576904297, 144.6529541015625, 47.18753433227539, -89.81343078613281, 3.222639560699463], "std": [23.11128807067871, 30.06043815612793, 15.027381896972656, 24.240575790405273, 0.36394813656806946, 8.427469253540039], "count": [596]}, "observation.state": {"min": [1.494140625, 96.591796875, 127.44140625, 18.28125, -90.263671875, 0.2814258933067322], "max": [74.53125, 177.802734375, 164.8828125, 77.080078125, -89.208984375, 25.32832908630371], "mean": [22.53008270263672, 140.34210205078125, 145.8447265625, 47.26141357421875, -89.66443634033203, 4.641458511352539], "std": [23.050006866455078, 30.52999496459961, 14.081795692443848, 23.89822006225586, 0.21251283586025238, 8.151389122009277], "count": [596]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5592944325299564]], [[0.5731775088507626]], [[0.5287802032271242]]], "std": [[[0.27380255111367247]], [[0.2822682285415444]], [[0.25468010350087406]]], "count": [120]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5800436325571896]], [[0.5927158479711329]], [[0.5575272058823529]]], "std": [[[0.20942786937591049]], [[0.21501411164792858]], [[0.20338797261138297]]], "count": [120]}, "observation.images.gripper": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5065934657543573]], [[0.5069943542347495]], [[0.4893599009395425]]], "std": [[[0.2385168527622922]], [[0.23617424705599027]], [[0.23871393823311682]]], "count": [120]}, "timestamp": {"min": [0.0], "max": [19.833333333333332], "mean": [9.916666666666666], "std": [5.735004601373723], "count": [596]}, "frame_index": {"min": [0], "max": [595], "mean": [297.5], "std": [172.0501380412117], "count": [596]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [596]}, "index": {"min": [0], "max": [595], "mean": [297.5], "std": [172.0501380412117], "count": [596]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [596]}}}
meta/info.json ADDED
@@ -0,0 +1,150 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 596,
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
+ "main_shoulder_pan",
24
+ "main_shoulder_lift",
25
+ "main_elbow_flex",
26
+ "main_wrist_flex",
27
+ "main_wrist_roll",
28
+ "main_gripper"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "main_shoulder_pan",
38
+ "main_shoulder_lift",
39
+ "main_elbow_flex",
40
+ "main_wrist_flex",
41
+ "main_wrist_roll",
42
+ "main_gripper"
43
+ ]
44
+ },
45
+ "observation.images.laptop": {
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.phone": {
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.gripper": {
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": "Pick up the dice on the center."}
videos/chunk-000/observation.images.gripper/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8ca49839b5ca3bd894fc5096a3c24e22540a8d42f98697b82931d33b5eedb26
3
+ size 1845259
videos/chunk-000/observation.images.laptop/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b199afbf117e02da684392678b23fdb274af7e8131850c6a74d1b2998db70b3e
3
+ size 5492394
videos/chunk-000/observation.images.phone/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7e535d109a36431a443c647178d50beecbb29139ce039053ab78bb79f17b27c
3
+ size 3093200