Hupy440 commited on
Commit
337130b
·
verified ·
1 Parent(s): f42af42

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:fcbb83a673645220ed339db3224734cef00fb53bad0fc2fd4f5eb53303ea964d
3
+ size 36974
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the red cube and put it in the white bowl"], "length": 490}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-21.165294647216797, -100.75299072265625, 34.239219665527344, 28.524431228637695, -56.24674987792969, -0.47316503524780273], "max": [7.482348442077637, 10.50168228149414, 101.9695053100586, 65.3376235961914, -45.07383728027344, 23.51863670349121], "mean": [0.022576021030545235, -31.824798583984375, 53.827301025390625, 41.62596130371094, -48.96886444091797, 7.992550373077393], "std": [7.702919006347656, 30.909273147583008, 23.00921058654785, 8.592365264892578, 3.7397780418395996, 6.672263145446777], "count": [490]}, "observation.state": {"min": [-21.137298583984375, -99.43910217285156, 35.10297393798828, 29.340801239013672, -57.38740921020508, 0.5551699995994568], "max": [7.2951741218566895, 10.01602554321289, 99.63386535644531, 75.35545349121094, -45.21990966796875, 22.97015953063965], "mean": [0.007176961749792099, -31.679426193237305, 55.723724365234375, 42.2087516784668, -49.1024284362793, 7.954929351806641], "std": [7.707359790802002, 31.802860260009766, 23.139638900756836, 9.192253112792969, 3.751615285873413, 6.59870719909668], "count": [490]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4860020248083207]], [[0.5357082154977376]], [[0.522481334841629]]], "std": [[[0.28586845091894764]], [[0.17710602435888403]], [[0.20051211724022774]]], "count": [104]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47548943603883864]], [[0.5041643963675213]], [[0.4190519871009301]]], "std": [[[0.316476899293376]], [[0.18019270108346783]], [[0.20907020088818964]]], "count": [104]}, "timestamp": {"min": [0.0], "max": [16.3], "mean": [8.15], "std": [4.715017379489591], "count": [490]}, "frame_index": {"min": [0], "max": [489], "mean": [244.5], "std": [141.45052138468773], "count": [490]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [490]}, "index": {"min": [0], "max": [489], "mean": [244.5], "std": [141.45052138468773], "count": [490]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [490]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 490,
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
+ "shoulder_pan.pos",
24
+ "shoulder_lift.pos",
25
+ "elbow_flex.pos",
26
+ "wrist_flex.pos",
27
+ "wrist_roll.pos",
28
+ "gripper.pos"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "shoulder_pan.pos",
38
+ "shoulder_lift.pos",
39
+ "elbow_flex.pos",
40
+ "wrist_flex.pos",
41
+ "wrist_roll.pos",
42
+ "gripper.pos"
43
+ ]
44
+ },
45
+ "observation.images.front": {
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.top": {
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": "Grab the red cube and put it in the white bowl"}
videos/chunk-000/observation.images.front/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:baed3fb8399b2db881a1d9bd23aae22f4c7471fc6dacd2e1e244706ffdc3d3d4
3
+ size 9845708
videos/chunk-000/observation.images.top/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff36504dfa190068ef071e3e02b6cc299ce926f65a01ceba7880abafa2a3eaee
3
+ size 8299499