zijian2022 commited on
Commit
0c64489
·
verified ·
1 Parent(s): 0caa7f1

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:a570a3bc85926f2967b61eca9d90c75b5f20e6774523ae57437efa4de171eacd
3
+ size 48191
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 1278}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [0.439453125, 90.615234375, 126.38671875, -22.412109375, -15.029296875, 0.6085192561149597], "max": [57.12890625, 187.3828125, 170.947265625, 88.681640625, -2.63671875, 45.638946533203125], "mean": [30.199390411376953, 136.04666137695312, 156.3572540283203, 5.65354061126709, -9.11229133605957, 11.50208854675293], "std": [23.932897567749023, 31.18364715576172, 12.280399322509766, 45.44087600708008, 2.2506103515625, 9.569961547851562], "count": [1278]}, "observation.state": {"min": [0.263671875, 90.0, 127.880859375, -21.708984375, -6.328125, 0.43699926137924194], "max": [56.6015625, 185.9765625, 169.98046875, 87.01171875, -2.021484375, 44.646759033203125], "mean": [29.766305923461914, 134.3563690185547, 156.41329956054688, 6.0743560791015625, -5.5025858879089355, 13.854938507080078], "std": [24.051050186157227, 31.388805389404297, 11.648435592651367, 44.43662643432617, 0.7506581544876099, 9.090489387512207], "count": [1278]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3091405257525545]], [[0.3276250527401884]], [[0.31361506087176655]]], "std": [[[0.2684916026480402]], [[0.22092273776025553]], [[0.22752109565206238]]], "count": [213]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[0.984313725490196]]], "mean": [[[0.6333386265304244]], [[0.5238028005998957]], [[0.25861307592285737]]], "std": [[[0.23191957356837758]], [[0.19654392641965687]], [[0.17809979368638598]]], "count": [213]}, "timestamp": {"min": [0.0], "max": [42.56666666666667], "mean": [21.28333333333333], "std": [12.297556969065337], "count": [1278]}, "frame_index": {"min": [0], "max": [1277], "mean": [638.5], "std": [368.92670907196003], "count": [1278]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1278]}, "index": {"min": [0], "max": [1277], "mean": [638.5], "std": [368.92670907196003], "count": [1278]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1278]}}}
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": 1278,
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:48bbcc315996e1016bd7f79727b4e1dca3b2e0f792259b353633d8c9cf16897d
3
+ size 8789608
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:74fe135fbb89392a3eb23caf4a9261422f6456611cf3e94b32e715a30719183d
3
+ size 6626226