erebius commited on
Commit
13e761a
·
verified ·
1 Parent(s): e79d5d2

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:09eb629855f3091b3b2610e958403e054acbf14d7d4e6f7ac8758dbe9315785a
3
+ size 33998
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["sowing section 1"], "length": 449}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-3.619666337966919, -96.6624755859375, 30.41061782836914, -15.628963470458984, 2.0458626747131348, -0.034996986389160156], "max": [18.244247436523438, 21.115909576416016, 99.08763122558594, 72.36302185058594, 2.9254310131073, 13.123895645141602], "mean": [4.429713726043701, -19.875492095947266, 64.89938354492188, 21.435930252075195, 2.559455633163452, 5.167314529418945], "std": [8.04831600189209, 26.37736701965332, 18.030580520629883, 25.03008270263672, 0.2228620946407318, 5.2585015296936035], "count": [449]}, "observation.state": {"min": [-5.012996673583984, -98.94351959228516, 32.76709747314453, -15.159574508666992, -1.2942613363265991, 0.9615384340286255], "max": [17.786855697631836, 21.007720947265625, 99.10594177246094, 73.13829803466797, 3.1013431549072266, 12.948718070983887], "mean": [4.5017313957214355, -18.826156616210938, 65.89634704589844, 21.993526458740234, 2.5063440799713135, 6.365994453430176], "std": [8.07387638092041, 26.382244110107422, 17.593164443969727, 25.23887062072754, 0.3778003454208374, 4.34102201461792], "count": [449]}, "observation.images.overhead": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.27801343954248364]], [[0.28073425925925927]], [[0.26768597222222223]]], "std": [[[0.33629716552852384]], [[0.34313068007083714]], [[0.3490454577021134]]], "count": [100]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4625544566993464]], [[0.4878125469771242]], [[0.4844117647058824]]], "std": [[[0.2759668503177196]], [[0.29140276326044473]], [[0.2854243200072854]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [14.933333333333334], "mean": [7.466666666666667], "std": [4.320493798938574], "count": [449]}, "frame_index": {"min": [0], "max": [448], "mean": [224.0], "std": [129.6148139681572], "count": [449]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [449]}, "index": {"min": [0], "max": [448], "mean": [224.0], "std": [129.6148139681572], "count": [449]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [449]}}}
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": 449,
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 1"}
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:c690a9bc4a805dcb507ceb2f0aa906be43084ae00ff70c7ed45a990bffe682d8
3
+ size 44041393
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:4a8e7be6b4bbf8ba511105f83c5a0291406fb52fd1a2e938f77f30d88e28eeaf
3
+ size 7851655