howardat666 commited on
Commit
3466c2e
·
verified ·
1 Parent(s): 6c929a8

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:4da84aadbacc3a8b503d89c170ed5c0b0533cb166fb9c301fe60a18e1b3d73e4
3
+ size 39015
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the cup."], "length": 864}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-4.21875, 62.9296875, 44.208984375, 46.845703125, -54.228515625, -1.0126582384109497], "max": [52.734375, 193.095703125, 180.966796875, 99.755859375, -12.216796875, 49.873416900634766], "mean": [15.708516120910645, 155.78211975097656, 146.62159729003906, 67.55379486083984, -26.434326171875, 25.154930114746094], "std": [19.594078063964844, 45.93745803833008, 43.0654296875, 15.678107261657715, 10.744979858398438, 20.699352264404297], "count": [864]}, "observation.state": {"min": [-4.04296875, 62.490234375, 46.58203125, 47.724609375, -53.7890625, 0.2958579957485199], "max": [51.85546875, 192.65625, 182.373046875, 97.998046875, -12.65625, 49.260353088378906], "mean": [15.824381828308105, 155.38433837890625, 147.66726684570312, 67.77969360351562, -26.42557716369629, 27.29833984375], "std": [19.558063507080078, 46.15880584716797, 42.747108459472656, 15.061277389526367, 10.75317096710205, 20.72334861755371], "count": [864]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36115524288856005]], [[0.36524744753771526]], [[0.37970224698894234]]], "std": [[[0.2353618969384528]], [[0.23581112096126255]], [[0.2266130031345342]]], "count": [159]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36115524288856005]], [[0.36524744753771526]], [[0.37970224698894234]]], "std": [[[0.2353618969384528]], [[0.23581112096126255]], [[0.2266130031345342]]], "count": [159]}, "timestamp": {"min": [0.0], "max": [28.766666666666666], "mean": [14.383333333333335], "std": [8.31383830774976], "count": [864]}, "frame_index": {"min": [0], "max": [863], "mean": [431.5], "std": [249.4151492324928], "count": [864]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [864]}, "index": {"min": [0], "max": [863], "mean": [431.5], "std": [249.4151492324928], "count": [864]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [864]}}}
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": 864,
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.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 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:ad88b1995464c6c87cdd5fbd8e647e9406ea864848714b326869448686ea1069
3
+ size 8279969
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:ad88b1995464c6c87cdd5fbd8e647e9406ea864848714b326869448686ea1069
3
+ size 8279969