zjt24 commited on
Commit
2246112
·
verified ·
1 Parent(s): 072a302

Add TsFile (converted from 1g0rrr/sam_frames5)

Browse files
.gitattributes CHANGED
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ data/sam_frames5_train.tsfile filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,148 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - robotics
8
+ - tsfile
9
+ - timeseries
10
+ - time-series
11
+ - modality:timeseries
12
+ pretty_name: SAM Frames5 (TsFile)
13
+ size_categories:
14
+ - 10K<n<100K
15
+ configs:
16
+ - config_name: default
17
+ data_files:
18
+ - split: train
19
+ path: data/sam_frames5_train.tsfile
20
+ ---
21
+
22
+ # SAM Frames5 (TsFile)
23
+
24
+ This dataset is an Apache TsFile conversion of the Hugging Face dataset
25
+ [`1g0rrr/sam_frames5`](https://huggingface.co/datasets/1g0rrr/sam_frames5).
26
+ The source was created with
27
+ [LeRobot](https://github.com/huggingface/lerobot) and contains `sam_double`
28
+ robot demonstrations for peeling the protective layer from adhesive tape.
29
+
30
+ Modalities: Time-series. The source repository also contains three synchronized
31
+ camera streams; videos are not included in this converted repository.
32
+
33
+ ## Source Dataset
34
+
35
+ - Original dataset: [`1g0rrr/sam_frames5`](https://huggingface.co/datasets/1g0rrr/sam_frames5)
36
+ - License: `apache-2.0`
37
+ - LeRobot codebase version: `v2.1`
38
+ - Robot type: `sam_double`
39
+ - Task: `Peel off the protective layer from the adhesive tape.`
40
+ - Split: `train` (`0:51`)
41
+ - Scale: `51` episodes, `32,369` frames, `1` task
42
+ - Sampling rate: `30` fps
43
+ - Source frame files: `51` Parquet files
44
+ - Source videos: `153` MP4 files across `3` camera streams
45
+ - Source data layout: `data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet`
46
+ - Source video layout: `videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4`
47
+
48
+ The camera streams are `observation.images.laptop`,
49
+ `observation.images.phone`, and `observation.images.side`. Each stream contains
50
+ 51 videos at 30 fps. Source video frames are 480 x 640 RGB, encoded with AV1,
51
+ and contain no audio.
52
+
53
+ ## Converted File
54
+
55
+ - TsFile: `data/sam_frames5_train.tsfile`
56
+ - TsFile table: `sam_frames5_train`
57
+ - Converted rows: `32,369`
58
+ - Episodes: `51`
59
+ - Time precision: milliseconds
60
+ - TAG columns: `episode_index`, `task_index`
61
+ - File size: `537,440` bytes
62
+ - SHA-256: `7415819c4cfe7786f3fe18ff489fe58e8c22abb1c7128c51ebc324c47c4bc788`
63
+
64
+ All train episodes are merged into one TsFile. The source `episode_index` and
65
+ `task_index` columns are retained as TAG columns, so queries can select an
66
+ episode without synthetic aliases.
67
+
68
+ ## Schema
69
+
70
+ `Time` is computed as `Time = round(timestamp * 1000)` in milliseconds and
71
+ restarts in each episode. At 30 fps, consecutive frames are approximately
72
+ 33.333 ms apart. The source `timestamp` column is not retained because it is
73
+ redundant with `Time / 1000` seconds. No source rows are dropped.
74
+
75
+ TAG columns:
76
+
77
+ - `episode_index`
78
+ - `task_index`
79
+
80
+ FIELD columns:
81
+
82
+ - `frame_index`
83
+ - `sample_index` (renamed from source `index`)
84
+ - `action_0` through `action_6` (FLOAT)
85
+ - `observation_state_0` through `observation_state_6` (FLOAT)
86
+
87
+ The seven vector elements use this source order for both `action` and
88
+ `observation.state`:
89
+
90
+ 1. `main_shoulder_pan`
91
+ 2. `main_shoulder_lift`
92
+ 3. `main_elbow_flex`
93
+ 4. `main_wrist_flex`
94
+ 5. `main_wrist_side`
95
+ 6. `main_wrist_roll`
96
+ 7. `main_gripper`
97
+
98
+ Vector column names preserve the complete source feature name: `.` is replaced
99
+ with `_`, then the zero-based element index is appended.
100
+
101
+ ## Video Policy
102
+
103
+ The three source video features are not converted or uploaded. Use the original
104
+ dataset for synchronized videos:
105
+ [`1g0rrr/sam_frames5/videos`](https://huggingface.co/datasets/1g0rrr/sam_frames5/tree/main/videos).
106
+
107
+ Each numeric row retains `episode_index`, `frame_index`, `task_index`, and
108
+ `sample_index`, preserving alignment with the original per-episode videos.
109
+
110
+ ## Metadata
111
+
112
+ The source `meta/` files are mirrored in this repository. `meta/info.json` is
113
+ updated so `data_path` points to `data/sam_frames5_train.tsfile`. Its
114
+ `tsfile_conversion` object records the source and converted file counts, table
115
+ name, Time formula, TAG columns, row count, feature mappings, and frame/video
116
+ alignment. The converted `total_videos` is `0`; the source count of `153` is
117
+ preserved as `tsfile_conversion.source_video_count`.
118
+
119
+ ## Validation
120
+
121
+ The converted file was compared with all 51 source Parquet files and read back
122
+ with the TsFile Python SDK:
123
+
124
+ - source and staged rows: `32,369`
125
+ - duplicate `(episode_index, task_index, Time)` rows: `0`
126
+ - maximum action-vector difference: `0`
127
+ - maximum observation-state-vector difference: `0`
128
+ - source `index` to converted `sample_index` mismatches: `0`
129
+
130
+ ## Usage
131
+
132
+ ```python
133
+ from tsfile import TsFileReader
134
+
135
+ path = "data/sam_frames5_train.tsfile"
136
+ with TsFileReader(path) as reader:
137
+ schemas = reader.get_all_table_schemas()
138
+ table = schemas["sam_frames5_train"]
139
+ print([(column.get_column_name(), column.get_category())
140
+ for column in table.get_columns()])
141
+ ```
142
+
143
+ ## Source & License
144
+
145
+ The source dataset is maintained at
146
+ [`1g0rrr/sam_frames5`](https://huggingface.co/datasets/1g0rrr/sam_frames5) and
147
+ is distributed under the Apache License 2.0. The source card does not provide a
148
+ paper, author list, or citation entry.
data/sam_frames5_train.tsfile ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7415819c4cfe7786f3fe18ff489fe58e8c22abb1c7128c51ebc324c47c4bc788
3
+ size 537440
meta/episodes.jsonl ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 621}
2
+ {"episode_index": 1, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 477}
3
+ {"episode_index": 2, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 555}
4
+ {"episode_index": 3, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 533}
5
+ {"episode_index": 4, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 703}
6
+ {"episode_index": 5, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 635}
7
+ {"episode_index": 6, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 737}
8
+ {"episode_index": 7, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 947}
9
+ {"episode_index": 8, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 437}
10
+ {"episode_index": 9, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 527}
11
+ {"episode_index": 10, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 560}
12
+ {"episode_index": 11, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 496}
13
+ {"episode_index": 12, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 732}
14
+ {"episode_index": 13, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 667}
15
+ {"episode_index": 14, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 724}
16
+ {"episode_index": 15, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 566}
17
+ {"episode_index": 16, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 568}
18
+ {"episode_index": 17, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 814}
19
+ {"episode_index": 18, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 670}
20
+ {"episode_index": 19, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 788}
21
+ {"episode_index": 20, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 981}
22
+ {"episode_index": 21, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 623}
23
+ {"episode_index": 22, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 547}
24
+ {"episode_index": 23, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 573}
25
+ {"episode_index": 24, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 687}
26
+ {"episode_index": 25, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 597}
27
+ {"episode_index": 26, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 522}
28
+ {"episode_index": 27, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 586}
29
+ {"episode_index": 28, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 752}
30
+ {"episode_index": 29, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 1019}
31
+ {"episode_index": 30, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 566}
32
+ {"episode_index": 31, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 1042}
33
+ {"episode_index": 32, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 540}
34
+ {"episode_index": 33, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 703}
35
+ {"episode_index": 34, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 485}
36
+ {"episode_index": 35, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 902}
37
+ {"episode_index": 36, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 565}
38
+ {"episode_index": 37, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 590}
39
+ {"episode_index": 38, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 442}
40
+ {"episode_index": 39, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 477}
41
+ {"episode_index": 40, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 658}
42
+ {"episode_index": 41, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 542}
43
+ {"episode_index": 42, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 549}
44
+ {"episode_index": 43, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 396}
45
+ {"episode_index": 44, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 525}
46
+ {"episode_index": 45, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 714}
47
+ {"episode_index": 46, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 581}
48
+ {"episode_index": 47, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 569}
49
+ {"episode_index": 48, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 491}
50
+ {"episode_index": 49, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 951}
51
+ {"episode_index": 50, "tasks": ["Peel off the protective layer from the adhesive tape."], "length": 437}
meta/episodes_stats.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
meta/info.json ADDED
@@ -0,0 +1,298 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "sam_double",
4
+ "total_episodes": 51,
5
+ "total_frames": 32369,
6
+ "total_tasks": 1,
7
+ "total_videos": 0,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:51"
13
+ },
14
+ "data_path": "data/sam_frames5_train.tsfile",
15
+ "features": {
16
+ "Time": {
17
+ "dtype": "int64",
18
+ "shape": [
19
+ 1
20
+ ],
21
+ "tsfile_role": "TIME",
22
+ "unit": "ms"
23
+ },
24
+ "episode_index": {
25
+ "dtype": "int64",
26
+ "shape": [
27
+ 1
28
+ ],
29
+ "tsfile_role": "TAG"
30
+ },
31
+ "task_index": {
32
+ "dtype": "int64",
33
+ "shape": [
34
+ 1
35
+ ],
36
+ "tsfile_role": "TAG"
37
+ },
38
+ "frame_index": {
39
+ "dtype": "int64",
40
+ "shape": [
41
+ 1
42
+ ],
43
+ "tsfile_role": "FIELD"
44
+ },
45
+ "sample_index": {
46
+ "dtype": "int64",
47
+ "shape": [
48
+ 1
49
+ ],
50
+ "tsfile_role": "FIELD"
51
+ },
52
+ "action_0": {
53
+ "dtype": "float32",
54
+ "shape": [
55
+ 1
56
+ ],
57
+ "tsfile_role": "FIELD"
58
+ },
59
+ "action_1": {
60
+ "dtype": "float32",
61
+ "shape": [
62
+ 1
63
+ ],
64
+ "tsfile_role": "FIELD"
65
+ },
66
+ "action_2": {
67
+ "dtype": "float32",
68
+ "shape": [
69
+ 1
70
+ ],
71
+ "tsfile_role": "FIELD"
72
+ },
73
+ "action_3": {
74
+ "dtype": "float32",
75
+ "shape": [
76
+ 1
77
+ ],
78
+ "tsfile_role": "FIELD"
79
+ },
80
+ "action_4": {
81
+ "dtype": "float32",
82
+ "shape": [
83
+ 1
84
+ ],
85
+ "tsfile_role": "FIELD"
86
+ },
87
+ "action_5": {
88
+ "dtype": "float32",
89
+ "shape": [
90
+ 1
91
+ ],
92
+ "tsfile_role": "FIELD"
93
+ },
94
+ "action_6": {
95
+ "dtype": "float32",
96
+ "shape": [
97
+ 1
98
+ ],
99
+ "tsfile_role": "FIELD"
100
+ },
101
+ "observation_state_0": {
102
+ "dtype": "float32",
103
+ "shape": [
104
+ 1
105
+ ],
106
+ "tsfile_role": "FIELD"
107
+ },
108
+ "observation_state_1": {
109
+ "dtype": "float32",
110
+ "shape": [
111
+ 1
112
+ ],
113
+ "tsfile_role": "FIELD"
114
+ },
115
+ "observation_state_2": {
116
+ "dtype": "float32",
117
+ "shape": [
118
+ 1
119
+ ],
120
+ "tsfile_role": "FIELD"
121
+ },
122
+ "observation_state_3": {
123
+ "dtype": "float32",
124
+ "shape": [
125
+ 1
126
+ ],
127
+ "tsfile_role": "FIELD"
128
+ },
129
+ "observation_state_4": {
130
+ "dtype": "float32",
131
+ "shape": [
132
+ 1
133
+ ],
134
+ "tsfile_role": "FIELD"
135
+ },
136
+ "observation_state_5": {
137
+ "dtype": "float32",
138
+ "shape": [
139
+ 1
140
+ ],
141
+ "tsfile_role": "FIELD"
142
+ },
143
+ "observation_state_6": {
144
+ "dtype": "float32",
145
+ "shape": [
146
+ 1
147
+ ],
148
+ "tsfile_role": "FIELD"
149
+ }
150
+ },
151
+ "video_path_original": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
152
+ "tsfile_conversion": {
153
+ "source_dataset": "1g0rrr/sam_frames5",
154
+ "source_data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
155
+ "converted_data_path": "data/sam_frames5_train.tsfile",
156
+ "table_name": "sam_frames5_train",
157
+ "granularity": "per_split",
158
+ "time_precision": "ms",
159
+ "time_mapping": {
160
+ "source": "timestamp",
161
+ "formula": "Time = round(timestamp * 1000)",
162
+ "source_unit": "seconds",
163
+ "fps": 30,
164
+ "unit": "milliseconds"
165
+ },
166
+ "tag_columns": [
167
+ "episode_index",
168
+ "task_index"
169
+ ],
170
+ "row_count": 32369,
171
+ "feature_source": "features describe the converted TsFile schema",
172
+ "flattened_features": {
173
+ "action": [
174
+ "action_0",
175
+ "action_1",
176
+ "action_2",
177
+ "action_3",
178
+ "action_4",
179
+ "action_5",
180
+ "action_6"
181
+ ],
182
+ "observation.state": [
183
+ "observation_state_0",
184
+ "observation_state_1",
185
+ "observation_state_2",
186
+ "observation_state_3",
187
+ "observation_state_4",
188
+ "observation_state_5",
189
+ "observation_state_6"
190
+ ]
191
+ },
192
+ "renamed_features": {
193
+ "index": "sample_index"
194
+ },
195
+ "dropped_features": [
196
+ "timestamp"
197
+ ],
198
+ "omitted_features": [
199
+ "observation.images.laptop",
200
+ "observation.images.phone",
201
+ "observation.images.side"
202
+ ],
203
+ "original_video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
204
+ "original_video_features": {
205
+ "observation.images.laptop": {
206
+ "dtype": "video",
207
+ "shape": [
208
+ 480,
209
+ 640,
210
+ 3
211
+ ],
212
+ "names": [
213
+ "height",
214
+ "width",
215
+ "channels"
216
+ ],
217
+ "info": {
218
+ "video.fps": 30.0,
219
+ "video.height": 480,
220
+ "video.width": 640,
221
+ "video.channels": 3,
222
+ "video.codec": "av1",
223
+ "video.pix_fmt": "yuv420p",
224
+ "video.is_depth_map": false,
225
+ "has_audio": false
226
+ }
227
+ },
228
+ "observation.images.phone": {
229
+ "dtype": "video",
230
+ "shape": [
231
+ 480,
232
+ 640,
233
+ 3
234
+ ],
235
+ "names": [
236
+ "height",
237
+ "width",
238
+ "channels"
239
+ ],
240
+ "info": {
241
+ "video.fps": 30.0,
242
+ "video.height": 480,
243
+ "video.width": 640,
244
+ "video.channels": 3,
245
+ "video.codec": "av1",
246
+ "video.pix_fmt": "yuv420p",
247
+ "video.is_depth_map": false,
248
+ "has_audio": false
249
+ }
250
+ },
251
+ "observation.images.side": {
252
+ "dtype": "video",
253
+ "shape": [
254
+ 480,
255
+ 640,
256
+ 3
257
+ ],
258
+ "names": [
259
+ "height",
260
+ "width",
261
+ "channels"
262
+ ],
263
+ "info": {
264
+ "video.fps": 30.0,
265
+ "video.height": 480,
266
+ "video.width": 640,
267
+ "video.channels": 3,
268
+ "video.codec": "av1",
269
+ "video.pix_fmt": "yuv420p",
270
+ "video.is_depth_map": false,
271
+ "has_audio": false
272
+ }
273
+ }
274
+ },
275
+ "original_video_source": "https://huggingface.co/datasets/1g0rrr/sam_frames5/tree/main/videos",
276
+ "video_policy": "Videos are not uploaded to this repository; use the original HuggingFace dataset videos.",
277
+ "source_video_count": 153,
278
+ "source_episode_file_count": 51,
279
+ "converted_tsfile_count": 1,
280
+ "table_names": [
281
+ "sam_frames5_train"
282
+ ],
283
+ "frame_video_alignment": {
284
+ "relationship": "one converted row per source frame",
285
+ "preserved_columns": [
286
+ "episode_index",
287
+ "task_index",
288
+ "frame_index",
289
+ "sample_index"
290
+ ],
291
+ "sample_index_mapping": {
292
+ "source": "index",
293
+ "converted": "sample_index"
294
+ },
295
+ "video_location": "original_dataset_only"
296
+ }
297
+ }
298
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Peel off the protective layer from the adhesive tape."}