zijian2022 commited on
Commit
470c00a
·
verified ·
1 Parent(s): 0a2a247

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:d984159eb4f2226c051b5d427265f611224c882e920f98e280f5e28f1e411e5e
3
+ size 56961
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 1793}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-0.615234375, 89.208984375, 124.892578125, -34.892578125, -15.029296875, 0.6085192561149597], "max": [48.427734375, 187.3828125, 169.365234375, 86.66015625, 13.271484375, 38.33671569824219], "mean": [12.371156692504883, 158.32315063476562, 160.74302673339844, 42.4665641784668, -5.376082897186279, 3.33536434173584], "std": [15.98403549194336, 37.13469696044922, 12.492273330688477, 54.09794616699219, 5.216423511505127, 7.718099594116211], "count": [1793]}, "observation.state": {"min": [0.263671875, 89.033203125, 127.08984375, -33.046875, -5.712890625, 0.21849963068962097], "max": [47.8125, 186.064453125, 169.27734375, 85.78125, 12.65625, 37.65476989746094], "mean": [12.164003372192383, 156.87127685546875, 161.0550994873047, 42.6095085144043, -3.471949338912964, 5.369679927825928], "std": [15.800577163696289, 37.3404426574707, 12.040059089660645, 53.04962158203125, 3.717561960220337, 8.228830337524414], "count": [1793]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3187318516042781]], [[0.35644723781937016]], [[0.35107714720736777]]], "std": [[[0.27649022508125365]], [[0.23196112085477427]], [[0.2407131398814101]]], "count": [275]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[0.9803921568627451]]], "mean": [[[0.6948434083481878]], [[0.5558895380273322]], [[0.3328045112893642]]], "std": [[[0.17714723431535]], [[0.15106052968945505]], [[0.15354731886294332]]], "count": [275]}, "timestamp": {"min": [0.0], "max": [59.733333333333334], "mean": [29.866666666666667], "std": [17.253147860929932], "count": [1793]}, "frame_index": {"min": [0], "max": [1792], "mean": [896.0], "std": [517.594435827898], "count": [1793]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1793]}, "index": {"min": [0], "max": [1792], "mean": [896.0], "std": [517.594435827898], "count": [1793]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1793]}}}
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": 1793,
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:b7e1341b800562c9b6d348738045b6100cf4e1dd0d00a2aaf49e1090f3e119be
3
+ size 12565355
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:bcf61cb9ec2127eccbd551ae89f010d6a27214207dcc6297a3dbec111ae62044
3
+ size 4450109