salhotra commited on
Commit
c2fd994
·
verified ·
1 Parent(s): be71042

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:d6eecc70e1f88cde3da57f7f48ac2ead6a94071adde7e91e85835f3008515c61
3
+ size 14730
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Pick up the water proof connector and place it in the box"], "length": 624}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [10.556185722351074, -97.16129302978516, 100.0, 60.79384231567383, 1.6849817037582397, 37.10818862915039], "max": [15.323495864868164, -97.07527160644531, 100.0, 75.05062866210938, 9.98779010772705, 37.10818862915039], "mean": [12.780702590942383, -97.16082763671875, 100.0, 74.7109603881836, 4.405235290527344, 37.10807418823242], "std": [1.9859673976898193, 0.003456402337178588, 0.0, 1.1949543952941895, 1.8689008951187134, 0.00011444091796875], "count": [624]}, "observation.state": {"min": [11.170212745666504, -97.74501037597656, 99.28218841552734, 63.28346252441406, 2.07570219039917, 37.154415130615234], "max": [14.893616676330566, -96.96443939208984, 99.28218841552734, 74.03962707519531, 9.40170955657959, 37.22184753417969], "mean": [13.024066925048828, -97.6974868774414, 99.28150939941406, 73.31129455566406, 4.442867755889893, 37.18748474121094], "std": [1.7735161781311035, 0.06911538541316986, 0.00067901611328125, 0.996568500995636, 1.858232855796814, 0.033712130039930344], "count": [624]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[1.0]]], "mean": [[[0.541968321737297]], [[0.5349493184034367]], [[0.537264747061459]]], "std": [[[0.22820159589675598]], [[0.22359182732438881]], [[0.21872923444661693]]], "count": [124]}, "observation.images.wrist": {"min": [[[0.00784313725490196]], [[0.0]], [[0.0]]], "max": [[[0.8549019607843137]], [[0.8549019607843137]], [[0.8549019607843137]]], "mean": [[[0.5088141158681214]], [[0.51473253841187]], [[0.5219033015760067]]], "std": [[[0.15549288153078317]], [[0.1545462945743829]], [[0.15744848706342388]]], "count": [124]}, "timestamp": {"min": [0.0], "max": [20.766666666666666], "mean": [10.383333333333331], "std": [6.004435089227024], "count": [624]}, "frame_index": {"min": [0], "max": [623], "mean": [311.5], "std": [180.13305267681073], "count": [624]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [624]}, "index": {"min": [0], "max": [623], "mean": [311.5], "std": [180.13305267681073], "count": [624]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [624]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 624,
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
+ "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.front": {
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
+ "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": "Pick up the water proof connector and place it in the box"}
videos/chunk-000/observation.images.front/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:116e035b5bb54ad46f8b2b11411775dc42fb66463eb942c3db253970baddb9f1
3
+ size 11992851
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:00baf7a05a653bbe9110282fef196217c7ed1da18fc34275aa87887c36fdbb28
3
+ size 5754616