sihyun77 commited on
Commit
8a86c43
·
verified ·
1 Parent(s): e5936e9

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:ab33292d27f39ecd68ad3a3c49206a1214d50ae0e49762eff457aa95146292b7
3
+ size 257866
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 3790}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-42.965065002441406, -4.898689270019531, 6.525135040283203, -84.46086120605469, -96.0301513671875, -0.31302738189697266], "max": [51.895347595214844, 159.13902282714844, 168.2108917236328, 103.37799835205078, -36.320045471191406, 56.101619720458984], "mean": [11.314064979553223, 114.76732635498047, 76.2482681274414, -21.087247848510742, -81.21723175048828, 20.328126907348633], "std": [23.165815353393555, 29.780170440673828, 28.221872329711914, 46.23578643798828, 12.498700141906738, 20.146432876586914], "count": [3790]}, "observation.state": {"min": [-41.8359375, -10.01953125, 5.009765625, -82.353515625, -95.44921875, 0.5384615063667297], "max": [50.80078125, 159.169921875, 162.0703125, 102.65625, -36.2109375, 55.769229888916016], "mean": [11.077866554260254, 115.6155776977539, 74.78836822509766, -20.59202766418457, -80.6861801147461, 20.206745147705078], "std": [22.830965042114258, 29.511003494262695, 27.970291137695312, 46.39472961425781, 12.492081642150879, 19.619991302490234], "count": [3790]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.027450980392156862]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.598524884893571]], [[0.6299219635922002]], [[0.6939338552449966]]], "std": [[[0.3224737642224869]], [[0.2864490000458339]], [[0.3421557806972211]]], "count": [483]}, "observation.images.phone": {"min": [[[0.00392156862745098]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44763460221044943]], [[0.45118598188067494]], [[0.4635346549851825]]], "std": [[[0.2709753823532899]], [[0.27521932174049085]], [[0.28124555439473736]]], "count": [483]}, "timestamp": {"min": [0.0], "max": [126.3], "mean": [63.150000000000006], "std": [36.469290734351645], "count": [3790]}, "frame_index": {"min": [0], "max": [3789], "mean": [1894.5], "std": [1094.0787220305492], "count": [3790]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [3790]}, "index": {"min": [0], "max": [3789], "mean": [1894.5], "std": [1094.0787220305492], "count": [3790]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [3790]}}}
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": 3790,
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 a lego block and put it in the bin."}
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:37939333096f306b668432f5da3fc660bd3d4361ecb5a337f5168b41c0c998af
3
+ size 36902904
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:274a7bd10d7057aeddf5ea6f9ec0943837b703e697c86a4e67bfe183b441c44c
3
+ size 38586223