theo-michel commited on
Commit
de1b509
·
verified ·
1 Parent(s): dd7cb3c

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:f117d56647e068a34f8e449ada6a18ac11875a729cc81b66616b7d5e1823320d
3
+ size 20552
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Put the can in your trashcan"], "length": 357}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [6.50390625, 132.626953125, 94.04296875, 66.62109375, -34.541015625, -0.6166495084762573, 0.0, 0.0, 0.0], "max": [114.609375, 146.513671875, 113.02734375, 87.802734375, -19.16015625, 30.62692642211914, 0.0, 0.0, 0.0], "mean": [67.15262603759766, 138.978515625, 106.47227478027344, 74.72869873046875, -27.271451950073242, 7.448734760284424, 0.0, 0.0, 0.0], "std": [39.882774353027344, 3.9728164672851562, 4.836339473724365, 5.166632175445557, 4.295723915100098, 12.79248046875, 0.0, 0.0, 0.0], "count": [357]}, "observation.state": {"min": [5.44921875, 131.748046875, 104.765625, 67.060546875, -33.662109375, 0.7762879133224487, -7.669903755187988, -13.284663200378418, -3.515625], "max": [110.830078125, 145.01953125, 116.54296875, 82.001953125, -23.291015625, 29.710657119750977, 12.783173561096191, 13.284663200378418, 4.1015625], "mean": [65.29412078857422, 137.49781799316406, 109.92852783203125, 73.14125061035156, -27.4359073638916, 6.621086120605469, 0.028645766898989677, -0.04961591958999634, 0.042673319578170776], "std": [42.58061599731445, 4.0304951667785645, 3.884697675704956, 3.225085496902466, 3.636021375656128, 11.081064224243164, 1.7872151136398315, 3.0688133239746094, 0.7967529296875], "count": [357]}, "observation.images.front": {"min": [[[0.0784313725490196]], [[0.06274509803921569]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.621219056372549]], [[0.5594017871732027]], [[0.4943385866013072]]], "std": [[[0.1834725953368395]], [[0.16985005630610944]], [[0.1547545050219069]]], "count": [100]}, "observation.images.wrist": {"min": [[[0.2]], [[0.14901960784313725]], [[0.043137254901960784]]], "max": [[[1.0]], [[0.8784313725490196]], [[0.7803921568627451]]], "mean": [[[0.7337576409313725]], [[0.6325293464052287]], [[0.5234666094771241]]], "std": [[[0.14850643903719707]], [[0.12359991688270294]], [[0.09658015257457543]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [11.866666666666667], "mean": [5.933333333333333], "std": [3.435220624754798], "count": [357]}, "frame_index": {"min": [0], "max": [356], "mean": [178.0], "std": [103.05661874264392], "count": [357]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [357]}, "index": {"min": [0], "max": [356], "mean": [178.0], "std": [103.05661874264392], "count": [357]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [357]}}}
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": 357,
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:ae73b38024a3ddf71ec69a3027a2c4f5e58e826be7d8ba2a3b358258b28ef618
3
+ size 2521596
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:8fc58ddf61be5b20223b076c358f5f063d15f6965f0ffdd5be273ed78190aa3d
3
+ size 3697294