lFelix commited on
Commit
e971223
·
verified ·
1 Parent(s): 0fd5eec

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:d145f8c6eae3f884e265a114eaf3fb517659a9fe6f4e7883670c771d4e31b18b
3
+ size 15228831
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["test"], "length": 85}
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": [[[0.9921568627450981]], [[1.0]], [[1.0]]], "mean": [[[0.26649176919133666]], [[0.2648709406638472]], [[0.2603117550941945]]], "std": [[[0.15948732439415203]], [[0.16530186221379115]], [[0.16937289344700945]]], "count": [85]}, "wrist_image_left": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.984313725490196]], [[1.0]]], "mean": [[[0.4571019639882097]], [[0.4592608227604767]], [[0.4438221933871588]]], "std": [[[0.20906965492245294]], [[0.2129290461706359]], [[0.21319174734971102]]], "count": [85]}, "joint_position": {"min": [0.04297487065196037, -0.2849878966808319, -0.2726573944091797, -2.035403251647949, -0.055382199585437775, 1.8201876878738403, -0.09737265855073929], "max": [0.22689054906368256, 0.0743068978190422, -0.054822780191898346, -1.7823965549468994, 0.12252306938171387, 2.2242302894592285, 0.036203090101480484], "mean": [0.14874476194381714, -0.13877442479133606, -0.17483152449131012, -1.9397711753845215, 0.05843760445713997, 2.032893180847168, -0.032860562205314636], "std": [0.03737371042370796, 0.11450591683387756, 0.051980216056108475, 0.05109858512878418, 0.05778544768691063, 0.11708597093820572, 0.03139128535985947], "count": [85]}, "gripper_position": {"min": [0.0], "max": [0.0], "mean": [0.0], "std": [0.0], "count": [85]}, "actions": {"min": [-0.37954944372177124, -1.0150154829025269, -0.9895125031471252, -1.0743438005447388, -0.5132849812507629, -0.5169119238853455, -0.25549888610839844, 0.0], "max": [0.6574363708496094, 0.7086533308029175, 0.594247043132782, 1.338348388671875, 0.47846367955207825, 0.9994231462478638, 0.29809391498565674, 0.0], "mean": [0.026911640539765358, -0.09257455915212631, -0.04411002993583679, -0.06226880103349686, 0.023060057312250137, -0.01563451625406742, -0.0008002619724720716, 0.0], "std": [0.17666201293468475, 0.24685947597026825, 0.2495201826095581, 0.4686211943626404, 0.21254779398441315, 0.28567051887512207, 0.1113724336028099, 0.0], "count": [85]}, "timestamp": {"min": [0.0], "max": [5.6], "mean": [2.8], "std": [1.6357125528513727], "count": [85]}, "frame_index": {"min": [0], "max": [84], "mean": [42.0], "std": [24.535688292770594], "count": [85]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [85]}, "index": {"min": [0], "max": [84], "mean": [42.0], "std": [24.535688292770594], "count": [85]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [85]}}}
meta/info.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "panda",
4
+ "total_episodes": 1,
5
+ "total_frames": 85,
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": "test"}