Loki0929 commited on
Commit
f0a89e5
·
verified ·
1 Parent(s): b4f71f2

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:405cef6c939687543c6f580a651099426d650b5a6bb821ca7803d922d28d0752
3
+ size 4577
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp blue duck and put it into box."], "length": 60}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-0.87890625, 189.755859375, 177.5390625, 76.9921875, -86.044921875, 0.994575023651123], "max": [-0.87890625, 189.755859375, 177.5390625, 76.9921875, -86.044921875, 0.994575023651123], "mean": [-0.87890625, 189.755859375, 177.5390625, 76.9921875, -86.044921875, 0.9945754408836365], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 4.172325134277344e-07], "count": [60]}, "observation.state": {"min": [-1.142578125, 189.755859375, 177.451171875, 76.2890625, -86.30859375, 0.7487520575523376], "max": [-1.142578125, 189.755859375, 177.451171875, 76.2890625, -86.30859375, 0.7487520575523376], "mean": [-1.142578125, 189.755859375, 177.451171875, 76.2890625, -86.30859375, 0.7487523555755615], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 2.980232238769531e-07], "count": [60]}, "observation.images.laptop": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[0.7725490196078432]], [[0.8235294117647058]], [[0.9450980392156862]]], "mean": [[[0.46713486860021786]], [[0.46464094158496727]], [[0.4669823461328976]]], "std": [[[0.15756927621920666]], [[0.14674118192058028]], [[0.14151628469777922]]], "count": [60]}, "observation.images.third": {"min": [[[0.0]], [[0.01568627450980392]], [[0.00392156862745098]]], "max": [[[0.7647058823529411]], [[0.6470588235294118]], [[0.7176470588235294]]], "mean": [[[0.4454830678104575]], [[0.44838659449891066]], [[0.44956344635076256]]], "std": [[[0.2065635574342199]], [[0.19448390972329524]], [[0.19040632516143266]]], "count": [60]}, "observation.images.wrist": {"min": [[[0.06274509803921569]], [[0.058823529411764705]], [[0.06274509803921569]]], "max": [[[0.9490196078431372]], [[0.9686274509803922]], [[1.0]]], "mean": [[[0.770035709422658]], [[0.7839754663671025]], [[0.786438473583878]]], "std": [[[0.1548000071890639]], [[0.1597147895397313]], [[0.16542982903643877]]], "count": [60]}, "timestamp": {"min": [0.0], "max": [1.9666666666666666], "mean": [0.9833333333333332], "std": [0.5772700760828857], "count": [60]}, "frame_index": {"min": [0], "max": [59], "mean": [29.5], "std": [17.318102282486574], "count": [60]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [60]}, "index": {"min": [0], "max": [59], "mean": [29.5], "std": [17.318102282486574], "count": [60]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [60]}}}
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": 60,
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.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": "h264",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.third": {
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": "h264",
86
+ "video.pix_fmt": "yuv420p",
87
+ "video.is_depth_map": false,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "observation.images.wrist": {
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.fps": 30.0,
105
+ "video.height": 480,
106
+ "video.width": 640,
107
+ "video.channels": 3,
108
+ "video.codec": "h264",
109
+ "video.pix_fmt": "yuv420p",
110
+ "video.is_depth_map": false,
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 blue duck and put it into box."}
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:0de0fc72cb7fa2bf7b78a3a06daeef8c41e127a94a105cf17426c0826f780f45
3
+ size 489323
videos/chunk-000/observation.images.third/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdb3736226164385b710634019eec6b9bc5224f220cc9f6f311b3551bf8c38cc
3
+ size 542822
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:f545b3650ffb7c361dfa1782a05e623b1e8ed97342fc1420fc1efcc02ec73174
3
+ size 243220