gokulp01 commited on
Commit
b9060b7
·
verified ·
1 Parent(s): 05b26f5

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:307302ca4dd87ccc7d6d5bc25b6a7771d8b125ff91cac021d6e6cd1b9667da83
3
+ size 209340
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 4484}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-61.171875, 19.072265625, 5.09765625, 22.587890625, 29.70703125, -0.5020080208778381], "max": [52.03125, 183.779296875, 163.828125, 93.515625, 145.1953125, 80.62248992919922], "mean": [-17.10513687133789, 93.2057876586914, 87.88740539550781, 71.05294799804688, 79.61334991455078, 13.88593864440918], "std": [20.415828704833984, 38.192176818847656, 34.250125885009766, 14.130533218383789, 26.74779510498047, 14.462393760681152], "count": [4484]}, "observation.state": {"min": [-60.205078125, 19.072265625, 5.80078125, 22.5, 29.1796875, 0.37230080366134644], "max": [52.119140625, 183.33984375, 163.125, 93.33984375, 144.755859375, 78.70439147949219], "mean": [-16.671968460083008, 91.255859375, 88.78227996826172, 70.69074249267578, 79.03177642822266, 13.897697448730469], "std": [20.14685821533203, 38.6113395690918, 33.8227424621582, 13.977493286132812, 26.674001693725586, 13.887572288513184], "count": [4484]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.14253961335448254]], [[0.12834548480422028]], [[0.11833509539556225]]], "std": [[[0.12884188104769606]], [[0.1350549274454649]], [[0.14193955988888302]]], "count": [547]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5451583055525684]], [[0.5201715017893203]], [[0.48615057286625807]]], "std": [[[0.27073961466097524]], [[0.26544750234729725]], [[0.2587929224455375]]], "count": [547]}, "timestamp": {"min": [0.0], "max": [149.43333333333334], "mean": [74.71666666666667], "std": [43.14730904445581], "count": [4484]}, "frame_index": {"min": [0], "max": [4483], "mean": [2241.5], "std": [1294.4192713336743], "count": [4484]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [4484]}, "index": {"min": [0], "max": [4483], "mean": [2241.5], "std": [1294.4192713336743], "count": [4484]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [4484]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 4484,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
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.fps": 30.0,
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.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.fps": 30.0,
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
+ },
98
+ "frame_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ },
105
+ "episode_index": {
106
+ "dtype": "int64",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "task_index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ }
126
+ }
127
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grasp a lego block and put it in the bin."}
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:5db94ee0d97791182d3516555bcb9138c20b197f4ee28303e7d7e7670c53c6d0
3
+ size 17140880
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:db1c752e570ffff610c5c338afe3a5c1c32c1c75123e8dcf353f7e87cfa23929
3
+ size 53241316