shylee commited on
Commit
007ef48
·
verified ·
1 Parent(s): ba135ae

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:9833933f53371e2d28a3da137f0173a57288b18749ed6115de058701dc3d0851
3
+ size 35495
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a Rubber and put it in the cup."], "length": 497}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-34.747230529785156, 62.5245361328125, 53.84607696533203, 40.864253997802734, -40.16044616699219, -0.29651832580566406], "max": [38.24004364013672, 191.35043334960938, 176.31982421875, 101.88994598388672, 3.5122179985046387, 24.373653411865234], "mean": [10.626995086669922, 96.29087829589844, 75.80054473876953, 89.44910430908203, -22.085439682006836, 9.11066722869873], "std": [25.03782081604004, 31.284631729125977, 26.221290588378906, 15.47763442993164, 13.411558151245117, 10.059348106384277], "count": [497]}, "observation.state": {"min": [-34.62890625, 63.28125, 60.8203125, 42.099609375, -39.814453125, 0.5398110747337341], "max": [37.6171875, 186.416015625, 171.826171875, 101.162109375, 3.076171875, 23.68421173095703], "mean": [10.504786491394043, 95.64166259765625, 78.89804077148438, 89.2508316040039, -21.854171752929688, 9.457121849060059], "std": [24.58074188232422, 31.727245330810547, 26.700136184692383, 15.79401683807373, 13.639609336853027, 9.608244895935059], "count": [497]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47122487939620294]], [[0.44930585901027076]], [[0.44703508792405855]]], "std": [[[0.22013060641664633]], [[0.21528506229492958]], [[0.21816872677193067]]], "count": [105]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[1.0]], [[1.0]]], "mean": [[[0.24727128851540617]], [[0.21772353913787737]], [[0.20720461990351696]]], "std": [[[0.22610741438324583]], [[0.2264876077577294]], [[0.24353194800947706]]], "count": [105]}, "timestamp": {"min": [0.0], "max": [16.533333333333335], "mean": [8.266666666666666], "std": [4.782375049189588], "count": [497]}, "frame_index": {"min": [0], "max": [496], "mean": [248.0], "std": [143.47125147568764], "count": [497]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [497]}, "index": {"min": [0], "max": [496], "mean": [248.0], "std": [143.47125147568764], "count": [497]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [497]}}}
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": 497,
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.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": "Grasp a Rubber and put it in the cup."}
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:5e77b2fa0fd4d4c9010010a81c3762dc3bf369afa2b25d8999867e052f57eb3c
3
+ size 3480000
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:bf5bf44971e5c60e96d60bc31c78bbde9595258b69825736f2a90293a2db8c09
3
+ size 1695033