Deason11 commited on
Commit
0c256a5
·
verified ·
1 Parent(s): cba4686

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:e22bfac6d7f3cc9185ed91ec298baf0014537529110bc73cda54ad987ff43ded
3
+ size 28671
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["put the ambrosial yogurt bottle into the box"], "length": 320}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"observation.state": {"min": [-0.4334350526332855, 0.5178391933441162, -1.280146598815918, -0.3035127520561218, -0.24603906273841858, -0.6581985950469971, 0.035859279334545135], "max": [0.12341222912073135, 1.815858006477356, -0.3157300651073456, -0.009407324716448784, 0.11882201582193375, -0.30663689970970154, 0.09271397441625595], "mean": [-0.25516530871391296, 1.4878804683685303, -1.0053744316101074, -0.18060031533241272, -0.08353328704833984, -0.46748870611190796, 0.06402646750211716], "std": [0.13487999141216278, 0.3259553015232086, 0.24870361387729645, 0.09116388857364655, 0.10039091110229492, 0.0985741838812828, 0.026335837319493294], "count": [320]}, "action": {"min": [-0.4372425675392151, 0.4928096830844879, -1.3282818794250488, -0.3228437602519989, -0.33796778321266174, -0.674139678478241, 0.025415873154997826], "max": [0.12511709332466125, 1.7605539560317993, -0.3181339502334595, -0.00551164336502552, 0.04771779105067253, -0.30264341831207275, 0.09269292652606964], "mean": [-0.2560288608074188, 1.443898320198059, -1.0412814617156982, -0.18374477326869965, -0.18822461366653442, -0.47288960218429565, 0.05950119346380234], "std": [0.13776831328868866, 0.3115510940551758, 0.25408026576042175, 0.09382470697164536, 0.09383705258369446, 0.10141409188508987, 0.03145774081349373], "count": [320]}, "observation.images.pikaGripperDepthCamera": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3971108925653595]], [[0.40138894607843134]], [[0.37614012867647056]]], "std": [[[0.30494760665426146]], [[0.28608932902390455]], [[0.30083561019189964]]], "count": [100]}, "observation.images.pikaGripperFisheyeCamera": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3922626756535948]], [[0.37508120098039216]], [[0.3487554779411765]]], "std": [[[0.3058785811334638]], [[0.3041622113376321]], [[0.30303311177740666]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [12.76], "mean": [6.38], "std": [3.695023680573644], "count": [320]}, "frame_index": {"min": [0], "max": [319], "mean": [159.5], "std": [92.37559201434111], "count": [320]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [320]}, "index": {"min": [0], "max": [319], "mean": [159.5], "std": [92.37559201434111], "count": [320]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [320]}}}
meta/info.json ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "unknown",
4
+ "total_episodes": 1,
5
+ "total_frames": 320,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 25,
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
+ "observation.state": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 7
21
+ ],
22
+ "names": null
23
+ },
24
+ "action": {
25
+ "dtype": "float32",
26
+ "shape": [
27
+ 7
28
+ ]
29
+ },
30
+ "observation.images.pikaGripperDepthCamera": {
31
+ "dtype": "video",
32
+ "shape": [
33
+ 3,
34
+ 480,
35
+ 640
36
+ ],
37
+ "names": [
38
+ "channels",
39
+ "height",
40
+ "width"
41
+ ],
42
+ "info": {
43
+ "video.height": 480,
44
+ "video.width": 640,
45
+ "video.codec": "av1",
46
+ "video.pix_fmt": "yuv420p",
47
+ "video.is_depth_map": false,
48
+ "video.fps": 25,
49
+ "video.channels": 3,
50
+ "has_audio": false
51
+ }
52
+ },
53
+ "observation.images.pikaGripperFisheyeCamera": {
54
+ "dtype": "video",
55
+ "shape": [
56
+ 3,
57
+ 480,
58
+ 640
59
+ ],
60
+ "names": [
61
+ "channels",
62
+ "height",
63
+ "width"
64
+ ],
65
+ "info": {
66
+ "video.height": 480,
67
+ "video.width": 640,
68
+ "video.codec": "av1",
69
+ "video.pix_fmt": "yuv420p",
70
+ "video.is_depth_map": false,
71
+ "video.fps": 25,
72
+ "video.channels": 3,
73
+ "has_audio": false
74
+ }
75
+ },
76
+ "timestamp": {
77
+ "dtype": "float32",
78
+ "shape": [
79
+ 1
80
+ ],
81
+ "names": null
82
+ },
83
+ "frame_index": {
84
+ "dtype": "int64",
85
+ "shape": [
86
+ 1
87
+ ],
88
+ "names": null
89
+ },
90
+ "episode_index": {
91
+ "dtype": "int64",
92
+ "shape": [
93
+ 1
94
+ ],
95
+ "names": null
96
+ },
97
+ "index": {
98
+ "dtype": "int64",
99
+ "shape": [
100
+ 1
101
+ ],
102
+ "names": null
103
+ },
104
+ "task_index": {
105
+ "dtype": "int64",
106
+ "shape": [
107
+ 1
108
+ ],
109
+ "names": null
110
+ }
111
+ }
112
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "put the ambrosial yogurt bottle into the box"}
videos/chunk-000/observation.images.pikaGripperDepthCamera/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d339ff217b5cf8bf95f507a6065c6f5af3b5e0f2f0d6132d3f425567b77f15d
3
+ size 4048309
videos/chunk-000/observation.images.pikaGripperFisheyeCamera/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fd4f1a4cf6719920ac91765cd02333ea9491211f8cdb91f8d451097f60a847e
3
+ size 6683216