Zahardk commited on
Commit
5decc71
·
verified ·
1 Parent(s): 95c2e63

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:e66645dff6c2245c8ffb972e81c66a985f94fcf3d697e0343ba421a5705aca81
3
+ size 26564258
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["pick the red block and place it on the table"], "length": 220}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"exterior_image_1_left": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.42333746459694993]], [[0.41704575708061004]], [[0.4085475816993464]]], "std": [[[0.24560685380096184]], [[0.24870710866915943]], [[0.2504777733317144]]], "count": [100]}, "wrist_image_left": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.34751320261437907]], [[0.3508134395424836]], [[0.33012839324618737]]], "std": [[[0.21227171824981766]], [[0.21111145298509676]], [[0.2082285057972173]]], "count": [100]}, "joint_position": {"min": [-0.028717534616589546, -0.6028928160667419, -0.04595964401960373, -2.4955368041992188, -0.04333868995308876, 1.9001638889312744, -0.03145482763648033], "max": [0.14915552735328674, 0.5681652426719666, 0.12961965799331665, -2.1218202114105225, 0.023708483204245567, 2.7941274642944336, 0.24294628202915192], "mean": [0.04805663600564003, 0.2610858380794525, 0.031900785863399506, -2.274089813232422, -0.02046363614499569, 2.559605360031128, 0.09863050282001495], "std": [0.06190034747123718, 0.34765294194221497, 0.046480368822813034, 0.12331243604421616, 0.023159779608249664, 0.23499171435832977, 0.10314501821994781], "count": [220]}, "gripper_position": {"min": [0.0], "max": [0.7665198445320129], "mean": [0.30652788281440735], "std": [0.3210590183734894], "count": [220]}, "actions": {"min": [-0.2386525273323059, -0.8174046277999878, -0.1382751762866974, -0.497510701417923, -0.23988007009029388, -0.3900240361690521, -0.3757100999355316, 0.0], "max": [0.15337777137756348, 0.6705001592636108, 0.1397964507341385, 0.3534731864929199, 0.20174020528793335, 0.4189163148403168, 0.23271062970161438, 1.0], "mean": [0.020494872704148293, 0.11921865493059158, -0.01504028495401144, 0.02578582614660263, 0.04539020359516144, 0.07172469794750214, -0.01299102883785963, 0.3689214587211609], "std": [0.08897498995065689, 0.2668246924877167, 0.06897132098674774, 0.17634217441082, 0.07624504715204239, 0.1696809083223343, 0.11137249320745468, 0.4136416018009186], "count": [220]}, "timestamp": {"min": [0.0], "max": [14.6], "mean": [7.3], "std": [4.233858235174574], "count": [220]}, "frame_index": {"min": [0], "max": [219], "mean": [109.5], "std": [63.50787352761861], "count": [220]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [220]}, "index": {"min": [0], "max": [219], "mean": [109.5], "std": [63.50787352761861], "count": [220]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [220]}}}
meta/info.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "fr3",
4
+ "total_episodes": 1,
5
+ "total_frames": 220,
6
+ "total_tasks": 1,
7
+ "total_videos": 0,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 15,
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
+ "exterior_image_1_left": {
18
+ "dtype": "image",
19
+ "shape": [
20
+ 180,
21
+ 320,
22
+ 3
23
+ ],
24
+ "names": [
25
+ "height",
26
+ "width",
27
+ "channel"
28
+ ]
29
+ },
30
+ "wrist_image_left": {
31
+ "dtype": "image",
32
+ "shape": [
33
+ 180,
34
+ 320,
35
+ 3
36
+ ],
37
+ "names": [
38
+ "height",
39
+ "width",
40
+ "channel"
41
+ ]
42
+ },
43
+ "joint_position": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 7
47
+ ],
48
+ "names": [
49
+ "joint_position"
50
+ ]
51
+ },
52
+ "gripper_position": {
53
+ "dtype": "float32",
54
+ "shape": [
55
+ 1
56
+ ],
57
+ "names": [
58
+ "gripper_position"
59
+ ]
60
+ },
61
+ "actions": {
62
+ "dtype": "float32",
63
+ "shape": [
64
+ 8
65
+ ],
66
+ "names": [
67
+ "actions"
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": "pick the red block and place it on the table"}