Arururu12 commited on
Commit
ded3114
·
verified ·
1 Parent(s): 4e663c8

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:01bbf03ea8fcedf3fddc94633938b0db43077f142f6af10c129c11be1bad9e0a
3
+ size 5358
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Clean up the cups"], "length": 50}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-0.058291271328926086, -1.7824854850769043, 1.9957243204116821, -2.026388645172119, -1.59073805809021, -0.34207770228385925, 0.0], "max": [-0.058291271328926086, -1.780951738357544, 1.9972429275512695, -2.024869918823242, -1.59073805809021, -0.34207770228385925, 0.0], "mean": [-0.05829126015305519, -1.7811976671218872, 1.9971821308135986, -2.0263283252716064, -1.5907371044158936, -0.34207749366760254, 0.0], "std": [1.1175870895385742e-08, 0.0005565189640037715, 0.00029747618827968836, 0.0002975536335725337, 9.5367431640625e-07, 2.086162567138672e-07, 0.0], "count": [50]}, "observation.state": {"min": [-0.05830365791916847, -1.781790852546692, 1.996728777885437, -2.026416063308716, -1.590760588645935, -0.3421033024787903, 0.0117647061124444], "max": [-0.05826074257493019, -1.7809492349624634, 1.9972628355026245, -2.025914430618286, -1.590710997581482, -0.34204989671707153, 0.0117647061124444], "mean": [-0.05828288570046425, -1.7812180519104004, 1.9972003698349, -2.0263588428497314, -1.590734839439392, -0.34207606315612793, 0.0117647061124444], "std": [1.000502106762724e-05, 0.00020019395742565393, 9.614848386263475e-05, 0.00010241225390927866, 1.1985223864030559e-05, 1.2326269825280178e-05, 0.0], "count": [50]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0392156862745098]], [[0.0]]], "max": [[[0.7725490196078432]], [[0.8745098039215686]], [[1.0]]], "mean": [[[0.4015548611111111]], [[0.4281747794117647]], [[0.39624778594771237]]], "std": [[[0.18668588725784238]], [[0.1507160900143282]], [[0.21272837181692003]]], "count": [50]}, "timestamp": {"min": [0.0], "max": [4.9], "mean": [2.45], "std": [1.4430869689661812], "count": [50]}, "frame_index": {"min": [0], "max": [49], "mean": [24.5], "std": [14.430869689661812], "count": [50]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [50]}, "index": {"min": [0], "max": [49], "mean": [24.5], "std": [14.430869689661812], "count": [50]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [50]}}}
meta/info.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "ur5e_gello",
4
+ "total_episodes": 1,
5
+ "total_frames": 50,
6
+ "total_tasks": 1,
7
+ "total_videos": 1,
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
+ "timestamp": {
71
+ "dtype": "float32",
72
+ "shape": [
73
+ 1
74
+ ],
75
+ "names": null
76
+ },
77
+ "frame_index": {
78
+ "dtype": "int64",
79
+ "shape": [
80
+ 1
81
+ ],
82
+ "names": null
83
+ },
84
+ "episode_index": {
85
+ "dtype": "int64",
86
+ "shape": [
87
+ 1
88
+ ],
89
+ "names": null
90
+ },
91
+ "index": {
92
+ "dtype": "int64",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "task_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ }
105
+ }
106
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Clean up the cups"}
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:7d69cd0d45a29c7a3d5dd57331cf9ab50e9f99843d611fdc931b33287cee5262
3
+ size 274161