jinukoo commited on
Commit
881421b
·
verified ·
1 Parent(s): cc90b87

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:292f21f3f5ba4f33ea2bd61c3814851ef4bcf6232efecfcdac9670d8e0c10fa6
3
+ size 64170968
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["The robot arm must pick up the yellow bottle and place them on the purple basket."], "length": 178}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"camera_0": {"min": [[[0.07058823529411765]], [[0.027450980392156862]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6179495547385622]], [[0.5332778084150326]], [[0.5522978288398693]]], "std": [[[0.24126459761942765]], [[0.24646419448129303]], [[0.24249130204093386]]], "count": [100]}, "camera_1": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5432839379084967]], [[0.4539143402777778]], [[0.47265532883986927]]], "std": [[[0.20055278158827294]], [[0.19722096207807177]], [[0.20809066495519987]]], "count": [100]}, "camera_2": {"min": [[[0.0]], [[0.03137254901960784]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.66751929125817]], [[0.5654506454248366]], [[0.5664941074346405]]], "std": [[[0.22531750421169733]], [[0.25347967931770315]], [[0.25276948742018884]]], "count": [100]}, "robot_eef_pose": {"min": [-0.590304434299469, -0.2877318263053894, 0.3382771909236908, -1.9197618961334229, -2.4395713806152344, -0.351410448551178], "max": [-0.4771180748939514, 0.16191241145133972, 0.4955521523952484, 2.145583152770996, 2.4461116790771484, 0.5045555233955383], "mean": [-0.5472240447998047, -0.07785873115062714, 0.3829064965248108, 0.6330997347831726, 0.4838173985481262, 0.08222756534814835], "std": [0.030435292050242424, 0.14688129723072052, 0.05362875387072563, 1.7246675491333008, 1.8159350156784058, 0.20555560290813446], "count": [178]}, "gripper_state": {"min": [1.0], "max": [1.0], "mean": [1.0], "std": [0.0], "count": [178]}, "actions": {"min": [-0.5903548002243042, -0.2881745398044586, 0.3382856845855713, -1.9222625494003296, -2.441828966140747, -0.35013172030448914, 1.0], "max": [-0.4771047830581665, 0.16167546808719635, 0.495535671710968, 2.148310899734497, 2.44377064704895, 0.5052821040153503, 1.0], "mean": [-0.547635018825531, -0.08068125694990158, 0.38190510869026184, 0.654113233089447, 0.4988231062889099, 0.0829932913184166, 1.0], "std": [0.02991507202386856, 0.14644207060337067, 0.05297870934009552, 1.7205828428268433, 1.811374545097351, 0.20546266436576843, 0.0], "count": [178]}, "timestamp": {"min": [0.0], "max": [17.7], "mean": [8.85], "std": [5.138336306626884], "count": [178]}, "frame_index": {"min": [0], "max": [177], "mean": [88.5], "std": [51.383363066268835], "count": [178]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [178]}, "index": {"min": [0], "max": [177], "mean": [88.5], "std": [51.383363066268835], "count": [178]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [178]}}}
meta/info.json ADDED
@@ -0,0 +1,119 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "ur5",
4
+ "total_episodes": 1,
5
+ "total_frames": 178,
6
+ "total_tasks": 1,
7
+ "total_videos": 0,
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
+ "camera_0": {
18
+ "dtype": "image",
19
+ "shape": [
20
+ 240,
21
+ 320,
22
+ 3
23
+ ],
24
+ "names": [
25
+ "height",
26
+ "width",
27
+ "channel"
28
+ ]
29
+ },
30
+ "camera_1": {
31
+ "dtype": "image",
32
+ "shape": [
33
+ 240,
34
+ 320,
35
+ 3
36
+ ],
37
+ "names": [
38
+ "height",
39
+ "width",
40
+ "channel"
41
+ ]
42
+ },
43
+ "camera_2": {
44
+ "dtype": "image",
45
+ "shape": [
46
+ 240,
47
+ 320,
48
+ 3
49
+ ],
50
+ "names": [
51
+ "height",
52
+ "width",
53
+ "channel"
54
+ ]
55
+ },
56
+ "robot_eef_pose": {
57
+ "dtype": "float32",
58
+ "shape": [
59
+ 6
60
+ ],
61
+ "names": [
62
+ "pose"
63
+ ]
64
+ },
65
+ "gripper_state": {
66
+ "dtype": "float32",
67
+ "shape": [
68
+ 1
69
+ ],
70
+ "names": [
71
+ "gripper"
72
+ ]
73
+ },
74
+ "actions": {
75
+ "dtype": "float32",
76
+ "shape": [
77
+ 7
78
+ ],
79
+ "names": [
80
+ "actions"
81
+ ]
82
+ },
83
+ "timestamp": {
84
+ "dtype": "float32",
85
+ "shape": [
86
+ 1
87
+ ],
88
+ "names": null
89
+ },
90
+ "frame_index": {
91
+ "dtype": "int64",
92
+ "shape": [
93
+ 1
94
+ ],
95
+ "names": null
96
+ },
97
+ "episode_index": {
98
+ "dtype": "int64",
99
+ "shape": [
100
+ 1
101
+ ],
102
+ "names": null
103
+ },
104
+ "index": {
105
+ "dtype": "int64",
106
+ "shape": [
107
+ 1
108
+ ],
109
+ "names": null
110
+ },
111
+ "task_index": {
112
+ "dtype": "int64",
113
+ "shape": [
114
+ 1
115
+ ],
116
+ "names": null
117
+ }
118
+ }
119
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "The robot arm must pick up the yellow bottle and place them on the purple basket."}