zxjessica commited on
Commit
e790abe
·
verified ·
1 Parent(s): 38a6fde

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:47b6e28207d9f9bef4cf9071c02cd35f43fdc2ebc360586e76fc61789f12695f
3
+ size 62893
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp ice and pour into a cup."], "length": 882}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [63.89484405517578, 32.922325134277344, 60.579444885253906, -54.280426025390625, -93.09710693359375, -1.2772574424743652], "max": [100.01490020751953, 193.76473999023438, 180.92654418945312, 80.4781265258789, 2.9213829040527344, 52.98244857788086], "mean": [74.12670135498047, 126.07337188720703, 136.596435546875, 8.313837051391602, -54.82401657104492, 9.374945640563965], "std": [8.420598983764648, 58.78800964355469, 37.712120056152344, 46.306949615478516, 30.461633682250977, 16.848834991455078], "count": [882]}, "observation.state": {"min": [64.072265625, 31.904296875, 64.423828125, -52.470703125, -92.63671875, 0.24489794671535492], "max": [99.580078125, 191.689453125, 176.396484375, 73.916015625, 1.7578125, 52.57142639160156], "mean": [74.25737762451172, 124.27554321289062, 138.6352996826172, 8.716617584228516, -54.84062576293945, 15.193771362304688], "std": [8.378083229064941, 59.35486602783203, 36.71228790283203, 45.29443359375, 30.400434494018555, 15.783129692077637], "count": [882]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4519596565075305]], [[0.4252917503958105]], [[0.3932329357467625]]], "std": [[[0.21242233130797142]], [[0.23784172091344602]], [[0.27156709905622556]]], "count": [161]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.35819633849916777]], [[0.3550351205699671]], [[0.35172935569155195]]], "std": [[[0.25285441130111286]], [[0.21870049389445417]], [[0.18226708378878217]]], "count": [161]}, "timestamp": {"min": [0.0], "max": [29.366666666666667], "mean": [14.683333333333334], "std": [8.487043502151229], "count": [882]}, "frame_index": {"min": [0], "max": [881], "mean": [440.5], "std": [254.61130506453688], "count": [882]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [882]}, "index": {"min": [0], "max": [881], "mean": [440.5], "std": [254.61130506453688], "count": [882]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [882]}}}
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": 882,
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 ice and pour into a cup."}
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:59d5bce3f47265f980bc94fd9d3fa14379387044d052013397034759a539f0e8
3
+ size 7510259
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:9822215dee6477c7c30671ada1d9bb65c3b37eed00ab6fcba771f570b8f83d98
3
+ size 27212387