hyfather commited on
Commit
4b96d6b
·
verified ·
1 Parent(s): 46602dd

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:527b433f9e3a5cb0cdf4c447cea082b2d21acdd487f0b6080835c835d235db40
3
+ size 43495
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["go to rest position"], "length": 777}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-1.154259443283081, -0.4566600024700165, -1.3452874422073364, -0.008978419005870819, -2.9884305000305176, -1.40445876121521], "max": [3.040571451187134, 1.6783274412155151, 2.635533094406128, 4.033087253570557, 1.052848219871521, 1.498225450515747], "mean": [0.7520939111709595, 0.5324615240097046, 0.3584709167480469, 1.1580376625061035, -0.5150484442710876, 0.011977081187069416], "std": [0.8542194962501526, 0.32887914776802063, 0.6182952523231506, 0.701484203338623, 0.675309419631958, 0.5457243919372559], "count": [777]}, "observation.state": {"min": [-0.087890625, 0.52734375, 23.90625, -0.263671875, -1.669921875, 0.0], "max": [2.98828125, 1.0546875, 23.90625, 1.93359375, 0.439453125, 0.3401360511779785], "mean": [0.7653384208679199, 0.6878544092178345, 23.90625, 0.041626449674367905, -0.4552892744541168, 0.09039659053087234], "std": [0.4687836766242981, 0.10606489330530167, 0.0, 0.3956020772457123, 0.3244239389896393, 0.14987917244434357], "count": [777]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48773417700413496]], [[0.4868561452358721]], [[0.48030069527811126]]], "std": [[[0.30788924477214163]], [[0.3075904902336965]], [[0.31662585465106285]]], "count": [147]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9607843137254902]], [[0.9647058823529412]]], "mean": [[[0.4777064520252546]], [[0.4598940298341559]], [[0.44205707838691033]]], "std": [[[0.32329113860565684]], [[0.3317280862777531]], [[0.3382392098049134]]], "count": [147]}, "timestamp": {"min": [0.0], "max": [25.866666666666667], "mean": [12.933333333333334], "std": [7.4766797939152605], "count": [777]}, "frame_index": {"min": [0], "max": [776], "mean": [388.0], "std": [224.3003938174578], "count": [777]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [777]}, "index": {"min": [0], "max": [776], "mean": [388.0], "std": [224.3003938174578], "count": [777]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [777]}}}
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": 777,
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
+ 600,
49
+ 800,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.fps": 30.0,
59
+ "video.height": 600,
60
+ "video.width": 800,
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": "go to rest position"}
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:cc4e70b8fa0cd520365263c4012422d95af831bca715560c2250509e785cec17
3
+ size 13717642
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:f4ca586ffa531a6563c48258ae7f12ddbc537c280118602309b9373d86203e5a
3
+ size 6022992