shylee commited on
Commit
7fa1d0d
·
verified ·
1 Parent(s): 3338837

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:6ee0f152e36c69e5e13140a7e1675cd5ee28c7ec7de4fa9c82d538cc54d95396
3
+ size 42244
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a Rubber and put it in the cup."], "length": 612}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-32.150970458984375, 62.67467498779297, 28.95549774169922, 41.462921142578125, -38.28761291503906, -0.4220285415649414], "max": [36.35719299316406, 192.6781005859375, 176.40460205078125, 101.60765838623047, -1.157151699066162, 28.272842407226562], "mean": [14.155442237854004, 93.45993041992188, 71.08753204345703, 89.82962036132812, -21.217533111572266, 8.313257217407227], "std": [22.837310791015625, 30.839441299438477, 29.45868492126465, 15.611061096191406, 12.4109525680542, 10.506325721740723], "count": [612]}, "observation.state": {"min": [-32.255859375, 63.720703125, 35.595703125, 42.275390625, -37.705078125, 0.33738192915916443], "max": [35.595703125, 186.416015625, 171.73828125, 101.25, 0.439453125, 27.935222625732422], "mean": [13.998879432678223, 92.51976013183594, 75.07979583740234, 89.77034759521484, -21.156938552856445, 8.513243675231934], "std": [22.551530838012695, 31.025127410888672, 29.171092987060547, 15.762322425842285, 12.426118850708008, 10.077156066894531], "count": [612]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4462749448695467]], [[0.43608273719379353]], [[0.44501856833519315]]], "std": [[[0.22147515763158215]], [[0.21562437672699913]], [[0.21672827604179087]]], "count": [123]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.25600364658058344]], [[0.22786925613741432]], [[0.218503892342845]]], "std": [[[0.22788178161035583]], [[0.23251949344910666]], [[0.2505697903565285]]], "count": [123]}, "timestamp": {"min": [0.0], "max": [20.366666666666667], "mean": [10.183333333333334], "std": [5.888964884205662], "count": [612]}, "frame_index": {"min": [0], "max": [611], "mean": [305.5], "std": [176.66894652616986], "count": [612]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [612]}, "index": {"min": [0], "max": [611], "mean": [305.5], "std": [176.66894652616986], "count": [612]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [612]}}}
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": 612,
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:ab8d1845d936e906cf017301311abcca972d20d4675edb50e23b96e62d5ade49
3
+ size 4288866
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:0be140872952bffba1d60d2b6095ab501dc9404183c3bc954178cc1ea484936a
3
+ size 1962988