sihyun77 commited on
Commit
f50ea24
·
verified ·
1 Parent(s): e319806

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:9c738d91d0907c27e9efff2a531f296faf6692e93b1447b986eaaa8e01344cc4
3
+ size 504915
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 7601}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-47.19387435913086, -11.78023910522461, -0.8172988891601562, 36.9697265625, -55.98710250854492, -2.1411619186401367], "max": [29.359743118286133, 164.48324584960938, 185.06878662109375, 107.0429916381836, 34.07646179199219, 66.31231689453125], "mean": [-4.704973220825195, 66.12054443359375, 77.63720703125, 72.38733673095703, -5.341406345367432, 20.44917106628418], "std": [20.625085830688477, 62.88117980957031, 64.031494140625, 10.431268692016602, 23.45380210876465, 23.049972534179688], "count": [7601]}, "observation.state": {"min": [-46.669921875, -9.84375, 0.3515625, 37.79296875, -55.107421875, 0.48342543840408325], "max": [28.740234375, 164.619140625, 179.12109375, 101.42578125, 33.3984375, 65.5386734008789], "mean": [-4.630779266357422, 68.0947265625, 74.78816986083984, 71.51388549804688, -5.626846790313721, 24.073593139648438], "std": [20.177982330322266, 63.53105163574219, 62.666542053222656, 9.960968971252441, 22.890769958496094, 21.479969024658203], "count": [7601]}, "observation.images.laptop": {"min": [[[0.023529411764705882]], [[0.0]], [[0.00784313725490196]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.722479071568226]], [[0.6883270074051323]], [[0.7271377090660179]]], "std": [[[0.14754668542971902]], [[0.14936230556071367]], [[0.1514325568597344]]], "count": [814]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5233643188643188]], [[0.5415873881903294]], [[0.5693155501758443]]], "std": [[[0.20424222103878606]], [[0.19301693059033329]], [[0.1862339620647932]]], "count": [814]}, "timestamp": {"min": [0.0], "max": [253.33333333333334], "mean": [126.66666666666667], "std": [73.14065596886287], "count": [7601]}, "frame_index": {"min": [0], "max": [7600], "mean": [3800.0], "std": [2194.219679065886], "count": [7601]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [7601]}, "index": {"min": [0], "max": [7600], "mean": [3800.0], "std": [2194.219679065886], "count": [7601]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [7601]}}}
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": 7601,
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:6bbe9217788c2fee8b533be48b0ade8281c4592952f8cc0d49a8afd56528d10d
3
+ size 43878325
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:f6c6b54366975aca1132fa242537cd828fc01d81eebdb28206d5ef962d0c85d2
3
+ size 48297369