Odog16 commited on
Commit
87e0f08
·
verified ·
1 Parent(s): 068bf60

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:c9d8b45f092e732afbe3fdcc4466c11873de62b6932cc61936e132945317742c
3
+ size 28639
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a shirt and put it in the basket."], "length": 474}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-16.435546875, 37.880859375, 33.57421875, 10.283203125, -102.12890625, 0.1071811392903328, -0.02556634694337845, -199.9784698486328, -60.01171875], "max": [11.77734375, 189.931640625, 178.9453125, 78.3984375, -76.11328125, 55.948551177978516, 0.02556634694337845, 199.9784698486328, 45.3984375], "mean": [-2.0161070823669434, 145.89039611816406, 128.82501220703125, 63.10658264160156, -90.03948974609375, 7.045459747314453, 0.0012944983318448067, 39.77029800415039, 2.045441150665283], "std": [5.9872846603393555, 41.771968841552734, 46.386756896972656, 17.26719093322754, 5.014645576477051, 15.057587623596191, 0.007313263136893511, 120.51800537109375, 13.599213600158691], "count": [474]}, "observation.state": {"min": [-14.150390625, 43.2421875, 36.9140625, 14.677734375, -101.25, 0.3489183485507965, -24.288028717041016, -223.6251678466797, -10.546875], "max": [10.810546875, 189.4921875, 177.890625, 78.046875, -76.2890625, 55.0593147277832, 28.122982025146484, 221.4110565185547, 50.390625], "mean": [-1.7618918418884277, 144.99468994140625, 129.49342346191406, 63.50690841674805, -89.80547332763672, 9.097476959228516, 0.40183401107788086, 33.36579513549805, 3.1064577102661133], "std": [5.4587225914001465, 40.158538818359375, 45.03725051879883, 16.282102584838867, 4.671298503875732, 14.926139831542969, 6.317305564880371, 117.29261779785156, 10.830988883972168], "count": [474]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5250460650844496]], [[0.4852227459878341]], [[0.4897492194072348]]], "std": [[[0.2179146907587602]], [[0.2135020817513682]], [[0.23345973284088464]]], "count": [101]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4571663350158545]], [[0.45682054050993337]], [[0.41034107657089236]]], "std": [[[0.2739073831061873]], [[0.2838636982910565]], [[0.27199062988868195]]], "count": [101]}, "timestamp": {"min": [0.0], "max": [15.766666666666667], "mean": [7.883333333333333], "std": [4.561056976265561], "count": [474]}, "frame_index": {"min": [0], "max": [473], "mean": [236.5], "std": [136.83170928796682], "count": [474]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [474]}, "index": {"min": [0], "max": [473], "mean": [236.5], "std": [136.83170928796682], "count": [474]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [474]}}}
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": 474,
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,
65
+ "video.height": 640,
66
+ "video.width": 480,
67
+ "video.channels": 3,
68
+ "video.codec": "h264",
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,
88
+ "video.height": 480,
89
+ "video.width": 640,
90
+ "video.channels": 3,
91
+ "video.codec": "h264",
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": "Grasp a shirt and put it in the basket."}
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:956036f2dae90e17bd749cb1f18a306ba6a95ca3b77c86ab0cda0292b5170d86
3
+ size 5585589
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:bb44d039b0e2f96d4964ae2f7deea08e1aabbb7560903efea91bab5fe1876a9c
3
+ size 2082352