theo-michel commited on
Commit
f2328d6
·
verified ·
1 Parent(s): 51184ba

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:f054bb7381a2d98836a538a7ef2f8f2c0fbc5b375b55820720ae9f5467855161
3
+ size 15164
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Pick up the can"], "length": 195}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-15.313333511352539, 55.41490936279297, 83.18365478515625, 45.852909088134766, 5.230916500091553, -0.5418834686279297, 0.0, 0.0, 0.0], "max": [-2.7285284996032715, 130.30557250976562, 123.52752685546875, 76.69843292236328, 18.09069061279297, 31.778560638427734, 0.0, 0.0, 0.0], "mean": [-8.853741645812988, 86.96128845214844, 96.01800537109375, 57.221824645996094, 12.228680610656738, 11.456823348999023, 0.0, 0.0, 0.0], "std": [4.003198623657227, 22.915908813476562, 9.662605285644531, 9.273601531982422, 3.2515921592712402, 12.317008018493652, 0.0, 0.0, 0.0], "count": [195]}, "observation.state": {"min": [-14.765625, 53.4375, 86.484375, 46.494140625, 5.185546875, 0.49400144815444946, -7.669903755187988, -6.642331600189209, -2.9296875], "max": [-2.109375, 151.083984375, 124.013671875, 85.869140625, 17.138671875, 30.628087997436523, 6.391586780548096, 13.284663200378418, 3.515625], "mean": [-8.893630027770996, 85.87274932861328, 100.98812866210938, 57.28034973144531, 11.357271194458008, 11.927301406860352, 0.3933284282684326, 1.2489855289459229, 0.24338942766189575], "std": [4.195284366607666, 27.987485885620117, 12.103226661682129, 10.887228965759277, 3.3114099502563477, 11.273825645446777, 3.0629560947418213, 5.2201924324035645, 1.4075982570648193], "count": [195]}, "observation.images.front": {"min": [[[0.058823529411764705]], [[0.0784313725490196]], [[0.027450980392156862]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7221421650326798]], [[0.5821119281045752]], [[0.35148043913398697]]], "std": [[[0.20148284943984676]], [[0.1663202668457103]], [[0.12768106042855165]]], "count": [100]}, "observation.images.wrist": {"min": [[[0.0784313725490196]], [[0.058823529411764705]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6692424652777779]], [[0.5777122814542484]], [[0.4780097937091503]]], "std": [[[0.20227958916436195]], [[0.1885419177247977]], [[0.18056883376023156]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [6.466666666666667], "mean": [3.2333333333333334], "std": [1.8763637016156385], "count": [195]}, "frame_index": {"min": [0], "max": [194], "mean": [97.0], "std": [56.290911048469155], "count": [195]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [195]}, "index": {"min": [0], "max": [194], "mean": [97.0], "std": [56.290911048469155], "count": [195]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [195]}}}
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": 195,
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": "Pick up the can"}
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:88018f8d2ba9560958a9849cde8771f3e4846693ad0328d2f131be36b8ce7ec7
3
+ size 985708
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:faa7643d6979d98d96b33d5fd773411234b6c79d7ed4baafd94d9ed6d9aef368
3
+ size 3285382