sihyun77 commited on
Commit
41a4e34
·
verified ·
1 Parent(s): 468be38

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:4db62111eac9f63192c546359829fceca25861ac671c13bed001d248175f0201
3
+ size 4123
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 8}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [21.19375991821289, 125.35664367675781, 51.57164001464844, -61.33069610595703, -91.39714813232422, -0.0230712890625], "max": [23.570241928100586, 126.85662841796875, 53.55859375, -60.694976806640625, -90.57827758789062, 2.392704963684082], "mean": [22.265642166137695, 126.1559829711914, 52.56465148925781, -61.00215148925781, -90.90438842773438, 0.5959651470184326], "std": [0.7624428272247314, 0.40729087591171265, 0.5957265496253967, 0.2017064243555069, 0.25642549991607666, 0.8487697243690491], "count": [8]}, "observation.state": {"min": [-2.63671875, -5.80078125, -0.263671875, 56.42578125, -89.384765625, 1.5363129377365112], "max": [13.974609375, 15.29296875, 14.326171875, 76.025390625, -86.30859375, 1.5363129377365112], "mean": [2.6806640625, 0.406494140625, 3.790283203125, 70.48828125, -87.769775390625, 1.5363129377365112], "std": [6.058877944946289, 7.410219192504883, 5.108902454376221, 6.915349960327148, 1.2257020473480225, 0.0], "count": [8]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.043137254901960784]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6923898335375818]], [[0.7095913500816994]], [[0.773772314133987]]], "std": [[[0.28715523759330785]], [[0.2645870645875235]], [[0.3070652694315807]]], "count": [8]}, "observation.images.phone": {"min": [[[0.011764705882352941]], [[0.011764705882352941]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4702515318627451]], [[0.4781333486519608]], [[0.49843619791666666]]], "std": [[[0.24334412642823058]], [[0.24891451554297542]], [[0.2633110949043108]]], "count": [8]}, "timestamp": {"min": [0.0], "max": [0.23333333333333334], "mean": [0.11666666666666667], "std": [0.07637626158259733], "count": [8]}, "frame_index": {"min": [0], "max": [7], "mean": [3.5], "std": [2.29128784747792], "count": [8]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [8]}, "index": {"min": [0], "max": [7], "mean": [3.5], "std": [2.29128784747792], "count": [8]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [8]}}}
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": 8,
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:6308d47d7ab988424b7804d5ac4f4fdfe3ff86d26789ad4de1730baa95011ade
3
+ size 82055
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:90dbdff047c8bcf113963757c88d573a407ee8264fb16475230ad6303360ae70
3
+ size 78723