sihyun77 commited on
Commit
17c2366
·
verified ·
1 Parent(s): 6c474da

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:101b65892f204f235ca14459f8e6f12e8e106dfbe46e674d5b12be66f8145975
3
+ size 258781
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 3801}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-27.845972061157227, -13.054039001464844, 3.5942306518554688, 52.575767517089844, -120.74868774414062, -1.4022140502929688], "max": [45.85896301269531, 133.97816467285156, 164.07281494140625, 98.93196105957031, -54.2242431640625, 46.82160568237305], "mean": [7.624966621398926, 88.44094848632812, 104.4660873413086, 72.2787094116211, -85.77001953125, 18.71230697631836], "std": [18.151226043701172, 40.765403747558594, 40.1326789855957, 9.216062545776367, 16.68779754638672, 17.835044860839844], "count": [3801]}, "observation.state": {"min": [-26.3671875, -12.3046875, 3.779296875, 52.3828125, -109.16015625, -0.07692307978868484], "max": [44.912109375, 134.736328125, 156.09375, 97.822265625, -54.580078125, 45.61538314819336], "mean": [7.4173583984375, 90.9218978881836, 100.54239654541016, 71.81725311279297, -84.76941680908203, 21.11041831970215], "std": [17.57916259765625, 41.544654846191406, 39.28105545043945, 8.880426406860352, 15.761037826538086, 16.249635696411133], "count": [3801]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.023529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6424475469940042]], [[0.6512519437354831]], [[0.6911778901987793]]], "std": [[[0.3415379164921615]], [[0.297805369530368]], [[0.33328483863910496]]], "count": [484]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46688249726543507]], [[0.4665251508230703]], [[0.49018023145897477]]], "std": [[[0.2716029282717865]], [[0.26167671430878936]], [[0.25919644644467177]]], "count": [484]}, "timestamp": {"min": [0.0], "max": [126.66666666666667], "mean": [63.333333333333336], "std": [36.57513828737686], "count": [3801]}, "frame_index": {"min": [0], "max": [3800], "mean": [1900.0], "std": [1097.2541486213058], "count": [3801]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [3801]}, "index": {"min": [0], "max": [3800], "mean": [1900.0], "std": [1097.2541486213058], "count": [3801]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [3801]}}}
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": 3801,
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:c854750d68805489ef9d36d50358393c15548000bf11fe9224f0b16fefe0651d
3
+ size 43441724
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:e6d7a11127274eddee1b0c29aaf3660dd7b0a349f3a5bf506e20938c1303ff36
3
+ size 42867059