soohti commited on
Commit
b43dd31
·
verified ·
1 Parent(s): 089dff7

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:2c1f86a2945f42d634599f96d5f25a532e7c4147a5b28ec4841b4218d8c97ef2
3
+ size 5231650
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Place an orange cube on the target area."], "length": 259}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"image": {"min": [[[0.07058823529411765]], [[0.08627450980392157]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49172793414240695]], [[0.3882293753438875]], [[0.3300810511704682]]], "std": [[[0.1667016167173775]], [[0.1887185221306744]], [[0.22306202930093877]]], "count": [100]}, "wrist_image": {"min": [[[0.0392156862745098]], [[0.07450980392156863]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4811243606817727]], [[0.2874531961221989]], [[0.1617941793905062]]], "std": [[[0.1566205157625366]], [[0.12501715456260853]], [[0.12930321164202513]]], "count": [100]}, "state": {"min": [-2.074596643447876, -1.2674012184143066, 0.007888028398156166, -2.410367965698242, -1.6492838859558105, 0.3821248412132263, -0.2397923767566681, -0.0009463104652240872, -0.0005490783951245248], "max": [-0.008238768205046654, 1.4014569520950317, 2.6625163555145264, -0.062207117676734924, 1.0094560384750366, 2.423614740371704, 2.7836949825286865, 0.026919279247522354, 0.026705684140324593], "mean": [-1.7438263893127441, -0.2323017716407776, 2.001021146774292, -1.7488417625427246, 0.040512748062610626, 1.990846872329712, 1.6292821168899536, 0.010619832202792168, 0.010640774853527546], "std": [0.34431037306785583, 0.9633335471153259, 0.5742217302322388, 0.4872143268585205, 0.9505214095115662, 0.3131580650806427, 0.7346100807189941, 0.007847241126000881, 0.007818242534995079], "count": [259]}, "actions": {"min": [-2.074596643447876, -1.2673931121826172, 0.008057363331317902, -2.410482406616211, -1.6492838859558105, 0.41678738594055176, -0.23939381539821625, -1.0], "max": [-0.008443953469395638, 1.4014569520950317, 2.6625163555145264, -0.06282912194728851, 1.0094391107559204, 2.423614263534546, 2.7821438312530518, 1.0], "mean": [-1.7446316480636597, -0.23181119561195374, 2.0016486644744873, -1.749727725982666, 0.040003322064876556, 1.9914500713348389, 1.6297320127487183, -0.3050193190574646], "std": [0.34268510341644287, 0.9637892246246338, 0.5729640126228333, 0.4862295985221863, 0.9509165287017822, 0.3112694323062897, 0.7339442372322083, 0.9523470401763916], "count": [259]}, "timestamp": {"min": [0.0], "max": [25.8], "mean": [12.899999999999999], "std": [7.476630257007497], "count": [259]}, "frame_index": {"min": [0], "max": [258], "mean": [129.0], "std": [74.76630257007497], "count": [259]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [259]}, "index": {"min": [0], "max": [258], "mean": [129.0], "std": [74.76630257007497], "count": [259]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [259]}}}
meta/info.json ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "panda",
4
+ "total_episodes": 1,
5
+ "total_frames": 259,
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
+ "image": {
18
+ "dtype": "image",
19
+ "shape": [
20
+ 224,
21
+ 224,
22
+ 3
23
+ ],
24
+ "names": [
25
+ "height",
26
+ "width",
27
+ "channel"
28
+ ]
29
+ },
30
+ "wrist_image": {
31
+ "dtype": "image",
32
+ "shape": [
33
+ 224,
34
+ 224,
35
+ 3
36
+ ],
37
+ "names": [
38
+ "height",
39
+ "width",
40
+ "channel"
41
+ ]
42
+ },
43
+ "state": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 9
47
+ ],
48
+ "names": [
49
+ "state"
50
+ ]
51
+ },
52
+ "actions": {
53
+ "dtype": "float32",
54
+ "shape": [
55
+ 8
56
+ ],
57
+ "names": [
58
+ "actions"
59
+ ]
60
+ },
61
+ "timestamp": {
62
+ "dtype": "float32",
63
+ "shape": [
64
+ 1
65
+ ],
66
+ "names": null
67
+ },
68
+ "frame_index": {
69
+ "dtype": "int64",
70
+ "shape": [
71
+ 1
72
+ ],
73
+ "names": null
74
+ },
75
+ "episode_index": {
76
+ "dtype": "int64",
77
+ "shape": [
78
+ 1
79
+ ],
80
+ "names": null
81
+ },
82
+ "index": {
83
+ "dtype": "int64",
84
+ "shape": [
85
+ 1
86
+ ],
87
+ "names": null
88
+ },
89
+ "task_index": {
90
+ "dtype": "int64",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "names": null
95
+ }
96
+ }
97
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Place an orange cube on the target area."}