kumarhans commited on
Commit
4f0a0d4
·
verified ·
1 Parent(s): 32deacd

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:e6746b09dd100e1c3a705633fbcdd4dc6cb6f87c3f8abb03003dac5d28766e0a
3
+ size 206375384
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["unknown"], "length": 377}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"observation.images.base_camera": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9137254901960784]], [[0.8588235294117647]], [[0.7568627450980392]]], "mean": [[[0.4755538684640523]], [[0.33128245506535947]], [[0.17002724264705882]]], "std": [[[0.24202043252730995]], [[0.2100978741512741]], [[0.13263573047309074]]], "count": [100]}, "observation.images.hand_camera": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9450980392156862]], [[0.9058823529411765]], [[0.8274509803921568]]], "mean": [[[0.7662027144607843]], [[0.6200541339869281]], [[0.37337629901960784]]], "std": [[[0.11722026172656284]], [[0.14999478838116148]], [[0.20827320830058363]]], "count": [100]}, "observation.state": {"min": [-0.6105517745018005, -2.3636937141418457, 1.6838033199310303, 0.8289337754249573, 0.8246680498123169, 0.0], "max": [0.005553551018238068, -1.7152761220932007, 2.237226963043213, 1.2672101259231567, 1.8195056915283203, 0.0], "mean": [-0.03796004131436348, -2.0577945709228516, 1.8548901081085205, 0.990729033946991, 1.4926745891571045, 0.0], "std": [0.1270384043455124, 0.2696705758571625, 0.10016324371099472, 0.138429656624794, 0.17932188510894775, 0.0], "count": [377]}, "action": {"min": [-0.042980894446372986, -0.04247760772705078, -0.03462791442871094, -0.03646349906921387, -0.0981748104095459, 0.0], "max": [0.05009526014328003, 0.04358649253845215, 0.030191659927368164, 0.028746306896209717, 0.07853984832763672, 0.0], "mean": [9.398106158187147e-06, 0.0015296622877940536, -7.20473099136143e-06, -0.0006830251077190042, -0.0006597067113034427, 0.0], "std": [0.010361063294112682, 0.011306362226605415, 0.009872589260339737, 0.00898935180157423, 0.016719376668334007, 0.0], "count": [377]}, "timestamp": {"min": [0.0], "max": [12.533333333333333], "mean": [6.266666666666667], "std": [3.6276714294434105], "count": [377]}, "frame_index": {"min": [0], "max": [376], "mean": [188.0], "std": [108.83014288330233], "count": [377]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [377]}, "index": {"min": [0], "max": [376], "mean": [188.0], "std": [108.83014288330233], "count": [377]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [377]}}}
meta/info.json ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 377,
6
+ "total_tasks": 1,
7
+ "total_videos": 0,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
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.images.base_camera": {
18
+ "dtype": "image",
19
+ "shape": [
20
+ 480,
21
+ 640,
22
+ 3
23
+ ],
24
+ "names": [
25
+ "height",
26
+ "width",
27
+ "rgb"
28
+ ]
29
+ },
30
+ "observation.images.hand_camera": {
31
+ "dtype": "image",
32
+ "shape": [
33
+ 480,
34
+ 640,
35
+ 3
36
+ ],
37
+ "names": [
38
+ "height",
39
+ "width",
40
+ "rgb"
41
+ ]
42
+ },
43
+ "observation.state": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 6
47
+ ],
48
+ "names": {
49
+ "motors": [
50
+ "motor_0",
51
+ "motor_1",
52
+ "motor_2",
53
+ "motor_3",
54
+ "motor_4",
55
+ "motor_5"
56
+ ]
57
+ }
58
+ },
59
+ "action": {
60
+ "dtype": "float32",
61
+ "shape": [
62
+ 6
63
+ ],
64
+ "names": {
65
+ "motors": [
66
+ "motor_0",
67
+ "motor_1",
68
+ "motor_2",
69
+ "motor_3",
70
+ "motor_4",
71
+ "motor_5"
72
+ ]
73
+ }
74
+ },
75
+ "timestamp": {
76
+ "dtype": "float32",
77
+ "shape": [
78
+ 1
79
+ ],
80
+ "names": null
81
+ },
82
+ "frame_index": {
83
+ "dtype": "int64",
84
+ "shape": [
85
+ 1
86
+ ],
87
+ "names": null
88
+ },
89
+ "episode_index": {
90
+ "dtype": "int64",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "names": null
95
+ },
96
+ "index": {
97
+ "dtype": "int64",
98
+ "shape": [
99
+ 1
100
+ ],
101
+ "names": null
102
+ },
103
+ "task_index": {
104
+ "dtype": "int64",
105
+ "shape": [
106
+ 1
107
+ ],
108
+ "names": null
109
+ }
110
+ }
111
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "unknown"}