RasmusP commited on
Commit
95e41e1
·
verified ·
1 Parent(s): 9c7822d

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:9567f56b37624e6f6ca049e86c6c7b8b8f7fda8afda09d029a86a8804adc787a
3
+ size 23679
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a square block and put it in the box."], "length": 446}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-13.271484375, 52.119140625, 7.03125, 64.16015625, -28.828125, -1.3020832538604736], "max": [93.1640625, 180.791015625, 170.68359375, 112.32421875, -2.63671875, 81.0763931274414], "mean": [33.82094192504883, 103.4470443725586, 65.76504516601562, 89.79387664794922, -16.281639099121094, 21.10074806213379], "std": [28.980676651000977, 44.008644104003906, 59.66872024536133, 18.681137084960938, 7.5208306312561035, 25.518299102783203], "count": [446]}, "observation.state": {"min": [-12.3046875, 51.767578125, 8.876953125, 64.86328125, -28.4765625, 0.6382978558540344], "max": [92.900390625, 180.703125, 170.771484375, 103.447265625, -2.900390625, 80.42552947998047], "mean": [33.8077392578125, 102.23590087890625, 67.00379180908203, 87.72139739990234, -16.10073471069336, 21.402477264404297], "std": [28.86730194091797, 44.7470703125, 59.23611068725586, 16.2017879486084, 7.516814231872559, 25.07947540283203], "count": [446]}, "observation.images.webcam": {"min": [[[0.0196078431372549]], [[0.03137254901960784]], [[0.07058823529411765]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4332150674019608]], [[0.49467046772875817]], [[0.6088068198529412]]], "std": [[[0.23766624498840774]], [[0.2059236093528919]], [[0.16564256241269953]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.28680986315359475]], [[0.2830415829248366]], [[0.28072054738562097]]], "std": [[[0.2921142116293997]], [[0.28770538989931616]], [[0.28562096190720565]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [14.833333333333334], "mean": [7.416666666666666], "std": [4.291626213401576], "count": [446]}, "frame_index": {"min": [0], "max": [445], "mean": [222.5], "std": [128.7487864020473], "count": [446]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [446]}, "index": {"min": [0], "max": [445], "mean": [222.5], "std": [128.7487864020473], "count": [446]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [446]}}}
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": 446,
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.webcam": {
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 square block and put it in the box."}
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:642bf3b223c68b204271f032add99e3d737dbb9d38fddb9a0e713f0a91eabd71
3
+ size 3831015
videos/chunk-000/observation.images.webcam/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7556ca10f1def2688969559d10fd8d5f19fd5ef904879a4e79e639691cbfad75
3
+ size 2259214