odellus commited on
Commit
7aec99a
·
verified ·
1 Parent(s): 5a48ca8

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:ceb27c90525a6dbea983cd54e08a5f44d30880e7394006bdedd462b67e369513
3
+ size 90431
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a hacky sack and put it in the bin."], "length": 1331}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-37.210060119628906, 35.88783264160156, 33.217071533203125, 46.708282470703125, -4.863595008850098, -1.2446842193603516], "max": [36.71651840209961, 174.505615234375, 167.61007690429688, 69.770751953125, 0.47175663709640503, 34.66569900512695], "mean": [-5.473844528198242, 62.57977294921875, 54.84522247314453, 56.7843017578125, -2.1926777362823486, 11.373921394348145], "std": [20.744327545166016, 19.870906829833984, 19.121089935302734, 4.241265773773193, 1.0073845386505127, 10.460003852844238], "count": [1331]}, "observation.state": {"min": [-37.001953125, 35.947265625, 35.771484375, 46.7578125, -4.658203125, -0.48814505338668823], "max": [36.474609375, 191.6015625, 179.208984375, 69.43359375, 0.52734375, 34.03068542480469], "mean": [-5.369582176208496, 61.251644134521484, 56.25537109375, 56.9085578918457, -2.158371925354004, 11.33566951751709], "std": [20.798931121826172, 21.342763900756836, 20.102100372314453, 4.222280025482178, 0.9752957224845886, 10.32090950012207], "count": [1331]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3412874823603684]], [[0.3484654003267974]], [[0.3414982564616756]]], "std": [[[0.21748362844754682]], [[0.17564785627674884]], [[0.18877529969281764]]], "count": [220]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27544608214497923]], [[0.2830753927139037]], [[0.2766217171717172]]], "std": [[[0.2261075923313165]], [[0.1998584216731229]], [[0.22047594287012073]]], "count": [220]}, "timestamp": {"min": [0.0], "max": [44.333333333333336], "mean": [22.166666666666664], "std": [12.807549856757666], "count": [1331]}, "frame_index": {"min": [0], "max": [1330], "mean": [665.0], "std": [384.22649570273], "count": [1331]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1331]}, "index": {"min": [0], "max": [1330], "mean": [665.0], "std": [384.22649570273], "count": [1331]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1331]}}}
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": 1331,
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": "h264",
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": "h264",
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 hacky sack 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:46140bfe8886b6e74998bf956fce92c0a864da5de531e1dd4fed50f8fc224429
3
+ size 12434835
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:ecf4741271dfc3d937886df638e4cb183dfee10ec3fa44336392f0b625fbbe89
3
+ size 8326178