erebius commited on
Commit
5232176
·
verified ·
1 Parent(s): c804041

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:16b1a13e043b76985a6bf982e2fb9e77190df59bea236d723918317256176622
3
+ size 21587
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["sowing section 2"], "length": 271}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-18.313154220581055, -103.09030151367188, 26.42021942138672, -55.27375030517578, -0.11126339435577393, 0.04041457176208496], "max": [1.7063634395599365, 30.043254852294922, 100.50608825683594, 78.91265869140625, 6.315185546875, 16.61738395690918], "mean": [-4.552906036376953, -38.62226104736328, 75.4965591430664, 28.764833450317383, 2.241731882095337, 4.126628875732422], "std": [5.277256965637207, 47.82392883300781, 23.13433837890625, 41.64458084106445, 1.658571481704712, 5.695422172546387], "count": [271]}, "observation.state": {"min": [-18.306720733642578, -100.0, 29.190879821777344, -55.67375946044922, 0.12210012227296829, 0.9615384340286255], "max": [1.6709989309310913, 29.78464126586914, 99.55297088623047, 78.63475036621094, 6.422466278076172, 16.4743595123291], "mean": [-4.610411167144775, -38.07512283325195, 76.3131332397461, 28.729312896728516, 2.205824136734009, 5.476381778717041], "std": [5.305597305297852, 47.77447509765625, 22.257003784179688, 41.19283676147461, 1.6404205560684204, 4.892260551452637], "count": [271]}, "observation.images.overhead": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2120936437908497]], [[0.22811330065359478]], [[0.21526725490196078]]], "std": [[[0.27464990341378687]], [[0.2877148081890935]], [[0.2915445405809339]]], "count": [100]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.448727301879085]], [[0.4642028084150327]], [[0.4603886621732026]]], "std": [[[0.2854529125184823]], [[0.3140940885238693]], [[0.30831864926373553]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [9.0], "mean": [4.5], "std": [2.6076809620810595], "count": [271]}, "frame_index": {"min": [0], "max": [270], "mean": [135.0], "std": [78.23042886243178], "count": [271]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [271]}, "index": {"min": [0], "max": [270], "mean": [135.0], "std": [78.23042886243178], "count": [271]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [271]}}}
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": 271,
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 2"}
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:6963af50f7fba0fe03633dcd0239ac3f80d564ba483d0801b5a1e9f9a4001406
3
+ size 24757461
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:e7367fa33f336bdac21a16d10dd365534394c9d18985da232ec2cf07e3d9fbd2
3
+ size 4623856