odellus commited on
Commit
14b1a49
·
verified ·
1 Parent(s): 552c698

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:b523b79b6e9bd58c1a32bf234a00ed1ea6096d70ac8ae04663af22011e0ca73e
3
+ size 90041
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": [-36.17926025390625, 33.4879150390625, 28.58868408203125, 48.34302520751953, -3.2088255882263184, -1.9683575630187988], "max": [42.649688720703125, 172.14028930664062, 163.8347930908203, 80.84616088867188, 0.4206307828426361, 36.402320861816406], "mean": [6.264370918273926, 60.951847076416016, 49.269676208496094, 59.38410568237305, -1.8372013568878174, 10.073596954345703], "std": [20.051652908325195, 20.25303840637207, 18.582420349121094, 7.325804233551025, 0.7140167355537415, 10.38650894165039], "count": [1331]}, "observation.state": {"min": [-35.595703125, 34.453125, 30.849609375, 48.955078125, -2.98828125, -0.6973500847816467], "max": [41.396484375, 192.12890625, 178.41796875, 80.419921875, 0.263671875, 35.704322814941406], "mean": [6.130288600921631, 59.91737747192383, 50.58358383178711, 59.465545654296875, -1.8057528734207153, 10.079919815063477], "std": [19.81891441345215, 21.692794799804688, 19.947551727294922, 7.314248085021973, 0.6460777521133423, 10.2393798828125], "count": [1331]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3494343926396316]], [[0.35954823696524063]], [[0.3510105243612596]]], "std": [[[0.2368103427536859]], [[0.20926196114751955]], [[0.2227790672400706]]], "count": [220]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3020459076054664]], [[0.3114997539735591]], [[0.30996151960784313]]], "std": [[[0.22225033450348794]], [[0.19489021514630256]], [[0.22226378839382366]]], "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:2b3f4b22f9d846b2724f187b1f4c54ae065089926e3e5edc86517a4462a5ffdc
3
+ size 13940277
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:bea0c6f920fe67f16a50d190c6e5db82e407e819db736a68b5e52c5d6f173e85
3
+ size 8908316