Arururu12 commited on
Commit
d259dca
·
verified ·
1 Parent(s): 7c48760

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:ca89f7105ae468d3b96641fa1e667b7890712d2a2e61a3d980e4158985284bb0
3
+ size 49922
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Clean up the cups"], "length": 599}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-0.41110682487487793, -1.822351336479187, 1.5907856225967407, -2.581613063812256, -1.6919338703155518, -2.8838839530944824, 0.0], "max": [0.4447159171104431, -0.9863498210906982, 2.1107568740844727, -1.609145998954773, -1.1688933372497559, 0.1824209988117218, 0.9509804248809814], "mean": [-0.014177697710692883, -1.1775331497192383, 1.8387385606765747, -2.318486452102661, -1.531638503074646, -2.4796831607818604, 0.37300994992256165], "std": [0.2333003282546997, 0.22251977026462555, 0.12454556673765182, 0.1998131424188614, 0.06286269426345825, 0.8429788947105408, 0.4235668480396271], "count": [599]}, "observation.state": {"min": [-0.4090278744697571, -1.8162347078323364, 1.5962156057357788, -2.576120615005493, -1.685214877128601, -2.8835694789886475, 0.0117647061124444], "max": [0.441036581993103, -0.9878356456756592, 2.1051928997039795, -1.6089926958084106, -1.1740845441818237, 0.17649126052856445, 0.8509804010391235], "mean": [-0.012512097135186195, -1.1803739070892334, 1.8379244804382324, -2.3145225048065186, -1.5329862833023071, -2.467471122741699, 0.3484961986541748], "std": [0.23247823119163513, 0.22536486387252808, 0.12413275241851807, 0.20386354625225067, 0.05776289477944374, 0.8592535853385925, 0.3776077330112457], "count": [599]}, "observation.images.wrist": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4327756019418787]], [[0.4532307888375736]], [[0.42464388031383354]]], "std": [[[0.14615233761890695]], [[0.12393255408311052]], [[0.1676407325991954]]], "count": [121]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4984427395613893]], [[0.4726560035515584]], [[0.4454793472829903]]], "std": [[[0.20237697631806073]], [[0.2032101960419016]], [[0.2140404754551842]]], "count": [121]}, "timestamp": {"min": [0.0], "max": [59.8], "mean": [29.9], "std": [17.291616465790586], "count": [599]}, "frame_index": {"min": [0], "max": [598], "mean": [299.0], "std": [172.91616465790582], "count": [599]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [599]}, "index": {"min": [0], "max": [598], "mean": [299.0], "std": [172.91616465790582], "count": [599]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [599]}}}
meta/info.json ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "ur5e_gello",
4
+ "total_episodes": 1,
5
+ "total_frames": 599,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
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
+ 7
21
+ ],
22
+ "names": [
23
+ "main_motor_0",
24
+ "main_motor_1",
25
+ "main_motor_2",
26
+ "main_motor_3",
27
+ "main_motor_4",
28
+ "main_motor_5",
29
+ "main_gripper"
30
+ ]
31
+ },
32
+ "observation.state": {
33
+ "dtype": "float32",
34
+ "shape": [
35
+ 7
36
+ ],
37
+ "names": [
38
+ "main_motor_0",
39
+ "main_motor_1",
40
+ "main_motor_2",
41
+ "main_motor_3",
42
+ "main_motor_4",
43
+ "main_motor_5",
44
+ "main_gripper"
45
+ ]
46
+ },
47
+ "observation.images.wrist": {
48
+ "dtype": "video",
49
+ "shape": [
50
+ 480,
51
+ 640,
52
+ 3
53
+ ],
54
+ "names": [
55
+ "height",
56
+ "width",
57
+ "channels"
58
+ ],
59
+ "info": {
60
+ "video.fps": 10.0,
61
+ "video.height": 480,
62
+ "video.width": 640,
63
+ "video.channels": 3,
64
+ "video.codec": "h264",
65
+ "video.pix_fmt": "yuv420p",
66
+ "video.is_depth_map": false,
67
+ "has_audio": false
68
+ }
69
+ },
70
+ "observation.images.front": {
71
+ "dtype": "video",
72
+ "shape": [
73
+ 480,
74
+ 640,
75
+ 3
76
+ ],
77
+ "names": [
78
+ "height",
79
+ "width",
80
+ "channels"
81
+ ],
82
+ "info": {
83
+ "video.fps": 10.0,
84
+ "video.height": 480,
85
+ "video.width": 640,
86
+ "video.channels": 3,
87
+ "video.codec": "h264",
88
+ "video.pix_fmt": "yuv420p",
89
+ "video.is_depth_map": false,
90
+ "has_audio": false
91
+ }
92
+ },
93
+ "timestamp": {
94
+ "dtype": "float32",
95
+ "shape": [
96
+ 1
97
+ ],
98
+ "names": null
99
+ },
100
+ "frame_index": {
101
+ "dtype": "int64",
102
+ "shape": [
103
+ 1
104
+ ],
105
+ "names": null
106
+ },
107
+ "episode_index": {
108
+ "dtype": "int64",
109
+ "shape": [
110
+ 1
111
+ ],
112
+ "names": null
113
+ },
114
+ "index": {
115
+ "dtype": "int64",
116
+ "shape": [
117
+ 1
118
+ ],
119
+ "names": null
120
+ },
121
+ "task_index": {
122
+ "dtype": "int64",
123
+ "shape": [
124
+ 1
125
+ ],
126
+ "names": null
127
+ }
128
+ }
129
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Clean up the cups"}
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:b98e9d714ee850e31c925d576d732ab3b6eb2e2fae110753649fd15fb4910f80
3
+ size 5582925
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:911f17c45804e6ee5515cada2496657dbdba2dbb387264d34acbcb1010e9b720
3
+ size 2580474