cijerezg commited on
Commit
c7acbf4
·
verified ·
1 Parent(s): e6b6a0c

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:48c0fdb2e7b0c03b7ba74f5c53b04c93e5f9f5a3d7e99b2b6f30adbda3927e70
3
+ size 89633
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Push object across mat"], "length": 1349}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-13.860464096069336, -73.83624267578125, -61.255210876464844, 57.03450012207031, -49.30424118041992, 9.022438049316406], "max": [36.04082107543945, 48.892799377441406, 39.9342155456543, 94.17595672607422, 29.26937484741211, 15.45960807800293], "mean": [22.364036560058594, 31.22027015686035, -42.56256103515625, 83.03582763671875, -41.055091857910156, 13.750981330871582], "std": [6.924718856811523, 17.177566528320312, 14.267223358154297, 7.100156307220459, 9.101880073547363, 0.9948993921279907], "count": [1349]}, "observation.state": {"min": [-47.727272033691406, -100.0, -58.451026916503906, 51.91740417480469, -48.64048385620117, 2.465078115463257], "max": [35.90909194946289, 49.93258285522461, 100.0, 93.60865020751953, 100.0, 15.036975860595703], "mean": [21.83905792236328, 32.99021530151367, -40.567508697509766, 83.1366958618164, -40.35404968261719, 13.675868034362793], "std": [7.983184337615967, 19.273597717285156, 17.104907989501953, 7.210402965545654, 13.103889465332031, 1.1328226327896118], "count": [1349]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46980104264655453]], [[0.45287677907909946]], [[0.4065642565015657]]], "std": [[[0.23402130665681853]], [[0.21346082906466585]], [[0.1970837465653761]]], "count": [222]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4545582089442383]], [[0.4733455992757463]], [[0.49842358627009364]]], "std": [[[0.2363978826149298]], [[0.23341042655530686]], [[0.2237077356412802]]], "count": [222]}, "timestamp": {"min": [0.0], "max": [44.93333333333333], "mean": [22.46666666666667], "std": [12.98075498574717], "count": [1349]}, "frame_index": {"min": [0], "max": [1348], "mean": [674.0], "std": [389.4226495724151], "count": [1349]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1349]}, "index": {"min": [0], "max": [1348], "mean": [674.0], "std": [389.4226495724151], "count": [1349]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1349]}}}
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": 1349,
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
+ 340,
49
+ 340,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 340,
59
+ "video.width": 340,
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.wrist": {
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": "Push object across mat"}
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:4bc1f2fd16686ea61ebace24c2dea168cff1673b11538022ec7817ea8246d6bd
3
+ size 8178690
videos/chunk-000/observation.images.wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7dfa2d265eaf2e465a45851602340c36e5311949190166c2eca4b454aca7b2c0
3
+ size 9432574