danielkorth commited on
Commit
db0c662
·
verified ·
1 Parent(s): e05d0cb

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:6da088c5ebb7e135cf713babd8e7380f0ce4d9f6b7954743991cadb615903f8f
3
+ size 13103
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Put the blue bottle cap into the box"], "length": 198}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-23.261032104492188, -100.0, 30.188678741455078, -12.6614990234375, -7.4462504386901855, 0.0], "max": [-12.49065113067627, -41.908714294433594, 99.3710708618164, 74.4186019897461, -3.3036181926727295, 36.115325927734375], "mean": [-18.74693489074707, -71.06413269042969, 74.68988800048828, 26.81552505493164, -4.2151994705200195, 11.685535430908203], "std": [3.741670846939087, 26.30651092529297, 18.459949493408203, 32.647403717041016, 1.0113039016723633, 10.681693077087402], "count": [198]}, "observation.state": {"min": [-23.449541091918945, -98.41534423828125, 33.61774826049805, -11.461440086364746, -7.789987564086914, 2.6143791675567627], "max": [-12.220183372497559, -41.86822509765625, 98.20819091796875, 72.64592742919922, -3.296703338623047, 33.006534576416016], "mean": [-18.74970054626465, -70.322998046875, 75.8924560546875, 27.920888900756836, -4.261174201965332, 12.017542839050293], "std": [3.648716449737549, 26.154327392578125, 17.966772079467773, 32.07817840576172, 1.1709638833999634, 9.731766700744629], "count": [198]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.47263237472766884]], [[0.4959282053376906]], [[0.5052958387799564]]], "std": [[[0.13994744431239559]], [[0.15609281591306964]], [[0.1586715480004027]]], "count": [100]}, "observation.images.gripper": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5474933088235294]], [[0.5337594798474946]], [[0.5396673720043572]]], "std": [[[0.2273302385844518]], [[0.22348133968383052]], [[0.22480264877931336]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.566666666666666], "mean": [3.2833333333333337], "std": [1.9052315889170555], "count": [198]}, "frame_index": {"min": [0], "max": [197], "mean": [98.5], "std": [57.15694766751166], "count": [198]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [198]}, "index": {"min": [0], "max": [197], "mean": [98.5], "std": [57.15694766751166], "count": [198]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [198]}}}
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": 198,
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.side": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 1080,
49
+ 1920,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 1080,
59
+ "video.width": 1920,
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.gripper": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 1080,
72
+ 1920,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 1080,
82
+ "video.width": 1920,
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 blue bottle cap into the box"}
videos/chunk-000/observation.images.gripper/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b856f8d036330779b33bbbd8b8b52b210333f7f506fe802580125f3f788c8e82
3
+ size 2766166
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:a07670431b7593670b289443f193dbf97f768fde5d3e3c754372a4123a8504fd
3
+ size 3512818