zijian2022 commited on
Commit
199fae5
·
verified ·
1 Parent(s): 44d8497

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:aae80b1a9676f7766d45f9681ba27e2b44fbb807b617b68f42bd1e683826bef9
3
+ size 29668
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Insert task testing."], "length": 597}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-4.833984375, 84.111328125, 100.458984375, 15.29296875, -104.150390625, 0.10427528619766235], "max": [39.375, 192.65625, 179.6484375, 79.8046875, -1.40625, 33.47236633300781], "mean": [11.542085647583008, 136.5970001220703, 137.9595947265625, 57.399051666259766, -51.810272216796875, 5.920283794403076], "std": [13.950353622436523, 47.96318054199219, 35.516944885253906, 21.315187454223633, 42.31973648071289, 8.807114601135254], "count": [597]}, "observation.state": {"min": [-3.8671875, 83.408203125, 101.42578125, 15.46875, -103.798828125, 0.31923383474349976], "max": [38.583984375, 192.12890625, 179.033203125, 78.3984375, -8.876953125, 32.4022331237793], "mean": [11.381762504577637, 135.5142364501953, 138.17835998535156, 56.82007598876953, -53.67658615112305, 6.933484077453613], "std": [13.538192749023438, 48.3953857421875, 34.89737319946289, 20.87193489074707, 39.60603713989258, 8.751810073852539], "count": [597]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9529411764705882]], [[0.9568627450980393]], [[1.0]]], "mean": [[[0.48888881910403054]], [[0.4770812431917211]], [[0.4696833401416122]]], "std": [[[0.15007751433501057]], [[0.15854324916855111]], [[0.16098335680060874]]], "count": [120]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.8745098039215686]], [[0.9882352941176471]]], "mean": [[[0.5145246561819172]], [[0.5185269182325708]], [[0.4629996476715686]]], "std": [[[0.21749073680793446]], [[0.2206064201430569]], [[0.22225403318263115]]], "count": [120]}, "timestamp": {"min": [0.0], "max": [19.866666666666667], "mean": [9.933333333333334], "std": [5.744627119382139], "count": [597]}, "frame_index": {"min": [0], "max": [596], "mean": [298.0], "std": [172.3388135814642], "count": [597]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [597]}, "index": {"min": [0], "max": [596], "mean": [298.0], "std": [172.3388135814642], "count": [597]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [597]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 597,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
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
+ "action": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 6
21
+ ],
22
+ "names": [
23
+ "main_shoulder_pan",
24
+ "main_shoulder_lift",
25
+ "main_elbow_flex",
26
+ "main_wrist_flex",
27
+ "main_wrist_roll",
28
+ "main_gripper"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "main_shoulder_pan",
38
+ "main_shoulder_lift",
39
+ "main_elbow_flex",
40
+ "main_wrist_flex",
41
+ "main_wrist_roll",
42
+ "main_gripper"
43
+ ]
44
+ },
45
+ "observation.images.laptop": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 480,
49
+ 640,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.fps": 30.0,
59
+ "video.height": 480,
60
+ "video.width": 640,
61
+ "video.channels": 3,
62
+ "video.codec": "h264",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.phone": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.fps": 30.0,
82
+ "video.height": 480,
83
+ "video.width": 640,
84
+ "video.channels": 3,
85
+ "video.codec": "h264",
86
+ "video.pix_fmt": "yuv420p",
87
+ "video.is_depth_map": false,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "timestamp": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "frame_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ },
105
+ "episode_index": {
106
+ "dtype": "int64",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "task_index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ }
126
+ }
127
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Insert task testing."}
videos/chunk-000/observation.images.laptop/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41fb43b0bf5e5703725ca1e39c0b5d3f4835b18bc3c877d1a6a5d7d55c6fe825
3
+ size 5659537
videos/chunk-000/observation.images.phone/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5a14d372846b58cb4d0c785ae9ddf079325cd2716840323cd5e75bfa0bdfc03
3
+ size 6651956