shylee commited on
Commit
1db3b95
·
verified ·
1 Parent(s): eb8f9a1

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:9b107740f2e4542b6665d6410e3faf3e9a4d1ef195274a468fcb25ed8303067c
3
+ size 24302
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a pengrip and put it in the cup."], "length": 318}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-34.10731887817383, 80.98992156982422, 76.7202377319336, 44.69650650024414, -38.77690124511719, -0.11961199343204498], "max": [44.16858673095703, 190.1953125, 177.626953125, 97.06204223632812, 6.559844970703125, 30.521020889282227], "mean": [2.296211004257202, 113.81898498535156, 99.51404571533203, 81.10911560058594, -10.238664627075195, 13.30589485168457], "std": [31.708240509033203, 30.21143341064453, 29.25092887878418, 16.156070709228516, 16.629375457763672, 13.311430931091309], "count": [318]}, "observation.state": {"min": [-33.662109375, 80.859375, 80.068359375, 46.23046875, -38.14453125, 2.138275146484375], "max": [43.41796875, 189.580078125, 177.5390625, 96.064453125, 5.625, 29.79330062866211], "mean": [2.654683828353882, 113.76800537109375, 103.33009338378906, 80.62721252441406, -10.30337905883789, 13.830199241638184], "std": [31.29346466064453, 31.505651473999023, 29.99161720275879, 16.21420669555664, 16.383127212524414, 12.05164623260498], "count": [318]}, "observation.images.FrontCam": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6302971364379085]], [[0.5860559191176471]], [[0.5818272222222222]]], "std": [[[0.25962175380240327]], [[0.2568387848134665]], [[0.25624676444254496]]], "count": [100]}, "observation.images.TopCam": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5340688480392157]], [[0.5042801164215687]], [[0.5111625735294117]]], "std": [[[0.28567508391228386]], [[0.27685238624260805]], [[0.27521675566146825]]], "count": [100]}, "observation.images.WristCam": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4754804003267974]], [[0.44396477532679735]], [[0.4257711090686275]]], "std": [[[0.26881504976811443]], [[0.2538589074230465]], [[0.2535912824027633]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [10.566666666666666], "mean": [5.283333333333333], "std": [3.059941296943577], "count": [318]}, "frame_index": {"min": [0], "max": [317], "mean": [158.5], "std": [91.79823890830731], "count": [318]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [318]}, "index": {"min": [0], "max": [317], "mean": [158.5], "std": [91.79823890830731], "count": [318]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [318]}}}
meta/info.json ADDED
@@ -0,0 +1,150 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 318,
6
+ "total_tasks": 1,
7
+ "total_videos": 3,
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.FrontCam": {
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.TopCam": {
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
+ "observation.images.WristCam": {
92
+ "dtype": "video",
93
+ "shape": [
94
+ 480,
95
+ 640,
96
+ 3
97
+ ],
98
+ "names": [
99
+ "height",
100
+ "width",
101
+ "channels"
102
+ ],
103
+ "info": {
104
+ "video.height": 480,
105
+ "video.width": 640,
106
+ "video.codec": "av1",
107
+ "video.pix_fmt": "yuv420p",
108
+ "video.is_depth_map": false,
109
+ "video.fps": 30,
110
+ "video.channels": 3,
111
+ "has_audio": false
112
+ }
113
+ },
114
+ "timestamp": {
115
+ "dtype": "float32",
116
+ "shape": [
117
+ 1
118
+ ],
119
+ "names": null
120
+ },
121
+ "frame_index": {
122
+ "dtype": "int64",
123
+ "shape": [
124
+ 1
125
+ ],
126
+ "names": null
127
+ },
128
+ "episode_index": {
129
+ "dtype": "int64",
130
+ "shape": [
131
+ 1
132
+ ],
133
+ "names": null
134
+ },
135
+ "index": {
136
+ "dtype": "int64",
137
+ "shape": [
138
+ 1
139
+ ],
140
+ "names": null
141
+ },
142
+ "task_index": {
143
+ "dtype": "int64",
144
+ "shape": [
145
+ 1
146
+ ],
147
+ "names": null
148
+ }
149
+ }
150
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grasp a pengrip and put it in the cup."}
videos/chunk-000/observation.images.FrontCam/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:622797dccde40035d19ddd115882bd0e69c9b9ee4bcc67b6378f00fce548044a
3
+ size 2999334
videos/chunk-000/observation.images.TopCam/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c24464cfba611af588744c228edb774ffe5aa9269774714e81547b7240267581
3
+ size 5676470
videos/chunk-000/observation.images.WristCam/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3da578ba71b7a70390f2323f385062c547a1151fa0022d8df80c7533bd31641a
3
+ size 1689502