ROBOTIS-junha commited on
Commit
b4938e9
·
verified ·
1 Parent(s): e2f3c59

Add files using upload-large-folder tool

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:4df6b2cdb1d169956c0e6ccce82958d156059e20290432f28f55b503b9a64793
3
+ size 19068
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["fewf"], "length": 600}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"timestamp": {"min": [0.0], "max": [19.966666666666665], "mean": [9.983333333333333], "std": [5.77349467313695], "count": [600]}, "frame_index": {"min": [0], "max": [599], "mean": [299.5], "std": [173.2048401941085], "count": [600]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [600]}, "index": {"min": [0], "max": [599], "mean": [299.5], "std": [173.2048401941085], "count": [600]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [600]}, "observation.images.camera1": {"min": [[[0.01568627450980392]], [[0.07058823529411765]], [[0.047058823529411764]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6401508399503052]], [[0.6333173535713642]], [[0.6037870910531339]]], "std": [[[0.2525376937994663]], [[0.2472927886989725]], [[0.24857370055736888]]], "count": [121]}, "observation.images.camera2": {"min": [[[0.00392156862745098]], [[0.07450980392156863]], [[0.050980392156862744]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6785119420587334]], [[0.6795616638758349]], [[0.6656388843875475]]], "std": [[[0.23367204917103984]], [[0.2261642117431496]], [[0.22701904730354094]]], "count": [121]}, "observation.images.camera3": {"min": [[[0.08235294117647059]], [[0.08235294117647059]], [[0.07058823529411765]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5005334134572103]], [[0.49133556824933833]], [[0.48579689497470246]]], "std": [[[0.1573823170738872]], [[0.15953138952362758]], [[0.15826419295100794]]], "count": [121]}, "observation.state": {"min": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "max": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "mean": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "std": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "count": [600]}, "action": {"min": [-0.13499030470848083, -1.761009931564331, -0.7884660959243774, -0.15186409652233124, -1.6152818202972412, 0.07980597019195557, 0.0004236881504766643], "max": [0.01381257176399231, 0.3299669921398163, 1.7127588987350464, 0.1319867968559265, 0.09822273254394531, 0.25783467292785645, 0.0004419288015924394], "mean": [-0.040302250534296036, -1.024593710899353, 0.6632988452911377, -0.04600576311349869, -0.8385013937950134, 0.12738004326820374, 0.00042964587919414043], "std": [0.032120231539011, 0.7476599812507629, 0.9966738820075989, 0.06068243086338043, 0.7469351291656494, 0.04188918694853783, 8.554770829505287e-06], "count": [600]}}}
meta/info.json ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "wx250s",
4
+ "total_episodes": 1,
5
+ "total_frames": 600,
6
+ "total_tasks": 1,
7
+ "total_videos": 3,
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
+ "timestamp": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 1
21
+ ],
22
+ "names": null
23
+ },
24
+ "frame_index": {
25
+ "dtype": "int64",
26
+ "shape": [
27
+ 1
28
+ ],
29
+ "names": null
30
+ },
31
+ "episode_index": {
32
+ "dtype": "int64",
33
+ "shape": [
34
+ 1
35
+ ],
36
+ "names": null
37
+ },
38
+ "index": {
39
+ "dtype": "int64",
40
+ "shape": [
41
+ 1
42
+ ],
43
+ "names": null
44
+ },
45
+ "task_index": {
46
+ "dtype": "int64",
47
+ "shape": [
48
+ 1
49
+ ],
50
+ "names": null
51
+ },
52
+ "observation.images.camera1": {
53
+ "dtype": "video",
54
+ "names": [
55
+ "height",
56
+ "width",
57
+ "channels"
58
+ ],
59
+ "shape": [
60
+ 360,
61
+ 640,
62
+ 3
63
+ ],
64
+ "info": {
65
+ "video.height": 360,
66
+ "video.width": 640,
67
+ "video.channels": 3,
68
+ "video.codec": "libx264",
69
+ "video.pix_fmt": "yuv420p"
70
+ }
71
+ },
72
+ "observation.images.camera2": {
73
+ "dtype": "video",
74
+ "names": [
75
+ "height",
76
+ "width",
77
+ "channels"
78
+ ],
79
+ "shape": [
80
+ 360,
81
+ 640,
82
+ 3
83
+ ],
84
+ "info": {
85
+ "video.height": 360,
86
+ "video.width": 640,
87
+ "video.channels": 3,
88
+ "video.codec": "libx264",
89
+ "video.pix_fmt": "yuv420p"
90
+ }
91
+ },
92
+ "observation.images.camera3": {
93
+ "dtype": "video",
94
+ "names": [
95
+ "height",
96
+ "width",
97
+ "channels"
98
+ ],
99
+ "shape": [
100
+ 360,
101
+ 640,
102
+ 3
103
+ ],
104
+ "info": {
105
+ "video.height": 360,
106
+ "video.width": 640,
107
+ "video.channels": 3,
108
+ "video.codec": "libx264",
109
+ "video.pix_fmt": "yuv420p"
110
+ }
111
+ },
112
+ "observation.state": {
113
+ "dtype": "float32",
114
+ "names": [
115
+ "waist",
116
+ "shoulder",
117
+ "elbow",
118
+ "forearm_roll",
119
+ "wrist_angle",
120
+ "wrist_rotate",
121
+ "gripper"
122
+ ],
123
+ "shape": [
124
+ 7
125
+ ]
126
+ },
127
+ "action": {
128
+ "dtype": "float32",
129
+ "names": [
130
+ "waist",
131
+ "shoulder",
132
+ "elbow",
133
+ "forearm_roll",
134
+ "wrist_angle",
135
+ "wrist_rotate",
136
+ "gripper"
137
+ ],
138
+ "shape": [
139
+ 7
140
+ ]
141
+ }
142
+ }
143
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "fewf"}
videos/chunk-000/observation.images.camera1/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73a1f23dd00780ea734f500f3c4d21af3609e717070d781973791f5c9d355615
3
+ size 4350333
videos/chunk-000/observation.images.camera2/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc46dea8bcc418f5771d63b631ecc0f0f53407f509985df00df9ce0fb0b9d170
3
+ size 4683746
videos/chunk-000/observation.images.camera3/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ec04997a44517c6950b499d324dce938c250569caa83160d5729657623b558a
3
+ size 1863442