erebius commited on
Commit
0a76420
·
verified ·
1 Parent(s): a7e5a3a

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:aff94cca2b37d5230c99ff7c513f4b82ceb38f09e5525ec8a7dd463bd4bd9c83
3
+ size 34046
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["sowing section 3"], "length": 445}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-58.63019561767578, -100.20474243164062, 4.745948791503906, -27.131404876708984, -1.3913108110427856, 0.05984020233154297], "max": [2.0271902084350586, 28.289894104003906, 99.10560607910156, 103.15562438964844, 4.363760948181152, 12.274717330932617], "mean": [-24.472593307495117, -31.71300506591797, 46.5535774230957, 52.899845123291016, 0.911119282245636, 2.1577649116516113], "std": [22.78213882446289, 25.92940330505371, 26.482404708862305, 41.26718521118164, 1.4688342809677124, 3.647498369216919], "count": [445]}, "observation.state": {"min": [-58.559226989746094, -99.75619506835938, 6.7501115798950195, -25.354610443115234, -1.9291819334030151, 0.9615384340286255], "max": [1.8937987089157104, 27.752946853637695, 99.73178100585938, 98.93617248535156, 4.224664211273193, 12.051281929016113], "mean": [-24.26624870300293, -31.76593017578125, 48.18864440917969, 52.969181060791016, 0.8951976895332336, 4.863441467285156], "std": [22.75160789489746, 26.141326904296875, 26.55583381652832, 40.7109260559082, 1.490182876586914, 2.544945001602173], "count": [445]}, "observation.images.overhead": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7269373937908497]], [[0.7123544444444445]], [[0.6974761410675381]]], "std": [[[0.22784438738553323]], [[0.2338160100778327]], [[0.23939789418224083]]], "count": [100]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3598724019607843]], [[0.3011185968137255]], [[0.2538627512254902]]], "std": [[[0.20428765359109863]], [[0.23129325118004945]], [[0.25893366777651533]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [14.8], "mean": [7.4], "std": [4.282003684673281], "count": [445]}, "frame_index": {"min": [0], "max": [444], "mean": [222.0], "std": [128.46011054019843], "count": [445]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [445]}, "index": {"min": [0], "max": [444], "mean": [222.0], "std": [128.46011054019843], "count": [445]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [445]}}}
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": 445,
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.overhead": {
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.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": "sowing section 3"}
videos/chunk-000/observation.images.overhead/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25ba8284273060e1b08957f4cfe6a01d98c478518587e434ee26526f8dca78e6
3
+ size 107289809
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:5dfa376d85cc8266a1ac339c55b20ce8cf9c23a8a9529d1744fc497695f03032
3
+ size 7789158