adungus commited on
Commit
e70c6e8
·
verified ·
1 Parent(s): 25f3cb5

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:194d56e2569c8d8e6850b71328663df5a5e565f90b4406bda598abc5060dc0dd
3
+ size 98710
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Put the black box in the cup"], "length": 1366}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-68.61570739746094, -101.0638427734375, -82.92881774902344, -32.11580276489258, -16.131813049316406, -0.6802530288696289], "max": [62.292057037353516, 70.40286254882812, 101.3251724243164, 7.276567459106445, 64.46040344238281, 63.207088470458984], "mean": [18.314191818237305, -25.2343692779541, 20.139862060546875, -6.007119655609131, 34.92485427856445, 12.827983856201172], "std": [31.009206771850586, 55.249778747558594, 59.57797622680664, 7.837668418884277, 19.701927185058594, 17.258586883544922], "count": [1366]}, "observation.state": {"min": [-68.44331359863281, -100.0, -80.70567321777344, -31.868131637573242, -16.092796325683594, 0.9283819794654846], "max": [62.52115249633789, 71.78602600097656, 99.1960678100586, 7.008546829223633, 63.907203674316406, 62.931034088134766], "mean": [17.988306045532227, -24.49188232421875, 21.164241790771484, -6.00802755355835, 34.884498596191406, 12.98216438293457], "std": [30.95044708251953, 56.405555725097656, 59.10447692871094, 7.79050350189209, 19.695655822753906, 16.7922420501709], "count": [1366]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.533028960716231]], [[0.5355890826816838]], [[0.5385046223350451]]], "std": [[[0.16958699030231825]], [[0.17035088020234396]], [[0.16375617586475757]]], "count": [224]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.612532970306178]], [[0.6127915888577653]], [[0.6010885708450047]]], "std": [[[0.2693073240366966]], [[0.25930936915402064]], [[0.24442500254486924]]], "count": [224]}, "timestamp": {"min": [0.0], "max": [45.5], "mean": [22.749999999999996], "std": [13.144337606403417], "count": [1366]}, "frame_index": {"min": [0], "max": [1365], "mean": [682.5], "std": [394.3301281921025], "count": [1366]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1366]}, "index": {"min": [0], "max": [1365], "mean": [682.5], "std": [394.3301281921025], "count": [1366]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1366]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 1366,
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.top": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 720,
49
+ 1280,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 720,
59
+ "video.width": 1280,
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.side": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 720,
72
+ 1280,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 720,
82
+ "video.width": 1280,
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": "Put the black box in the cup"}
videos/chunk-000/observation.images.side/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5a21b186b909b281344fce5fe81ae8b0eee0be6de95d18b400afcec5c76a88c
3
+ size 55945520
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:e3834fb7d97eb04543f890f1cb6ac45e61535c1f80361b1bdefd56b9fd4eec3e
3
+ size 31851813