sihyun77 commited on
Commit
a95f7b6
·
verified ·
1 Parent(s): d931ac4

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:4ecd065251fc58b0b78e439272a582aead3b7af8f4df7992cac4944cc93cacde
3
+ size 30911
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 572}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-36.2109375, -10.283203125, 0.87890625, -2.548828125, -17.138671875, -0.3652968108654022], "max": [29.35546875, 110.126953125, 148.095703125, 95.009765625, 28.916015625, 42.46575164794922], "mean": [2.320343255996704, 50.05509567260742, 51.79969024658203, 47.83846664428711, 6.036641597747803, 11.322131156921387], "std": [22.01986312866211, 47.70248794555664, 42.08737564086914, 30.506046295166016, 10.80597972869873, 16.176054000854492], "count": [572]}, "observation.state": {"min": [-35.5078125, -9.84375, 0.3515625, -0.966796875, -16.34765625, 1.6574585437774658], "max": [28.388671875, 111.357421875, 140.537109375, 93.8671875, 27.861328125, 41.850830078125], "mean": [1.845549464225769, 52.86836242675781, 49.27114486694336, 46.877357482910156, 5.783111095428467, 16.229307174682617], "std": [21.4456787109375, 49.22242736816406, 40.58000564575195, 29.14737319946289, 10.365985870361328, 14.010465621948242], "count": [572]}, "observation.images.laptop": {"min": [[[0.03529411764705882]], [[0.0]], [[0.058823529411764705]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7420665726419878]], [[0.7450220799526707]], [[0.8684435711066036]]], "std": [[[0.17229532550763968]], [[0.1770825176324478]], [[0.1859845881477726]]], "count": [116]}, "observation.images.phone": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47892775594433173]], [[0.4813415085502592]], [[0.48881645995323414]]], "std": [[[0.25095990370121635]], [[0.25755477823262696]], [[0.2664616339473626]]], "count": [116]}, "timestamp": {"min": [0.0], "max": [19.033333333333335], "mean": [9.516666666666667], "std": [5.5040641549878595], "count": [572]}, "frame_index": {"min": [0], "max": [571], "mean": [285.5], "std": [165.1219246496358], "count": [572]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [572]}, "index": {"min": [0], "max": [571], "mean": [285.5], "std": [165.1219246496358], "count": [572]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [572]}}}
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": 572,
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:3de65da958c83a74c49c4856c1499417d4513da08de26255112b9304f9d9a3b9
3
+ size 3082146
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:578f73af2429ae00f3b4ea76934adc3557ae16f5c9c18881959fcc26dcfde551
3
+ size 4674008