zijian2022 commited on
Commit
966c67a
·
verified ·
1 Parent(s): 7ac4864

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:1a70da702755c8417f76076975f7d2d7c63cf0ba2b468e5f8934ccd7d4714e6c
3
+ size 24243
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Insert task testing."], "length": 1193}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-4.04296875, 192.65625, 179.6484375, 79.8046875, -1.40625, 0.2085505723953247], "max": [-4.04296875, 192.65625, 179.6484375, 79.8046875, -1.40625, 0.2085505723953247], "mean": [-4.04296875, 192.65625, 179.65145874023438, 79.8046875, -1.40625, 0.20855338871479034], "std": [0.0, 0.0, 0.003021240234375, 0.0, 0.0, 2.8162955914012855e-06], "count": [1193]}, "observation.state": {"min": [-4.306640625, 192.12890625, 178.857421875, 78.486328125, -9.052734375, 0.31923383474349976], "max": [-4.306640625, 192.12890625, 178.857421875, 78.486328125, -9.052734375, 0.31923383474349976], "mean": [-4.306640625, 192.12612915039062, 178.85906982421875, 78.48506164550781, -9.052734375, 0.3192360997200012], "std": [0.0, 0.002777099609375, 0.00164794921875, 0.0012664794921875, 0.0, 2.2649765014648438e-06], "count": [1193]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9686274509803922]], [[0.9568627450980393]], [[1.0]]], "mean": [[[0.4884795812301818]], [[0.4778992651103346]], [[0.4728580140183136]]], "std": [[[0.13299838517232612]], [[0.14126038401136523]], [[0.14270301473955477]]], "count": [202]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9764705882352941]], [[1.0]]], "mean": [[[0.5338723417378503]], [[0.5398545771856597]], [[0.4937424660664596]]], "std": [[[0.18859159802821224]], [[0.19131700168707197]], [[0.19449299392612393]]], "count": [202]}, "timestamp": {"min": [0.0], "max": [39.733333333333334], "mean": [19.866666666666667], "std": [11.479643819484219], "count": [1193]}, "frame_index": {"min": [0], "max": [1192], "mean": [596.0], "std": [344.3893145845266], "count": [1193]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1193]}, "index": {"min": [0], "max": [1192], "mean": [596.0], "std": [344.3893145845266], "count": [1193]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1193]}}}
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": 1193,
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:1698bdaa463357f5b4eca3300d492ae6f1a0f9f1bba61e7ff777e68c80688ecb
3
+ size 9638420
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:476e59cb277939564da7c224e0df1d90d8c58ef654b554b8385db997059055af
3
+ size 11326166