HCHoongChing commited on
Commit
17f2051
·
verified ·
1 Parent(s): 6ed972c

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:d6debb62105c7f16f9e0efbf1e713d46102a2878db15733c0a670c9f2348cbff
3
+ size 8316
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Clean the countertop"], "length": 251}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-2906.0, 10898.0, -2226.0, 1388.0, 12634.0, -12871.0, 0.0, 1564.0, 11808.0, 136.0, 27243.0, 14132.0, 6356.0, -0.699999988079071], "max": [-2906.0, 10898.0, -2226.0, 1513.0, 12634.0, -12871.0, 0.0, 1564.0, 11808.0, 136.0, 27243.0, 14132.0, 6356.0, -0.699999988079071], "mean": [-2906.0, 10898.0, -2226.0, 1436.8087158203125, 12634.0, -12871.0, 0.0, 1564.0, 11808.0, 136.0, 27243.0, 14132.0, 6356.0, -0.6999982595443726], "std": [0.0, 0.0, 0.0, 21.115032196044922, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.7285346984863281e-06], "count": [251]}, "observation.state": {"min": [-2906.0, 10898.0, -2226.0, 1388.0, 12634.0, -12871.0, 0.0, 1564.0, 11808.0, 136.0, 27243.0, 14132.0, 6356.0, -0.699999988079071], "max": [-2906.0, 10898.0, -2226.0, 1513.0, 12634.0, -12871.0, 0.0, 1564.0, 11808.0, 136.0, 27243.0, 14132.0, 6356.0, -0.699999988079071], "mean": [-2906.0, 10898.0, -2226.0, 1436.8087158203125, 12634.0, -12871.0, 0.0, 1564.0, 11808.0, 136.0, 27243.0, 14132.0, 6356.0, -0.6999982595443726], "std": [0.0, 0.0, 0.0, 21.115032196044922, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.7285346984863281e-06], "count": [251]}, "observation.images.right": {"min": [[[0.00784313725490196]], [[0.027450980392156862]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42129085375816994]], [[0.4373095710784314]], [[0.42641063929738565]]], "std": [[[0.21452068871948135]], [[0.2036329554213924]], [[0.2071000858432739]]], "count": [100]}, "observation.images.right_depth": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.0]]], "mean": [[[0.23476313112745098]], [[0.41798796977124186]], [[0.0]]], "std": [[[0.14130756408135325]], [[0.3442628580288587]], [[0.0]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.333333333333334], "mean": [4.166666666666667], "std": [2.41522945769824], "count": [251]}, "frame_index": {"min": [0], "max": [250], "mean": [125.0], "std": [72.4568837309472], "count": [251]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [251]}, "index": {"min": [0], "max": [250], "mean": [125.0], "std": [72.4568837309472], "count": [251]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [251]}}}
meta/info.json ADDED
@@ -0,0 +1,141 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "bi_piper",
4
+ "total_episodes": 1,
5
+ "total_frames": 251,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
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
+ "action": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 14
21
+ ],
22
+ "names": [
23
+ "left_joint_1.pos",
24
+ "left_joint_2.pos",
25
+ "left_joint_3.pos",
26
+ "left_joint_4.pos",
27
+ "left_joint_5.pos",
28
+ "left_joint_6.pos",
29
+ "left_gripper.pos",
30
+ "right_joint_1.pos",
31
+ "right_joint_2.pos",
32
+ "right_joint_3.pos",
33
+ "right_joint_4.pos",
34
+ "right_joint_5.pos",
35
+ "right_joint_6.pos",
36
+ "right_gripper.pos"
37
+ ]
38
+ },
39
+ "observation.state": {
40
+ "dtype": "float32",
41
+ "shape": [
42
+ 14
43
+ ],
44
+ "names": [
45
+ "left_joint_1.pos",
46
+ "left_joint_2.pos",
47
+ "left_joint_3.pos",
48
+ "left_joint_4.pos",
49
+ "left_joint_5.pos",
50
+ "left_joint_6.pos",
51
+ "left_gripper.pos",
52
+ "right_joint_1.pos",
53
+ "right_joint_2.pos",
54
+ "right_joint_3.pos",
55
+ "right_joint_4.pos",
56
+ "right_joint_5.pos",
57
+ "right_joint_6.pos",
58
+ "right_gripper.pos"
59
+ ]
60
+ },
61
+ "observation.images.right": {
62
+ "dtype": "video",
63
+ "shape": [
64
+ 480,
65
+ 640,
66
+ 3
67
+ ],
68
+ "names": [
69
+ "height",
70
+ "width",
71
+ "channels"
72
+ ],
73
+ "info": {
74
+ "video.height": 480,
75
+ "video.width": 640,
76
+ "video.codec": "av1",
77
+ "video.pix_fmt": "yuv420p",
78
+ "video.is_depth_map": false,
79
+ "video.fps": 30,
80
+ "video.channels": 3,
81
+ "has_audio": false
82
+ }
83
+ },
84
+ "observation.images.right_depth": {
85
+ "dtype": "video",
86
+ "shape": [
87
+ 480,
88
+ 640
89
+ ],
90
+ "names": [
91
+ "height",
92
+ "width"
93
+ ],
94
+ "info": {
95
+ "video.height": 480,
96
+ "video.width": 640,
97
+ "video.codec": "av1",
98
+ "video.pix_fmt": "yuv420p",
99
+ "video.is_depth_map": false,
100
+ "video.fps": 30,
101
+ "video.channels": 3,
102
+ "has_audio": false
103
+ }
104
+ },
105
+ "timestamp": {
106
+ "dtype": "float32",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "frame_index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "episode_index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ },
126
+ "index": {
127
+ "dtype": "int64",
128
+ "shape": [
129
+ 1
130
+ ],
131
+ "names": null
132
+ },
133
+ "task_index": {
134
+ "dtype": "int64",
135
+ "shape": [
136
+ 1
137
+ ],
138
+ "names": null
139
+ }
140
+ }
141
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Clean the countertop"}
videos/chunk-000/observation.images.right/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e7af7d2c5dcd2c251711112367ef0c1fdf35b0531fdce9032b84f9a96bb5f76
3
+ size 1277802
videos/chunk-000/observation.images.right_depth/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42a2870674be0033d5ee4c79a215ce2f5d4138b20f9676be53a57de9a8441ddf
3
+ size 35719349