zxjessica commited on
Commit
76e9d1e
·
verified ·
1 Parent(s): aa48b50

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:0e8416065f9b738dee8ff209c2735ca8c643a67e1bdca8363df25c77aa293c45
3
+ size 72876
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp rum bottle and pour into a cup."], "length": 1031}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [64.11067962646484, 26.37195587158203, 61.23280334472656, -82.93251037597656, -105.99453735351562, -1.702146053314209], "max": [109.44718933105469, 193.35604858398438, 182.62979125976562, 80.44108581542969, 15.600776672363281, 42.64164733886719], "mean": [79.06744384765625, 118.37492370605469, 131.5856170654297, -11.679828643798828, -63.514915466308594, 7.532073974609375], "std": [14.722066879272461, 60.14710998535156, 34.365413665771484, 50.05451965332031, 42.06092071533203, 15.449196815490723], "count": [1031]}, "observation.state": {"min": [65.302734375, 25.3125, 65.390625, -79.716796875, -105.8203125, -1.9591835737228394], "max": [109.072265625, 191.337890625, 176.572265625, 78.046875, 15.556640625, 42.20408248901367], "mean": [79.36544036865234, 116.99478149414062, 136.40567016601562, -9.965740203857422, -63.32978439331055, 17.95723533630371], "std": [14.608531951904297, 60.31676483154297, 33.00509262084961, 50.399452209472656, 42.123287200927734, 12.091765403747559], "count": [1031]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3001481421297801]], [[0.29368227079045245]], [[0.273601563346333]]], "std": [[[0.17794968709419276]], [[0.18469538517619477]], [[0.21533757451260854]]], "count": [181]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36606523647672695]], [[0.32905537274762575]], [[0.31016930496876466]]], "std": [[[0.23823601725650398]], [[0.2012847929448685]], [[0.16212374420090625]]], "count": [181]}, "timestamp": {"min": [0.0], "max": [34.333333333333336], "mean": [17.166666666666664], "std": [9.920797458985957], "count": [1031]}, "frame_index": {"min": [0], "max": [1030], "mean": [515.0], "std": [297.6239237695787], "count": [1031]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1031]}, "index": {"min": [0], "max": [1030], "mean": [515.0], "std": [297.6239237695787], "count": [1031]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1031]}}}
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": 1031,
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 rum bottle and pour into a cup."}
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:d3deb8eba933671ea86a106071202158e146ed7f7949f71d4d707026e39cb54e
3
+ size 2826001
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:5d9adb9ba4b1cd0de5452b4d28aa11ef1786a69b2a458e761ced31cb1055210a
3
+ size 33685143