ns69956 commited on
Commit
3e4807d
·
verified ·
1 Parent(s): 38a339d

Upload folder using huggingface_hub

Browse files
README.md CHANGED
@@ -1,3 +1,151 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ configs:
8
+ - config_name: default
9
+ data_files: data/*/*.parquet
10
  ---
11
+
12
+
13
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot) format.
14
+
15
+ ## Dataset Structure
16
+ ```json
17
+ {
18
+ "codebase_version": "v2.1",
19
+ "robot_type": "ur5e",
20
+ "total_episodes": 50,
21
+ "total_frames": 24200,
22
+ "total_tasks": 2,
23
+ "total_videos": 100,
24
+ "total_chunks": 1,
25
+ "chunks_size": 1000,
26
+ "fps": 30,
27
+ "splits": {
28
+ "train": "0:44",
29
+ "val" : "45:49"
30
+ },
31
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
32
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
33
+ "features": {
34
+ "observation.images.scene_image": {
35
+ "dtype": "video",
36
+ "shape": [
37
+ 480,
38
+ 640,
39
+ 3
40
+ ],
41
+ "names": [
42
+ "height",
43
+ "width",
44
+ "channel"
45
+ ],
46
+ "info": {
47
+ "video.fps": 30.0,
48
+ "video.codec": "av1",
49
+ "video.pix_fmt": "yuv420p",
50
+ "video.is_depth_map": false,
51
+ "has_audio": false
52
+ }
53
+ },
54
+ "observation.images.wrist_image": {
55
+ "dtype": "video",
56
+ "shape": [
57
+ 480,
58
+ 640,
59
+ 3
60
+ ],
61
+ "names": [
62
+ "height",
63
+ "width",
64
+ "channel"
65
+ ],
66
+ "info": {
67
+ "video.fps": 30.0,
68
+ "video.codec": "av1",
69
+ "video.pix_fmt": "yuv420p",
70
+ "video.is_depth_map": false,
71
+ "has_audio": false
72
+ }
73
+ },
74
+ "observation.state": {
75
+ "dtype": "float32",
76
+ "shape": [
77
+ 8
78
+ ],
79
+ "names": [
80
+ "x",
81
+ "y",
82
+ "z",
83
+ "rx",
84
+ "ry",
85
+ "rz",
86
+ "scanner_state",
87
+ "gripper_state"
88
+ ]
89
+ },
90
+ "action": {
91
+ "dtype": "float32",
92
+ "shape": [
93
+ 8
94
+ ],
95
+ "names": [
96
+ "x",
97
+ "y",
98
+ "z",
99
+ "rx",
100
+ "ry",
101
+ "rz",
102
+ "scanner_state",
103
+ "gripper_state"
104
+ ]
105
+ },
106
+ "timestamp": {
107
+ "dtype": "float32",
108
+ "shape": [
109
+ 1
110
+ ],
111
+ "names": null
112
+ },
113
+ "episode_index": {
114
+ "dtype": "int64",
115
+ "shape": [
116
+ 1
117
+ ],
118
+ "names": null
119
+ },
120
+ "frame_index": {
121
+ "dtype": "int64",
122
+ "shape": [
123
+ 1
124
+ ],
125
+ "names": null
126
+ },
127
+
128
+ "next.done": {
129
+ "dtype": "bool",
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
+ }
151
+ ```
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:460f751f54055cac163ee02191745e633f058f030fe53b5fdaf16f729efebe27
3
+ size 106759
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db36caf225e3370ce927b43402a0737f91e59b3442530140e4a1651242bbc246
3
+ size 127087
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0dcfaf58cf56ccbf3bf491a9e681f0b074dca2f3af518c4b77165016d2044a6
3
+ size 48100
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7573803f044f68fb4e5bd6d46fd811e2782c80238f306d4d1c97ac16a1a47c4
3
+ size 65695
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00a937ca8e4b21225d5e842ad1c935d3b01e4ea0be0c990ddc1d918e7b7da842
3
+ size 80322
meta/episodes.jsonl ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["Scan the top surface of the flat plate"], "length": 1226}
2
+ {"episode_index": 1, "tasks": ["Scan the top surface of the flat plate"], "length": 1461}
3
+ {"episode_index": 2, "tasks": ["Scan the top surface of the flat plate"], "length": 570}
4
+ {"episode_index": 3, "tasks": ["Scan the top surface of the flat plate"], "length": 773}
5
+ {"episode_index": 4, "tasks": ["Scan the top surface of the flat plate"], "length": 921}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {"episode_index": 0, "stats": {"observation.images.scene_image": {"min": [[[0.0]], [[0.01568627543747425]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2220054268836975]], [[0.2220054268836975]], [[0.2220054268836975]]], "std": [[[0.3023022413253784]], [[0.2538684010505676]], [[0.2650372087955475]]], "count": [246]}, "observation.images.wrist_image": {"min": [[[0.05098039284348488]], [[0.12941177189350128]], [[0.0941176488995552]]], "max": [[[0.7960784435272217]], [[0.8980392217636108]], [[1.0]]], "mean": [[[0.2220054268836975]], [[0.2220054268836975]], [[0.2220054268836975]]], "std": [[[0.17261330783367157]], [[0.18851858377456665]], [[0.19753174483776093]]], "count": [246]}, "observation.state": {"min": [1.8505477905273438, -2.308410406112671, 1.419035792350769, -1.6940404176712036, -1.8180345296859741, -1.7447017431259155, 0.0], "max": [2.205552577972412, -1.3080682754516602, 1.6722015142440796, -1.3482884168624878, -1.6012734174728394, 0.24151012301445007, 1.0], "mean": [2.0132012367248535, -1.7663882970809937, 1.5350273847579956, -1.5356218814849854, -1.7005894184112549, -0.834690272808075, 0.03833605349063873], "std": [0.1177757978439331, 0.3318968415260315, 0.08397610485553741, 0.114704430103302, 0.07189333438873291, 0.6590031981468201, 0.19200505316257477], "count": [1226]}, "action": {"min": [1.8505477905273438, -2.308410406112671, 1.419035792350769, -1.6940404176712036, -1.8180345296859741, -1.7447017431259155, 0.0], "max": [2.205552577972412, -1.3080682754516602, 1.6722015142440796, -1.3482884168624878, -1.6012734174728394, 0.24151012301445007, 1.0], "mean": [2.0132012367248535, -1.7663880586624146, 1.535027265548706, -1.5356218814849854, -1.7005894184112549, -0.8346903324127197, 0.03833605349063873], "std": [0.11777568608522415, 0.3318965435028076, 0.08397597819566727, 0.11470441520214081, 0.07189328968524933, 0.6590031385421753, 0.19200505316257477], "count": [1226]}, "timestamp": {"min": [0.0], "max": [40.83333206176758], "mean": [20.41666603088379], "std": [11.797186851501465], "count": [1226]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1226]}, "frame_index": {"min": [0], "max": [1225], "mean": [612.5], "std": [353.915597282742], "count": [1226]}, "next.done": {"min": [false], "max": [true], "mean": [0.000816], "std": [0.028548], "count": [1226]}, "index": {"min": [0], "max": [1225], "mean": [612.5], "std": [353.915597282742], "count": [1226]}, "task_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [1226]}}}
2
+ {"episode_index": 1, "stats": {"observation.images.scene_image": {"min": [[[0.0]], [[0.01568627543747425]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1863936334848404]], [[0.1863936334848404]], [[0.1863936334848404]]], "std": [[[0.3089136779308319]], [[0.2923922538757324]], [[0.27694299817085266]]], "count": [293]}, "observation.images.wrist_image": {"min": [[[0.0]], [[0.027450980618596077]], [[0.0313725508749485]]], "max": [[[0.9843137264251709]], [[1.0]], [[1.0]]], "mean": [[[0.1863936334848404]], [[0.1863936334848404]], [[0.1863936334848404]]], "std": [[[0.19338631629943848]], [[0.21962624788284302]], [[0.22361066937446594]]], "count": [293]}, "observation.state": {"min": [1.9405180215835571, -2.3084099292755127, 0.6997888684272766, -1.4497886896133423, -1.8180307149887085, -2.187286615371704, 0.0], "max": [2.2055537700653076, -0.8337724804878235, 1.6721938848495483, -1.3482848405838013, -1.5697048902511597, 0.24149848520755768, 1.0], "mean": [2.063774585723877, -1.51950204372406, 1.1519804000854492, -1.4025753736495972, -1.6851800680160522, -1.057873249053955, 0.03216974809765816], "std": [0.08613217622041702, 0.47933346033096313, 0.3160665035247803, 0.03297391161322594, 0.08069735765457153, 0.7894951105117798, 0.1764492392539978], "count": [1461]}, "action": {"min": [1.9405180215835571, -2.3084099292755127, 0.6997888684272766, -1.4497886896133423, -1.8180307149887085, -2.187286615371704, 0.0], "max": [2.2055537700653076, -0.8337724804878235, 1.6721938848495483, -1.3482848405838013, -1.5697048902511597, 0.24149848520755768, 1.0], "mean": [2.063774824142456, -1.519501805305481, 1.1519801616668701, -1.4025753736495972, -1.6851799488067627, -1.0578733682632446, 0.03216974809765816], "std": [0.08613209426403046, 0.4793332815170288, 0.316066175699234, 0.032973937690258026, 0.08069734275341034, 0.7894949316978455, 0.1764492392539978], "count": [1461]}, "timestamp": {"min": [0.0], "max": [48.66666793823242], "mean": [24.33333396911621], "std": [14.058476448059082], "count": [1461]}, "episode_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [1461]}, "frame_index": {"min": [0], "max": [1460], "mean": [730.0], "std": [421.7542728493295], "count": [1461]}, "next.done": {"min": [false], "max": [true], "mean": [0.000684], "std": [0.026153], "count": [1461]}, "index": {"min": [1226], "max": [2686], "mean": [1956.0], "std": [421.7542728493295], "count": [1461]}, "task_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [1461]}}}
3
+ {"episode_index": 2, "stats": {"observation.images.scene_image": {"min": [[[0.0]], [[0.019607843831181526]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.434885174036026]], [[0.4562605917453766]], [[0.4321078658103943]]], "std": [[[0.1931372582912445]], [[0.16285419464111328]], [[0.16563010215759277]]], "count": [114]}, "observation.images.wrist_image": {"min": [[[0.08235294371843338]], [[0.14901961386203766]], [[0.12156862765550613]]], "max": [[[0.7333333492279053]], [[0.8313725590705872]], [[0.9725490212440491]]], "mean": [[[0.33386728167533875]], [[0.3616696298122406]], [[0.35910412669181824]]], "std": [[[0.1184672936797142]], [[0.10850505530834198]], [[0.11671768128871918]]], "count": [114]}, "observation.state": {"min": [1.7599172592163086, -2.308417558670044, 1.6721271276474, -1.7047768831253052, -1.8180464506149292, 0.2414485216140747, 0.0], "max": [2.2055678367614746, -1.7852798700332642, 1.9122575521469116, -1.3482763767242432, -1.580692172050476, 0.9206319451332092, 1.0], "mean": [1.9376871585845947, -1.993957281112671, 1.8164666891098022, -1.5625656843185425, -1.675374984741211, 0.6497066617012024, 0.08421052992343903], "std": [0.16468842327594757, 0.1933312565088272, 0.0887187123298645, 0.13174064457416534, 0.08769232779741287, 0.2510058879852295, 0.27770331501960754], "count": [570]}, "action": {"min": [1.7599172592163086, -2.308417558670044, 1.6721271276474, -1.7047768831253052, -1.8180464506149292, 0.2414485216140747, 0.0], "max": [2.2055678367614746, -1.7852798700332642, 1.9122575521469116, -1.3482763767242432, -1.580692172050476, 0.9206319451332092, 1.0], "mean": [1.9376869201660156, -1.9939570426940918, 1.816467046737671, -1.562565803527832, -1.675374984741211, 0.6497068405151367, 0.08421052992343903], "std": [0.1646878570318222, 0.19333063066005707, 0.08871821314096451, 0.13174045085906982, 0.0876922681927681, 0.2510056495666504, 0.27770331501960754], "count": [570]}, "timestamp": {"min": [0.0], "max": [18.96666717529297], "mean": [9.483333587646484], "std": [5.484818935394287], "count": [570]}, "episode_index": {"min": [2], "max": [2], "mean": [2.0], "std": [0.0], "count": [570]}, "frame_index": {"min": [0], "max": [569], "mean": [284.5], "std": [164.54457349504622], "count": [570]}, "next.done": {"min": [false], "max": [true], "mean": [0.001754], "std": [0.041849], "count": [570]}, "index": {"min": [2687], "max": [3256], "mean": [2971.5], "std": [164.54457349504622], "count": [570]}, "task_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [570]}}}
4
+ {"episode_index": 3, "stats": {"observation.images.scene_image": {"min": [[[0.0]], [[0.019607843831181526]], [[0.0235294122248888]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3523440957069397]], [[0.3523440957069397]], [[0.3523440957069397]]], "std": [[[0.2334868162870407]], [[0.20846854150295258]], [[0.200485497713089]]], "count": [155]}, "observation.images.wrist_image": {"min": [[[0.0]], [[0.07450980693101883]], [[0.0784313753247261]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3272228538990021]], [[0.3422848582267761]], [[0.34115326404571533]]], "std": [[[0.12962552905082703]], [[0.1229783445596695]], [[0.12612469494342804]]], "count": [155]}, "observation.state": {"min": [1.2788139581680298, -2.3083980083465576, 1.276070475578308, -1.6576300859451294, -1.8180311918258667, -0.33527594804763794, 0.0], "max": [2.205579996109009, -1.2013322114944458, 1.672197699546814, -1.3482882976531982, -1.549338698387146, 0.24151040613651276, 1.0], "mean": [1.6760469675064087, -1.67585289478302, 1.4458626508712769, -1.525031328201294, -1.6645084619522095, -0.08804217725992203, 0.05950840935111046], "std": [0.32450076937675476, 0.38764944672584534, 0.13868576288223267, 0.10830482840538025, 0.09406428784132004, 0.20194914937019348, 0.2365727424621582], "count": [773]}, "action": {"min": [1.2788139581680298, -2.3083980083465576, 1.276070475578308, -1.6576300859451294, -1.8180311918258667, -0.33527594804763794, 0.0], "max": [2.205579996109009, -1.2013322114944458, 1.672197699546814, -1.3482882976531982, -1.549338698387146, 0.24151040613651276, 1.0], "mean": [1.6760467290878296, -1.6758527755737305, 1.4458625316619873, -1.525031566619873, -1.6645084619522095, -0.0880422294139862, 0.05950840935111046], "std": [0.32450029253959656, 0.38764917850494385, 0.13868537545204163, 0.10830476135015488, 0.09406427294015884, 0.2019490748643875, 0.2365727424621582], "count": [773]}, "timestamp": {"min": [0.0], "max": [25.733333587646484], "mean": [12.866666793823242], "std": [7.43818998336792], "count": [773]}, "episode_index": {"min": [3], "max": [3], "mean": [3.0], "std": [0.0], "count": [773]}, "frame_index": {"min": [0], "max": [772], "mean": [386.0], "std": [223.1456923178218], "count": [773]}, "next.done": {"min": [false], "max": [true], "mean": [0.001294], "std": [0.035944], "count": [773]}, "index": {"min": [3257], "max": [4029], "mean": [3643.0], "std": [223.1456923178218], "count": [773]}, "task_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [773]}}}
5
+ {"episode_index": 4, "stats": {"observation.images.scene_image": {"min": [[[0.0]], [[0.019607843831181526]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2952072024345398]], [[0.2952072024345398]], [[0.2952072024345398]]], "std": [[[0.24413475394248962]], [[0.21329212188720703]], [[0.23075221478939056]]], "count": [185]}, "observation.images.wrist_image": {"min": [[[0.04313725605607033]], [[0.15294118225574493]], [[0.11764705926179886]]], "max": [[[0.8274509906768799]], [[1.0]], [[1.0]]], "mean": [[[0.2368415892124176]], [[0.2858710289001465]], [[0.29185950756073]]], "std": [[[0.1726907640695572]], [[0.15954706072807312]], [[0.16656796634197235]]], "count": [185]}, "observation.state": {"min": [2.0922930240631104, -2.3084065914154053, 0.7933791279792786, -1.5015677213668823, -1.8180187940597534, 0.24144501984119415, 0.0], "max": [2.205564498901367, -0.8873439431190491, 1.672186255455017, -1.3482882976531982, -1.5660136938095093, 1.2935904264450073, 1.0], "mean": [2.1428346633911133, -1.5213921070098877, 1.1855080127716064, -1.433172345161438, -1.678455114364624, 0.824142336845398, 0.048859935253858566], "std": [0.03873702511191368, 0.4862421751022339, 0.3006781041622162, 0.05243585258722305, 0.08621334284543991, 0.3599972426891327, 0.21557581424713135], "count": [921]}, "action": {"min": [2.0922930240631104, -2.3084065914154053, 0.7933791279792786, -1.5015677213668823, -1.8180187940597534, 0.24144501984119415, 0.0], "max": [2.205564498901367, -0.8873439431190491, 1.672186255455017, -1.3482882976531982, -1.5660136938095093, 1.2935904264450073, 1.0], "mean": [2.1428346633911133, -1.5213918685913086, 1.1855077743530273, -1.433172345161438, -1.6784549951553345, 0.8241423964500427, 0.048859935253858566], "std": [0.0387369729578495, 0.48624181747436523, 0.3006775677204132, 0.05243585631251335, 0.0862133577466011, 0.3599971830844879, 0.21557581424713135], "count": [921]}, "timestamp": {"min": [0.0], "max": [30.66666603088379], "mean": [15.333333015441895], "std": [8.862321853637695], "count": [921]}, "episode_index": {"min": [4], "max": [4], "mean": [4.0], "std": [0.0], "count": [921]}, "frame_index": {"min": [0], "max": [920], "mean": [460.0], "std": [265.86964224346235], "count": [921]}, "next.done": {"min": [false], "max": [true], "mean": [0.001086], "std": [0.032933], "count": [921]}, "index": {"min": [4030], "max": [4950], "mean": [4490.0], "std": [265.86964224346235], "count": [921]}, "task_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [921]}}}
meta/global_min_max.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "features":[
3
+ "Base",
4
+ "Shoulder",
5
+ "Elbow",
6
+ "Wrist1",
7
+ "Wrist2",
8
+ "Wrist3",
9
+ "scanner_state"
10
+ ],
11
+ "observation.state": {
12
+ "min": [
13
+ 1.2788139581680298,
14
+ -2.308417558670044,
15
+ 0.6997888684272766,
16
+ -1.7047768831253052,
17
+ -1.8180464506149292,
18
+ -2.187286615371704,
19
+ 0.0
20
+ ],
21
+ "max": [
22
+ 2.205579996109009,
23
+ -0.8337724804878235,
24
+ 1.9122575521469116,
25
+ -1.3482763767242432,
26
+ -1.549338698387146,
27
+ 1.2935904264450073,
28
+ 1.0
29
+ ]
30
+ },
31
+ "action": {
32
+ "min": [
33
+ 1.2788139581680298,
34
+ -2.308417558670044,
35
+ 0.6997888684272766,
36
+ -1.7047768831253052,
37
+ -1.8180464506149292,
38
+ -2.187286615371704,
39
+ 0.0
40
+ ],
41
+ "max": [
42
+ 2.205579996109009,
43
+ -0.8337724804878235,
44
+ 1.9122575521469116,
45
+ -1.3482763767242432,
46
+ -1.549338698387146,
47
+ 1.2935904264450073,
48
+ 1.0
49
+ ]
50
+ },
51
+ "scanner_state_pos_weight": 20.248927038626608
52
+ }
meta/index_tracker.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"next_index": 4951}
meta/info.json ADDED
@@ -0,0 +1,131 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "ur5e",
4
+ "total_episodes": 5,
5
+ "total_frames": 4951,
6
+ "total_tasks": 2,
7
+ "total_videos": 10,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "val": "0:4"
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
+ "observation.images.scene_image": {
18
+ "dtype": "video",
19
+ "shape": [
20
+ 480,
21
+ 640,
22
+ 3
23
+ ],
24
+ "names": [
25
+ "height",
26
+ "width",
27
+ "channel"
28
+ ],
29
+ "info": {
30
+ "video.fps": 30.0,
31
+ "video.codec": "av1",
32
+ "video.pix_fmt": "yuv420p",
33
+ "video.is_depth_map": false,
34
+ "has_audio": false
35
+ }
36
+ },
37
+ "observation.images.wrist_image": {
38
+ "dtype": "video",
39
+ "shape": [
40
+ 480,
41
+ 640,
42
+ 3
43
+ ],
44
+ "names": [
45
+ "height",
46
+ "width",
47
+ "channel"
48
+ ],
49
+ "info": {
50
+ "video.fps": 30.0,
51
+ "video.codec": "av1",
52
+ "video.pix_fmt": "yuv420p",
53
+ "video.is_depth_map": false,
54
+ "has_audio": false
55
+ }
56
+ },
57
+ "observation.state": {
58
+ "dtype": "float32",
59
+ "shape": [
60
+ 7
61
+ ],
62
+ "names": [
63
+ "Base",
64
+ "Shoulder",
65
+ "Elbow",
66
+ "Wrist1",
67
+ "Wrist2",
68
+ "Wrist3",
69
+ "scanner_state"
70
+ ]
71
+ },
72
+ "action": {
73
+ "dtype": "float32",
74
+ "shape": [
75
+ 7
76
+ ],
77
+ "names": [
78
+ "Base",
79
+ "Shoulder",
80
+ "Elbow",
81
+ "Wrist1",
82
+ "Wrist2",
83
+ "Wrist3",
84
+ "scanner_state"
85
+ ]
86
+ },
87
+ "timestamp": {
88
+ "dtype": "float32",
89
+ "shape": [
90
+ 1
91
+ ],
92
+ "names": null
93
+ },
94
+ "episode_index": {
95
+ "dtype": "int64",
96
+ "shape": [
97
+ 1
98
+ ],
99
+ "names": null
100
+ },
101
+ "frame_index": {
102
+ "dtype": "int64",
103
+ "shape": [
104
+ 1
105
+ ],
106
+ "names": null
107
+ },
108
+
109
+ "next.done": {
110
+ "dtype": "bool",
111
+ "shape": [
112
+ 1
113
+ ],
114
+ "names": null
115
+ },
116
+ "index": {
117
+ "dtype": "int64",
118
+ "shape": [
119
+ 1
120
+ ],
121
+ "names": null
122
+ },
123
+ "task_index": {
124
+ "dtype": "int64",
125
+ "shape": [
126
+ 1
127
+ ],
128
+ "names": null
129
+ }
130
+ }
131
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ {"task_index": 0, "task": "Scan the top surface of the crank"}
2
+ {"task_index": 1, "task": "Scan the top surface of the flat plate"}
videos/chunk-000/observation.images.scene_image/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99361f0c386eeb114c07bf13bdc3d897e7f3fafaceb63f73e2492a7fd0a73266
3
+ size 11024167
videos/chunk-000/observation.images.scene_image/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d8f25c4fe54ca36ae5dd9eaca1c3f2fc5653f738e932b7395c4a5e7229c8221
3
+ size 13203447
videos/chunk-000/observation.images.scene_image/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8c6c055828133635edb34718f25506ec4fbd4123de594c28f02fc7280abd56c
3
+ size 4983393
videos/chunk-000/observation.images.scene_image/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:999115071a465a7e765427b128e25b647e76d6186438441c35e76698b7a2d6e7
3
+ size 6499846
videos/chunk-000/observation.images.scene_image/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ee62412e934cf44035dc295c58d95bcaeeeac9ec4992148c75f920d88bae74a
3
+ size 8199386
videos/chunk-000/observation.images.wrist_image/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0847d93a789d3eff485398cc7d242db2ff52714788a7ddc7cea06af17bde94e
3
+ size 3406200
videos/chunk-000/observation.images.wrist_image/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:947697fc9c0ededdd44623e056eb3208a66deed2b35681641712536d41ee77fa
3
+ size 4011974
videos/chunk-000/observation.images.wrist_image/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41c2def5024db88d1be25bff82e79ccb06954b9fd51b48d8d3d76c09d2c834f2
3
+ size 1705531
videos/chunk-000/observation.images.wrist_image/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06b78dd10f71ca45aba514f6a5b7641a18217048160b6dd8856d4f328f366377
3
+ size 2278043
videos/chunk-000/observation.images.wrist_image/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a88ebaf3d1f40fc5dd8f0cb24fa78c6fc071bc7fe18b861bca792796c577a1b
3
+ size 2507071