radiuson commited on
Commit
713484c
·
verified ·
1 Parent(s): d49cf2e

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:5edc5ab75603374940c4cb44bab1344aeaa03fcf85fd8c86cdf2cf8e7c2824c3
3
+ size 118657
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Put the red cube into the box"], "length": 1710}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-14.074518203735352, -99.40231323242188, -20.845050811767578, 52.90242004394531, -6.710118293762207, 0.041930198669433594], "max": [61.37483596801758, 15.676040649414062, 100.09416198730469, 98.4262924194336, 40.473812103271484, 33.26102066040039], "mean": [8.91152572631836, -20.15045738220215, 24.24444007873535, 80.53184509277344, 6.758791923522949, 11.701797485351562], "std": [13.46261978149414, 34.587860107421875, 31.76885223388672, 15.13653564453125, 8.555177688598633, 11.979292869567871], "count": [1710]}, "observation.state": {"min": [-13.803376197814941, -98.5771484375, -17.235107421875, 53.32197570800781, -6.214099407196045, 1.5706806182861328], "max": [60.97318649291992, 16.229434967041016, 99.7271499633789, 97.614990234375, 39.21670913696289, 32.395286560058594], "mean": [8.719841003417969, -19.739503860473633, 26.615406036376953, 80.54835510253906, 6.629713535308838, 12.823738098144531], "std": [13.384618759155273, 35.259910583496094, 31.418603897094727, 15.111186027526855, 8.382590293884277, 11.530285835266113], "count": [1710]}, "observation.images.top": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5007878052164262]], [[0.48882690991490935]], [[0.46814862806757923]]], "std": [[[0.18081691535529468]], [[0.20394444218644742]], [[0.23003326557376166]]], "count": [265]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6777751788136639]], [[0.5874822673880873]], [[0.5720988192132198]]], "std": [[[0.1665390499685105]], [[0.2414717018178782]], [[0.25364188411749433]]], "count": [265]}, "timestamp": {"min": [0.0], "max": [56.96666666666667], "mean": [28.483333333333334], "std": [16.454479858306293], "count": [1710]}, "frame_index": {"min": [0], "max": [1709], "mean": [854.5], "std": [493.6343957491887], "count": [1710]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1710]}, "index": {"min": [0], "max": [1709], "mean": [854.5], "std": [493.6343957491887], "count": [1710]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1710]}}}
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": 1710,
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
+ 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.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": "Put the red cube into the box"}
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:e060b3bec883fa7079c15ab53eece31b4e4fbafb361ea31ebffeebcd7734d9a2
3
+ size 9495909
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:a82e0b645b6114913baa3d4c1464b6abbabd78cd9919bff8e86ed2449693ef2c
3
+ size 8668799