hyzhang01 commited on
Commit
d0e739f
·
verified ·
1 Parent(s): d4eb4f3

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:a945437ad4cdad2965923556ecbfe6f76c024bf9edf0314717680db54470453a
3
+ size 30314921
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["pick up the cracker box"], "length": 208}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"image": {"min": [[[0.0]], [[0.023529411764705882]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.5493050915678771]], [[0.5479745734231193]], [[0.5372011710934373]]], "std": [[[0.18207320359367118]], [[0.19405048431459004]], [[0.2062317493499351]]], "count": [100]}, "wrist_image": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.5318683465573729]], [[0.4456514261954782]], [[0.44034003288815526]]], "std": [[[0.1837846413282073]], [[0.2605610880999191]], [[0.265035910902935]]], "count": [100]}, "state": {"min": [0.3081335127353668, -0.05337289348244667, 0.05627935007214546, -1.493895173072815, -1.2674956321716309, -1.081862449645996, 0.031339745968580246, -0.03999888151884079], "max": [0.5079224705696106, 0.10524455457925797, 0.4866192936897278, 3.149184465408325, 2.2339541912078857, 1.834110975265503, 0.03999888151884079, -0.031339745968580246], "mean": [0.4422709047794342, 0.05589025467634201, 0.19407771527767181, 0.3415352404117584, -0.3738040626049042, -0.42338988184928894, 0.03775116056203842, -0.03775116056203842], "std": [0.0589425228536129, 0.05758329853415489, 0.15775582194328308, 2.1186890602111816, 1.1556559801101685, 0.8168669939041138, 0.0037958279717713594, 0.0037958279717713594], "count": [208]}, "actions": {"min": [-0.0036115574184805155, -0.0061019728891551495, -0.011555391363799572, -0.14198899269104004, -0.03432096540927887, -0.08354558795690536, 0.031339745968580246], "max": [0.010935614816844463, 0.008547388017177582, 0.015249346382915974, 0.09229344874620438, 0.014899606816470623, 0.14329028129577637, 0.03999888151884079], "mean": [0.00096039631171152, 0.0004811346298083663, -0.000931688875425607, 0.004038471262902021, -0.006756565533578396, 0.004159310832619667, 0.03775116056203842], "std": [0.0024937386624515057, 0.001953075174242258, 0.005293091293424368, 0.024288875982165337, 0.011121540330350399, 0.024757077917456627, 0.0037958279717713594], "count": [208]}, "gripper_id": {"min": [2], "max": [2], "mean": [2.0], "std": [0.0], "count": [208]}, "timestamp": {"min": [0.0], "max": [13.8], "mean": [6.9], "std": [4.002915604073277], "count": [208]}, "frame_index": {"min": [0], "max": [207], "mean": [103.5], "std": [60.043734061099165], "count": [208]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [208]}, "index": {"min": [0], "max": [207], "mean": [103.5], "std": [60.043734061099165], "count": [208]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [208]}}}
meta/info.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "franka",
4
+ "total_episodes": 1,
5
+ "total_frames": 208,
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
+ "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
+ 8
47
+ ],
48
+ "names": [
49
+ "state"
50
+ ]
51
+ },
52
+ "actions": {
53
+ "dtype": "float32",
54
+ "shape": [
55
+ 7
56
+ ],
57
+ "names": [
58
+ "actions"
59
+ ]
60
+ },
61
+ "gripper_id": {
62
+ "dtype": "int32",
63
+ "shape": [
64
+ 1
65
+ ],
66
+ "names": [
67
+ "gripper_id"
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 up the cracker box"}