zijian2022 commited on
Commit
334b5d8
·
verified ·
1 Parent(s): f4e36b2

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:0c432c3010ab7d1786afb272e109725816e465743b3c8c76448d9c2472580bbc
3
+ size 539550
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 8744}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-62.81806564331055, 68.53700256347656, 86.33480834960938, -1.8822479248046875, -54.238407135009766, -0.07728385925292969], "max": [72.87508392333984, 187.8656005859375, 170.57601928710938, 89.02745819091797, 9.472026824951172, 53.294010162353516], "mean": [4.981181621551514, 157.3223876953125, 143.29656982421875, 74.6657943725586, -6.901413917541504, 5.322969913482666], "std": [18.746034622192383, 38.44340515136719, 32.30152893066406, 22.170059204101562, 9.233355522155762, 11.009442329406738], "count": [8744]}, "observation.state": {"min": [-61.69921875, 67.1484375, 88.59375, -0.263671875, -6.240234375, 0.21849963068962097], "max": [71.806640625, 186.240234375, 169.892578125, 88.2421875, 8.96484375, 52.294246673583984], "mean": [4.630075454711914, 155.86239624023438, 143.98483276367188, 73.90269470214844, -3.348116159439087, 5.366286754608154], "std": [18.53721046447754, 38.71342849731445, 31.691631317138672, 21.65431785583496, 2.421670913696289, 10.764185905456543], "count": [8744]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4971016806658135]], [[0.5104949703839868]], [[0.23908466975931228]]], "std": [[[0.336847740401968]], [[0.23679112954014206]], [[0.19771829402885913]]], "count": [904]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44869968102008506]], [[0.44718439153869516]], [[0.4397306235178437]]], "std": [[[0.16812145430176226]], [[0.1430937977106112]], [[0.15100780746733872]]], "count": [904]}, "timestamp": {"min": [0.0], "max": [291.43333333333334], "mean": [145.71666666666664], "std": [84.13917867966676], "count": [8744]}, "frame_index": {"min": [0], "max": [8743], "mean": [4371.5], "std": [2524.175360390003], "count": [8744]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [8744]}, "index": {"min": [0], "max": [8743], "mean": [4371.5], "std": [2524.175360390003], "count": [8744]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [8744]}}}
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": 8744,
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:f0e30f53cbe955102d698ad69a017135dc17db1bf9bec7a9038f97fbad1d7e83
3
+ size 47258201
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:7f80b0edbea3c9a24e8eb424ad2a49fa2b9ce7b9469af170e4f0098beeb767e0
3
+ size 12247721