gokulp01 commited on
Commit
5a325cd
·
verified ·
1 Parent(s): 8cd9a38

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:b5d9f766e6908b2e792622a206953337f7b637eb06051e2d9cdf965c82b6aa8f
3
+ size 189292
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": [-72.685546875, 73.4765625, 39.7265625, 26.54296875, 41.748046875, -0.3012048006057739], "max": [17.138671875, 183.955078125, 163.740234375, 93.603515625, 111.796875, 37.14859390258789], "mean": [-26.964595794677734, 142.5351104736328, 117.18154907226562, 73.9249496459961, 71.05144500732422, 2.9525089263916016], "std": [15.858607292175293, 34.56982421875, 39.20707702636719, 14.099459648132324, 9.3771333694458, 4.735749244689941], "count": [4484]}, "observation.state": {"min": [-71.71875, 73.4765625, 41.572265625, 29.267578125, 42.5390625, 0.22338049113750458], "max": [16.875, 183.603515625, 163.564453125, 93.076171875, 110.478515625, 34.10275650024414], "mean": [-26.43008804321289, 141.6424560546875, 117.5699462890625, 73.29015350341797, 70.66149139404297, 3.293329954147339], "std": [15.841221809387207, 35.185821533203125, 38.61781692504883, 14.167547225952148, 9.453194618225098, 4.341403007507324], "count": [4484]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.18732009602286986]], [[0.180604015067331]], [[0.17190557601773188]]], "std": [[[0.17372992295185222]], [[0.17289294889511433]], [[0.18314401884375447]]], "count": [547]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5654880229056888]], [[0.555091429335293]], [[0.5258406504283615]]], "std": [[[0.21001037066880357]], [[0.21723106977363357]], [[0.22231968743314215]]], "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:7ae35cc8f60bc13034ad592589c4f634e83183f02ed1cd66bf32958de5699cf6
3
+ size 37624116
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:977adcd7661a2db88919ffc41ec2d2db0c6dc8008ed1bc22c936b97ec1067c92
3
+ size 37007268