robotchip commited on
Commit
230454d
·
verified ·
1 Parent(s): 0b26b1b

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:7dde12060e8b50e356909d20477a14928c71a2de0ea3f4764204513eb35c7427
3
+ size 7023
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 72}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-10.458984375, 69.521484375, 53.4375, 1.669921875, -2.2776572704315186, 77.783203125], "max": [-10.01953125, 119.443359375, 94.5703125, 2.373046875, -2.060737371444702, 122.16796875], "mean": [-10.12451171875, 106.292724609375, 65.9423828125, 1.982421875, -2.2475287914276123, 95.135498046875], "std": [0.11867846548557281, 15.9529447555542, 13.909201622009277, 0.2570326626300812, 0.07280703634023666, 14.126912117004395], "count": [72]}, "observation.state": {"min": [-10.634765625, 66.708984375, 54.228515625, 1.93359375, -1.2014133930206299, 81.2109375], "max": [-9.931640625, 119.267578125, 96.85546875, 2.021484375, -1.2014133930206299, 122.958984375], "mean": [-10.191650390625, 104.58251953125, 68.45458984375, 2.020263671875, -1.201413631439209, 97.374267578125], "std": [0.2053067684173584, 17.14354133605957, 14.945235252380371, 0.010285827331244946, 2.384185791015625e-07, 13.38421630859375], "count": [72]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.8549019607843137]], [[0.8666666666666667]], [[0.8666666666666667]]], "mean": [[[0.49387936297204066]], [[0.480600498706427]], [[0.45184735838779955]]], "std": [[[0.11856213082146537]], [[0.12264204812277399]], [[0.12429206022443333]]], "count": [72]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9882352941176471]], [[1.0]]], "mean": [[[0.5512788671023965]], [[0.5345977243327887]], [[0.5413750992874001]]], "std": [[[0.21960038606828355]], [[0.2581961594525775]], [[0.24309869494398717]]], "count": [72]}, "timestamp": {"min": [0.0], "max": [2.3666666666666667], "mean": [1.1833333333333333], "std": [0.6927534968568599], "count": [72]}, "frame_index": {"min": [0], "max": [71], "mean": [35.5], "std": [20.7826049057058], "count": [72]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [72]}, "index": {"min": [0], "max": [71], "mean": [35.5], "std": [20.7826049057058], "count": [72]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [72]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101",
4
+ "total_episodes": 1,
5
+ "total_frames": 72,
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_elbow_flex",
25
+ "main_wrist_flex",
26
+ "main_wrist_roll",
27
+ "main_gripper",
28
+ "main_shoulder_lift"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "main_shoulder_pan",
38
+ "main_elbow_flex",
39
+ "main_wrist_flex",
40
+ "main_wrist_roll",
41
+ "main_gripper",
42
+ "main_shoulder_lift"
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.height": 480,
59
+ "video.width": 640,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 30,
64
+ "video.channels": 3,
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.height": 480,
82
+ "video.width": 640,
83
+ "video.codec": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 30,
87
+ "video.channels": 3,
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:329cda6ea15cb6c026a14dd51aadcec8b762a650fbd89c13ed692b6765aeeed3
3
+ size 97077
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:a5324cbaea6a94f6cac886151d33cc0938504eb50c1fe93f8a999ee1ad861b5c
3
+ size 516452