theo-michel commited on
Commit
c1a0566
·
verified ·
1 Parent(s): dfecc47

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:75576a3e961dc27985bf575957c4073968d65a48868c108f36e1474a4a0ec2f9
3
+ size 20820
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Put the can in your trashcan"], "length": 356}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [2.373046875, 122.607421875, 98.61328125, 42.802734375, -26.71875, -0.6166495084762573, 0.0, 0.0, 0.0], "max": [95.888671875, 157.236328125, 114.9609375, 80.771484375, -9.140625, -0.6166495084762573, 0.0, 0.0, 0.0], "mean": [56.966705322265625, 138.66529846191406, 106.41924285888672, 65.37235260009766, -17.334697723388672, -0.6166501045227051, 0.0, 0.0, 0.0], "std": [36.559627532958984, 10.636664390563965, 3.5483922958374023, 9.54312801361084, 5.559529781341553, 5.960464477539062e-07, 0.0, 0.0, 0.0], "count": [356]}, "observation.state": {"min": [-0.703125, 121.376953125, 103.53515625, 45.87890625, -25.751953125, 1.6231474876403809, -11.50485610961914, -13.284663200378418, -8.203125], "max": [94.04296875, 156.97265625, 115.224609375, 80.771484375, -7.3828125, 6.774876117706299, 14.061491012573242, 11.070552825927734, 5.2734375], "mean": [49.8450927734375, 139.6857452392578, 109.29108428955078, 67.92784881591797, -16.326671600341797, 5.882632255554199, 0.007181569468230009, 0.12438825517892838, 0.047730863094329834], "std": [37.25384521484375, 11.203191757202148, 2.908689022064209, 8.95481014251709, 6.050821781158447, 1.54116952419281, 2.851963758468628, 3.066514730453491, 1.5891462564468384], "count": [356]}, "observation.images.front": {"min": [[[0.00392156862745098]], [[0.07058823529411765]], [[0.027450980392156862]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6113433843954248]], [[0.5363394464869281]], [[0.4455339746732026]]], "std": [[[0.1995323916692588]], [[0.18159019195346496]], [[0.1527270195448206]]], "count": [100]}, "observation.images.wrist": {"min": [[[0.23137254901960785]], [[0.1803921568627451]], [[0.09803921568627451]]], "max": [[[1.0]], [[0.9647058823529412]], [[0.8823529411764706]]], "mean": [[[0.7410250857843137]], [[0.640984699754902]], [[0.5355570486111111]]], "std": [[[0.15268059329400074]], [[0.12613517565307547]], [[0.0934623525938545]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [11.833333333333334], "mean": [5.916666666666667], "std": [3.425598082411628], "count": [356]}, "frame_index": {"min": [0], "max": [355], "mean": [177.5], "std": [102.76794247234884], "count": [356]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [356]}, "index": {"min": [0], "max": [355], "mean": [177.5], "std": [102.76794247234884], "count": [356]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [356]}}}
meta/info.json ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "lekiwi",
4
+ "total_episodes": 1,
5
+ "total_frames": 356,
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
+ 9
21
+ ],
22
+ "names": [
23
+ "shoulder_pan",
24
+ "shoulder_lift",
25
+ "elbow_flex",
26
+ "wrist_flex",
27
+ "wrist_roll",
28
+ "gripper",
29
+ "x_mm",
30
+ "y_mm",
31
+ "theta"
32
+ ]
33
+ },
34
+ "observation.state": {
35
+ "dtype": "float32",
36
+ "shape": [
37
+ 9
38
+ ],
39
+ "names": [
40
+ "shoulder_pan",
41
+ "shoulder_lift",
42
+ "elbow_flex",
43
+ "wrist_flex",
44
+ "wrist_roll",
45
+ "gripper",
46
+ "x_mm",
47
+ "y_mm",
48
+ "theta"
49
+ ]
50
+ },
51
+ "observation.images.front": {
52
+ "dtype": "video",
53
+ "shape": [
54
+ 640,
55
+ 480,
56
+ 3
57
+ ],
58
+ "names": [
59
+ "height",
60
+ "width",
61
+ "channels"
62
+ ],
63
+ "info": {
64
+ "video.fps": 30.0,
65
+ "video.height": 640,
66
+ "video.width": 480,
67
+ "video.channels": 3,
68
+ "video.codec": "av1",
69
+ "video.pix_fmt": "yuv420p",
70
+ "video.is_depth_map": false,
71
+ "has_audio": false
72
+ }
73
+ },
74
+ "observation.images.wrist": {
75
+ "dtype": "video",
76
+ "shape": [
77
+ 480,
78
+ 640,
79
+ 3
80
+ ],
81
+ "names": [
82
+ "height",
83
+ "width",
84
+ "channels"
85
+ ],
86
+ "info": {
87
+ "video.fps": 30.0,
88
+ "video.height": 480,
89
+ "video.width": 640,
90
+ "video.channels": 3,
91
+ "video.codec": "av1",
92
+ "video.pix_fmt": "yuv420p",
93
+ "video.is_depth_map": false,
94
+ "has_audio": false
95
+ }
96
+ },
97
+ "timestamp": {
98
+ "dtype": "float32",
99
+ "shape": [
100
+ 1
101
+ ],
102
+ "names": null
103
+ },
104
+ "frame_index": {
105
+ "dtype": "int64",
106
+ "shape": [
107
+ 1
108
+ ],
109
+ "names": null
110
+ },
111
+ "episode_index": {
112
+ "dtype": "int64",
113
+ "shape": [
114
+ 1
115
+ ],
116
+ "names": null
117
+ },
118
+ "index": {
119
+ "dtype": "int64",
120
+ "shape": [
121
+ 1
122
+ ],
123
+ "names": null
124
+ },
125
+ "task_index": {
126
+ "dtype": "int64",
127
+ "shape": [
128
+ 1
129
+ ],
130
+ "names": null
131
+ }
132
+ }
133
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Put the can in your trashcan"}
videos/chunk-000/observation.images.front/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c503358b88fc75483ecd863536c44ef00f374f0d199c519e271f992a746da4b8
3
+ size 1954511
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:025d95df709c2b5f7f14bbcdaba56b529b1aad5850d27836f8235bcfcde6bc12
3
+ size 3388321