hainh22 commited on
Commit
b8abc49
·
verified ·
1 Parent(s): 497ae82

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:e1a46c3fda0f7b0a8c5d999309167471816d07f30ec43197dcac2bc3df5f2c02
3
+ size 2389
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["task_0001"], "length": 1}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"observation.images.cam_036422060909": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40031045751633987]], [[0.3965179738562091]], [[0.40405936819172117]]], "std": [[[0.29618345276663877]], [[0.2797019917942258]], [[0.2891640997893603]]], "count": [1]}, "observation.images.cam_104122063550": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3636996187363834]], [[0.3650955882352941]], [[0.3756367102396514]]], "std": [[[0.3147612444827114]], [[0.306828923349243]], [[0.31054054771974493]]], "count": [1]}, "observation.images.cam_f0172289": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9921568627450981]], [[1.0]], [[1.0]]], "mean": [[[0.30840904139433556]], [[0.32960403050108933]], [[0.3452720588235294]]], "std": [[[0.2246477540740164]], [[0.21793747280007064]], [[0.23816277046948875]]], "count": [1]}, "observation.images.cam_038522062288": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38063289760348584]], [[0.37749891067538127]], [[0.3968205337690632]]], "std": [[[0.24996259648475605]], [[0.24170147139387455]], [[0.2726208729041624]]], "count": [1]}, "observation.images.cam_104122062295": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.38152995642701526]], [[0.375692265795207]], [[0.41133632897603484]]], "std": [[[0.25378011849012666]], [[0.24708223591039205]], [[0.26416252869976026]]], "count": [1]}, "timestamp": {"min": [0.0], "max": [0.0], "mean": [0.0], "std": [0.0], "count": [1]}, "frame_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1]}, "index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1]}}}
meta/info.json ADDED
@@ -0,0 +1,168 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "ur5",
4
+ "total_episodes": 1,
5
+ "total_frames": 1,
6
+ "total_tasks": 1,
7
+ "total_videos": 5,
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
+ "observation.images.cam_036422060909": {
18
+ "dtype": "video",
19
+ "shape": [
20
+ 360,
21
+ 640,
22
+ 3
23
+ ],
24
+ "names": [
25
+ "height",
26
+ "width",
27
+ "rgb"
28
+ ],
29
+ "info": {
30
+ "video.fps": 10.0,
31
+ "video.height": 360,
32
+ "video.width": 640,
33
+ "video.channels": 3,
34
+ "video.codec": "h264",
35
+ "video.pix_fmt": "yuv420p",
36
+ "video.is_depth_map": false,
37
+ "has_audio": false
38
+ }
39
+ },
40
+ "observation.images.cam_104122063550": {
41
+ "dtype": "video",
42
+ "shape": [
43
+ 360,
44
+ 640,
45
+ 3
46
+ ],
47
+ "names": [
48
+ "height",
49
+ "width",
50
+ "rgb"
51
+ ],
52
+ "info": {
53
+ "video.fps": 10.0,
54
+ "video.height": 360,
55
+ "video.width": 640,
56
+ "video.channels": 3,
57
+ "video.codec": "h264",
58
+ "video.pix_fmt": "yuv420p",
59
+ "video.is_depth_map": false,
60
+ "has_audio": false
61
+ }
62
+ },
63
+ "observation.images.cam_f0172289": {
64
+ "dtype": "video",
65
+ "shape": [
66
+ 360,
67
+ 640,
68
+ 3
69
+ ],
70
+ "names": [
71
+ "height",
72
+ "width",
73
+ "rgb"
74
+ ],
75
+ "info": {
76
+ "video.fps": 10.0,
77
+ "video.height": 360,
78
+ "video.width": 640,
79
+ "video.channels": 3,
80
+ "video.codec": "h264",
81
+ "video.pix_fmt": "yuv420p",
82
+ "video.is_depth_map": false,
83
+ "has_audio": false
84
+ }
85
+ },
86
+ "observation.images.cam_038522062288": {
87
+ "dtype": "video",
88
+ "shape": [
89
+ 360,
90
+ 640,
91
+ 3
92
+ ],
93
+ "names": [
94
+ "height",
95
+ "width",
96
+ "rgb"
97
+ ],
98
+ "info": {
99
+ "video.fps": 10.0,
100
+ "video.height": 360,
101
+ "video.width": 640,
102
+ "video.channels": 3,
103
+ "video.codec": "h264",
104
+ "video.pix_fmt": "yuv420p",
105
+ "video.is_depth_map": false,
106
+ "has_audio": false
107
+ }
108
+ },
109
+ "observation.images.cam_104122062295": {
110
+ "dtype": "video",
111
+ "shape": [
112
+ 360,
113
+ 640,
114
+ 3
115
+ ],
116
+ "names": [
117
+ "height",
118
+ "width",
119
+ "rgb"
120
+ ],
121
+ "info": {
122
+ "video.fps": 10.0,
123
+ "video.height": 360,
124
+ "video.width": 640,
125
+ "video.channels": 3,
126
+ "video.codec": "h264",
127
+ "video.pix_fmt": "yuv420p",
128
+ "video.is_depth_map": false,
129
+ "has_audio": false
130
+ }
131
+ },
132
+ "timestamp": {
133
+ "dtype": "float32",
134
+ "shape": [
135
+ 1
136
+ ],
137
+ "names": null
138
+ },
139
+ "frame_index": {
140
+ "dtype": "int64",
141
+ "shape": [
142
+ 1
143
+ ],
144
+ "names": null
145
+ },
146
+ "episode_index": {
147
+ "dtype": "int64",
148
+ "shape": [
149
+ 1
150
+ ],
151
+ "names": null
152
+ },
153
+ "index": {
154
+ "dtype": "int64",
155
+ "shape": [
156
+ 1
157
+ ],
158
+ "names": null
159
+ },
160
+ "task_index": {
161
+ "dtype": "int64",
162
+ "shape": [
163
+ 1
164
+ ],
165
+ "names": null
166
+ }
167
+ }
168
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "task_0001"}
videos/chunk-000/observation.images.cam_036422060909/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccc8da53c0d3c41bbce7b5e92e138d35144f9d9f2d56045496fe1a96f3b326ca
3
+ size 13080
videos/chunk-000/observation.images.cam_038522062288/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb10f0d558743927928beaacb7cbc6a48eae888b991908909b87f3b579a14562
3
+ size 12697
videos/chunk-000/observation.images.cam_104122062295/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:906aea7e6ce1b1f9fe480c007c1600b54da9e70d7a7a6667fd511bb54190dae1
3
+ size 12495
videos/chunk-000/observation.images.cam_104122063550/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89f5b3118ed07e8c574c10970ff37b739bfcb1c7d3d0fb9839987e6faf40b746
3
+ size 11936
videos/chunk-000/observation.images.cam_f0172289/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77c8c86969852d5c1b24ef68f47d83e3906785a20017b13a351e55f98ee69ac5
3
+ size 13260