sihyun77 commited on
Commit
6ef2a77
·
verified ·
1 Parent(s): 901b547

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:440c43df09169a1df844e8a2166218a7948cd9ef92e254941e38276f98194263
3
+ size 260743
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 3777}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-28.877347946166992, -14.393142700195312, 1.0626296997070312, 37.860015869140625, -129.2708740234375, -1.3095722198486328], "max": [44.684967041015625, 141.7252197265625, 158.12744140625, 102.1925277709961, -55.447174072265625, 48.03092575073242], "mean": [9.072050094604492, 88.49471282958984, 103.88640594482422, 71.76565551757812, -88.54241943359375, 19.076557159423828], "std": [20.724252700805664, 44.83985137939453, 44.08926773071289, 11.768218994140625, 19.093036651611328, 18.965084075927734], "count": [3777]}, "observation.state": {"min": [-27.509765625, -13.798828125, 2.28515625, 38.056640625, -109.248046875, 0.1538461595773697], "max": [43.76953125, 141.6796875, 151.875, 101.25, -55.37109375, 47.0], "mean": [8.883637428283691, 90.7552490234375, 100.2381820678711, 71.1883544921875, -86.80767059326172, 21.333097457885742], "std": [20.20272445678711, 45.72746276855469, 43.151004791259766, 11.245978355407715, 17.356117248535156, 17.207338333129883], "count": [3777]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.023529411764705882]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6522097405663582]], [[0.6595339082011876]], [[0.6988931645163263]]], "std": [[[0.34123635559153376]], [[0.29635026488739197]], [[0.33435696916199675]]], "count": [481]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45830132069286483]], [[0.4634795675200087]], [[0.4912004912151971]]], "std": [[[0.26778229710618734]], [[0.2587490995085507]], [[0.256947695244483]]], "count": [481]}, "timestamp": {"min": [0.0], "max": [125.86666666666666], "mean": [62.93333333333334], "std": [36.344198171657894], "count": [3777]}, "frame_index": {"min": [0], "max": [3776], "mean": [1888.0], "std": [1090.3259451497368], "count": [3777]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [3777]}, "index": {"min": [0], "max": [3776], "mean": [1888.0], "std": [1090.3259451497368], "count": [3777]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [3777]}}}
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": 3777,
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:d1fc5d026d8a4d0865ab941636ac37ecb6e7343becf66fdb5f04191f40588367
3
+ size 39144898
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:27683625ac7807bacfebe8f921c6d8c671f96ee706070219b85e055e51ee79f9
3
+ size 38654407