VerboseTechLabs commited on
Commit
9651674
Β·
verified Β·
1 Parent(s): 92d1b0d

Upload 2 files

Browse files
Files changed (2) hide show
  1. README.md +235 -0
  2. metadata.csv +9 -0
README.md ADDED
@@ -0,0 +1,235 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - video-classification
5
+ - other
6
+ language:
7
+ - en
8
+ tags:
9
+ - egocentric
10
+ - first-person-video
11
+ - action-recognition
12
+ - skilled-trades
13
+ - commercial-work
14
+ - construction
15
+ - electrician
16
+ - carpentry
17
+ - fabrication
18
+ - vocational
19
+ - industrial
20
+ - video
21
+ pretty_name: Skilled Commercial Work Egocentric Video Dataset Sample
22
+ size_categories:
23
+ - n<1K
24
+ configs:
25
+ - config_name: default
26
+ data_files:
27
+ - split: train
28
+ path: metadata.csv
29
+ ---
30
+
31
+ # πŸ› οΈ Skilled Commercial Work β€” Egocentric Video Dataset (Sample)
32
+
33
+ **This dataset is part of a larger collection of egocentric activity datasets by Verbose Tech Labs LLP. If you want the full dataset, or want access to more categories? Get in touch with us:**
34
+
35
+ - πŸ“ž **Phone:** [+91 7672 000 500](tel:+917672000500)
36
+ - πŸ’¬ **WhatsApp:** [+91 7672 000 500](https://wa.me/917672000500)
37
+ - πŸ“§ **Email:** [Hello@VerboseTechLabs.com](mailto:Hello@VerboseTechLabs.com)
38
+ - 🌐 **Website:** [VerboseTechLabs.com](https://VerboseTechLabs.com)
39
+ - πŸ”— **More datasets:** [kaggle.com/verbosetechlabsllp](https://www.kaggle.com/verbosetechlabsllp)
40
+
41
+ ---
42
+
43
+ ## Dataset Summary
44
+
45
+ First-person point-of-view (POV) video recordings of skilled commercial work across multiple trades β€” brick work, electrical work, metal fabrication, frame manufacturing, furniture assembly, and carpentry. This is a **sample release** showcasing the quality and variety of our larger skilled trades dataset collection.
46
+
47
+ ## Dataset Statistics
48
+
49
+ | Metric | Value |
50
+ |---|---|
51
+ | Total clips | 8 |
52
+ | Total duration | ~100 minutes (~1 hour 40 minutes) |
53
+ | Total size | ~4.7 GB |
54
+ | Trade categories | 6 |
55
+ | View type | Egocentric (first-person) |
56
+ | Video format | MP4 |
57
+ | Frame rate | 30 fps |
58
+ | Resolution | 1080p |
59
+
60
+ ## Supported Tasks
61
+
62
+ - **Video classification** β€” classify skilled trade activities
63
+ - **Action recognition** β€” recognize commercial work actions
64
+ - **Fine-grained skill classification** β€” identify specific trade techniques
65
+ - **Worker training** β€” AI-powered tutorial systems
66
+ - **Ergonomics research** β€” repetitive motion analysis
67
+ - **Assistive robotics** β€” training robots for construction & workshops
68
+ - **Safety monitoring** β€” detect risky worker actions
69
+ - **Vocational education** β€” video-based curriculum content
70
+
71
+ ## Dataset Structure
72
+
73
+ ### Folder Structure
74
+
75
+ ```
76
+ skilled-commercial-work-egocentric-sample/
77
+ β”œβ”€β”€ videos/
78
+ β”‚ β”œβ”€β”€ brick_work/
79
+ β”‚ β”‚ └── brick_work_01.mp4
80
+ β”‚ β”œβ”€β”€ electrician/
81
+ β”‚ β”‚ β”œβ”€β”€ electrician_01.mp4
82
+ β”‚ β”‚ └── electrician_02.mp4
83
+ β”‚ β”œβ”€β”€ fabrication/
84
+ β”‚ β”‚ β”œβ”€β”€ fabrication_01.mp4
85
+ β”‚ β”‚ └── fabrication_02.mp4
86
+ β”‚ β”œβ”€β”€ frames_manufacturing/
87
+ β”‚ β”‚ └── frames_manufacturing_01.mp4
88
+ β”‚ β”œβ”€β”€ furniture_assembly/
89
+ β”‚ β”‚ └── furniture_assembly_01.mp4
90
+ β”‚ └── wood_work/
91
+ β”‚ └── wood_work_01.mp4
92
+ β”œβ”€β”€ metadata.csv
93
+ └── README.md
94
+ ```
95
+
96
+ ### Data Fields
97
+
98
+ The `metadata.csv` file contains the following columns:
99
+
100
+ | Column | Type | Description |
101
+ |---|---|---|
102
+ | `file_name` | string | Relative path to the video file |
103
+ | `clip_id` | string | Unique identifier (e.g., `SCW_001`) |
104
+ | `activity` | string | Main trade category |
105
+ | `sub_activity` | string | Fine-grained label |
106
+ | `duration` | string | Human-readable duration (HH:MM:SS) |
107
+ | `duration_seconds` | integer | Duration in seconds |
108
+ | `file_size_mb` | float | File size in megabytes |
109
+ | `recording_date` | date | Recording date (YYYY-MM-DD) |
110
+ | `resolution` | string | Video resolution |
111
+ | `fps` | integer | Frames per second |
112
+ | `view_type` | string | Camera view type (`egocentric`) |
113
+ | `notes` | string | Additional context |
114
+
115
+ ### Activity Breakdown
116
+
117
+ | Clip ID | File | Trade | Sub-activity | Duration |
118
+ |---|---|---|---|---|
119
+ | SCW_001 | brick_work_01.mp4 | brick_work | masonry_construction | 00:09:00 |
120
+ | SCW_002 | electrician_01.mp4 | electrician | electrical_wiring | 00:42:10 |
121
+ | SCW_003 | electrician_02.mp4 | electrician | electrical_wiring | 00:16:34 |
122
+ | SCW_004 | fabrication_01.mp4 | fabrication | metal_fabrication | 00:00:30 |
123
+ | SCW_005 | fabrication_02.mp4 | fabrication | metal_fabrication | 00:00:30 |
124
+ | SCW_006 | frames_manufacturing_01.mp4 | frames_manufacturing | frame_assembly | 00:01:31 |
125
+ | SCW_007 | furniture_assembly_01.mp4 | furniture_assembly | furniture_making | 00:15:03 |
126
+ | SCW_008 | wood_work_01.mp4 | wood_work | carpentry | 00:14:16 |
127
+
128
+ ### Trade Categories
129
+
130
+ - 🧱 **Brick Work** β€” Masonry construction, bricklaying, mortar application
131
+ - ⚑ **Electrician** β€” Electrical wiring, installation, and repair work
132
+ - πŸ”© **Fabrication** β€” Metal fabrication, welding preparation
133
+ - πŸͺŸ **Frames Manufacturing** β€” Window/door frame assembly
134
+ - πŸͺ‘ **Furniture Assembly** β€” Furniture making, joinery, assembly
135
+ - πŸͺ΅ **Wood Work** β€” Carpentry and woodworking shop activities
136
+
137
+ ### Duration Breakdown by Trade
138
+
139
+ - **Electrician** β€” 2 clips β€’ ~58 min (longest coverage β€” extensive wiring work)
140
+ - **Wood Work** β€” 1 clip β€’ ~14 min (carpentry shop)
141
+ - **Furniture Assembly** β€” 1 clip β€’ ~15 min (joinery work)
142
+ - **Brick Work** β€” 1 clip β€’ ~9 min (masonry)
143
+ - **Frames Manufacturing** β€” 1 clip β€’ ~1.5 min (sample)
144
+ - **Fabrication** β€” 2 clips β€’ ~1 min (short samples)
145
+
146
+ ## Usage
147
+
148
+ ### Load with πŸ€— datasets library
149
+
150
+ ```python
151
+ from datasets import load_dataset
152
+
153
+ dataset = load_dataset("verbosetechlabsllp/skilled-commercial-work-egocentric-sample")
154
+ print(dataset)
155
+ ```
156
+
157
+ ### Load metadata directly with Pandas
158
+
159
+ ```python
160
+ import pandas as pd
161
+
162
+ df = pd.read_csv("hf://datasets/verbosetechlabsllp/skilled-commercial-work-egocentric-sample/metadata.csv")
163
+ print(df.head())
164
+ print(df['activity'].value_counts())
165
+ ```
166
+
167
+ ### Download a specific video
168
+
169
+ ```python
170
+ from huggingface_hub import hf_hub_download
171
+
172
+ video_path = hf_hub_download(
173
+ repo_id="verbosetechlabsllp/skilled-commercial-work-egocentric-sample",
174
+ filename="videos/electrician/electrician_01.mp4",
175
+ repo_type="dataset"
176
+ )
177
+ print(f"Video downloaded to: {video_path}")
178
+ ```
179
+
180
+ ### Extract sample frames
181
+
182
+ ```python
183
+ import cv2, os
184
+
185
+ def extract_frames(video_path, out_dir, every_n_seconds=10):
186
+ os.makedirs(out_dir, exist_ok=True)
187
+ cap = cv2.VideoCapture(video_path)
188
+ fps = cap.get(cv2.CAP_PROP_FPS)
189
+ frame_interval = int(fps * every_n_seconds)
190
+ count, saved = 0, 0
191
+ while True:
192
+ ret, frame = cap.read()
193
+ if not ret: break
194
+ if count % frame_interval == 0:
195
+ cv2.imwrite(f"{out_dir}/frame_{saved:04d}.jpg", frame)
196
+ saved += 1
197
+ count += 1
198
+ cap.release()
199
+ return saved
200
+ ```
201
+
202
+ ## Data Collection
203
+
204
+ - **Camera view**: First-person / egocentric (head-mounted or chest-mounted)
205
+ - **Environment**: Real construction sites, workshops, and commercial work settings
206
+ - **Lighting**: Mixed natural and workshop lighting
207
+ - **Audio**: Included in MP4 (includes ambient tool and machine sounds β€” usable for multimodal research)
208
+ - **Recording period**: May 2026 – June 2026
209
+
210
+ ## Licensing Information
211
+
212
+ **CC BY 4.0** β€” Free for research and commercial use with attribution.
213
+
214
+ ## Citation
215
+
216
+ ```bibtex
217
+ @dataset{skilled_commercial_work_egocentric_2026,
218
+ title = {Skilled Commercial Work β€” Egocentric Video Dataset (Sample)},
219
+ author = {Verbose Tech Labs LLP},
220
+ year = {2026},
221
+ url = {https://huggingface.co/datasets/verbosetechlabsllp/skilled-commercial-work-egocentric-sample}
222
+ }
223
+ ```
224
+
225
+ ## More Datasets from Verbose Tech Labs
226
+
227
+ This dataset is part of a larger collection of egocentric activity datasets covering:
228
+ - πŸ‘• Clothing industry manufacturing
229
+ - 🍳 Cooking & food preparation
230
+ - 🧹 Household cleaning tasks
231
+ - 🏭 Manufacturing unit workflows (sample)
232
+ - πŸ› οΈ Skilled commercial work (this β€” sample)
233
+ - ...and more categories in development
234
+
235
+ πŸ”— Browse all our datasets: [kaggle.com/verbosetechlabsllp](https://www.kaggle.com/verbosetechlabsllp) | [huggingface.co/verbosetechlabsllp](https://huggingface.co/verbosetechlabsllp)
metadata.csv ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ file_name,clip_id,activity,sub_activity,duration,duration_seconds,file_size_mb,recording_date,resolution,fps,view_type,notes
2
+ videos/brick_work/brick_work_01.mp4,SCW_001,brick_work,masonry_construction,00:09:00,540,834.29,2026-06-05,1080p,30,egocentric,Construction brick laying and masonry work
3
+ videos/electrician/electrician_01.mp4,SCW_002,electrician,electrical_wiring,00:42:10,2530,1225.79,2026-06-07,1080p,30,egocentric,Extended electrical installation and wiring work
4
+ videos/electrician/electrician_02.mp4,SCW_003,electrician,electrical_wiring,00:16:34,994,599.68,2026-06-07,1080p,30,egocentric,Electrical installation and repair work
5
+ videos/fabrication/fabrication_01.mp4,SCW_004,fabrication,metal_fabrication,00:00:30,30,36.97,2026-05-28,1080p,30,egocentric,Short metal fabrication clip
6
+ videos/fabrication/fabrication_02.mp4,SCW_005,fabrication,metal_fabrication,00:00:30,30,36.06,2026-05-28,1080p,30,egocentric,Short metal fabrication clip
7
+ videos/frames_manufacturing/frames_manufacturing_01.mp4,SCW_006,frames_manufacturing,frame_assembly,00:01:31,91,676.90,2026-06-11,1080p,30,egocentric,Frame manufacturing sample clip
8
+ videos/furniture_assembly/furniture_assembly_01.mp4,SCW_007,furniture_assembly,furniture_making,00:15:03,903,346.72,2026-06-07,1080p,30,egocentric,Furniture assembly and joinery work
9
+ videos/wood_work/wood_work_01.mp4,SCW_008,wood_work,carpentry,00:14:16,856,1005.48,2026-06-05,1080p,30,egocentric,Woodworking and carpentry shop activity