zijian2022 commited on
Commit
0671f6b
·
verified ·
1 Parent(s): 8d99629

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:bcec4b911b122807faffc7ce09482c99e193bf5b722eded7bc6d95957a9abcc2
3
+ size 566638
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 8788}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-57.29689407348633, 68.77606964111328, 87.33013153076172, 0.1118316650390625, -56.78186798095703, -0.09666633605957031], "max": [85.2560806274414, 188.54254150390625, 171.39793395996094, 93.06387329101562, 6.942584037780762, 47.62052536010742], "mean": [8.801939964294434, 146.6492919921875, 137.5985870361328, 69.76268005371094, -6.655487537384033, 8.159699440002441], "std": [21.531675338745117, 41.64588928222656, 33.15545654296875, 26.282024383544922, 10.073893547058105, 11.387870788574219], "count": [8788]}, "observation.state": {"min": [-56.337890625, 67.412109375, 89.560546875, 0.791015625, -6.15234375, -0.7283321022987366], "max": [84.814453125, 186.416015625, 170.68359375, 91.93359375, 5.537109375, 46.321922302246094], "mean": [8.343155860900879, 145.30055236816406, 138.1549835205078, 69.1631851196289, -3.0797224044799805, 8.725225448608398], "std": [21.35260009765625, 41.91411590576172, 32.381263732910156, 25.89931869506836, 2.14508318901062, 11.848968505859375], "count": [8788]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.539183795380519]], [[0.5612493591060091]], [[0.4971951443385145]]], "std": [[[0.3641166816367356]], [[0.2277353500402912]], [[0.214077525301328]]], "count": [907]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4054970412135821]], [[0.4496846697977243]], [[0.4540930550601351]]], "std": [[[0.2792312531940699]], [[0.2322292025200177]], [[0.22269954668538033]]], "count": [907]}, "timestamp": {"min": [0.0], "max": [292.9], "mean": [146.45], "std": [84.56256887982742], "count": [8788]}, "frame_index": {"min": [0], "max": [8787], "mean": [4393.5], "std": [2536.8770663948226], "count": [8788]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [8788]}, "index": {"min": [0], "max": [8787], "mean": [4393.5], "std": [2536.8770663948226], "count": [8788]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [8788]}}}
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": 8788,
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": "av1",
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": "av1",
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": "Grasp a lego block and put it in the bin."}
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:b760c7854177087b7becd2fb0b28a6c8ca4518d9901aa422c7dd01a6276da2d9
3
+ size 50465217
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:d70f22b9145a8b868ab9c74a644ab57e21eadaabe4b5d2584fa51df461791fff
3
+ size 49364146