VerboseTechLabs commited on
Commit
55bdef8
Β·
verified Β·
1 Parent(s): ef898c5

Upload 2 files

Browse files
Files changed (2) hide show
  1. README.md +221 -0
  2. metadata.csv +8 -0
README.md ADDED
@@ -0,0 +1,221 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - electronics
13
+ - electronics-assembly
14
+ - pcb
15
+ - soldering
16
+ - manufacturing
17
+ - industrial
18
+ - computer-vision
19
+ - video
20
+ pretty_name: Electronics Assembly Egocentric Video Dataset Sample
21
+ size_categories:
22
+ - n<1K
23
+ configs:
24
+ - config_name: default
25
+ data_files:
26
+ - split: train
27
+ path: metadata.csv
28
+ ---
29
+
30
+ # πŸ”Œ Electronics Assembly β€” Egocentric Video Dataset (Sample)
31
+
32
+ **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:**
33
+
34
+ - πŸ“ž **Phone:** [+91 7672 000 500](tel:+917672000500)
35
+ - πŸ’¬ **WhatsApp:** [+91 7672 000 500](https://wa.me/917672000500)
36
+ - πŸ“§ **Email:** [Hello@VerboseTechLabs.com](mailto:Hello@VerboseTechLabs.com)
37
+ - 🌐 **Website:** [VerboseTechLabs.com](https://VerboseTechLabs.com)
38
+ - πŸ”— **More datasets:** [kaggle.com/verbosetechlabsllp](https://www.kaggle.com/verbosetechlabsllp)
39
+
40
+ ---
41
+
42
+ ## Dataset Summary
43
+
44
+ First-person point-of-view (POV) video recordings of electronics assembly work, captured on real electronics manufacturing floors. Videos showcase PCB assembly, component placement, soldering, and related electronics production tasks. This is a **sample release** showcasing the format and quality of our larger electronics manufacturing dataset collection.
45
+
46
+ ## Dataset Statistics
47
+
48
+ | Metric | Value |
49
+ |---|---|
50
+ | Total clips | 7 |
51
+ | Total duration | ~83 minutes (~1 hour 23 minutes) |
52
+ | Total size | ~7.6 GB |
53
+ | Activity class | electronics_assembly |
54
+ | View type | Egocentric (first-person) |
55
+ | Video format | MP4 |
56
+ | Frame rate | 30 fps |
57
+ | Resolution | 1080p |
58
+
59
+ ## Supported Tasks
60
+
61
+ - **Video classification** β€” classify electronics assembly activities
62
+ - **Action recognition** β€” recognize electronics manufacturing actions
63
+ - **Fine-grained assembly step** detection (component placement, soldering, testing)
64
+ - **Hand-object interaction** β€” tweezers, soldering irons, PCBs, components
65
+ - **Worker productivity** and time-motion analysis
66
+ - **Ergonomics research** for electronics assembly workers
67
+ - **Assistive robotics** for electronics manufacturing lines
68
+ - **Quality control** and defect detection AI training
69
+ - **Human-robot collaboration** in electronics assembly
70
+ - **Industrial AI** for smart electronics factories
71
+
72
+ ## Dataset Structure
73
+
74
+ ### Folder Structure
75
+
76
+ ```
77
+ electronics-assembly-egocentric-sample/
78
+ β”œβ”€β”€ videos/
79
+ β”‚ β”œβ”€β”€ electronics_assembly_01.mp4
80
+ β”‚ β”œβ”€β”€ electronics_assembly_02.mp4
81
+ β”‚ β”œβ”€β”€ electronics_assembly_03.mp4
82
+ β”‚ β”œβ”€β”€ electronics_assembly_04.mp4
83
+ β”‚ β”œβ”€β”€ electronics_assembly_05.mp4
84
+ β”‚ β”œβ”€β”€ electronics_assembly_06.mp4
85
+ β”‚ └── electronics_assembly_07.mp4
86
+ β”œβ”€β”€ metadata.csv
87
+ └── README.md
88
+ ```
89
+
90
+ ### Data Fields
91
+
92
+ The `metadata.csv` file contains the following columns:
93
+
94
+ | Column | Type | Description |
95
+ |---|---|---|
96
+ | `file_name` | string | Relative path to the video file |
97
+ | `clip_id` | string | Unique identifier (e.g., `ELE_001`) |
98
+ | `activity` | string | Main class: `electronics_assembly` |
99
+ | `sub_activity` | string | Fine-grained label |
100
+ | `duration` | string | Human-readable duration (HH:MM:SS) |
101
+ | `duration_seconds` | integer | Duration in seconds |
102
+ | `file_size_mb` | float | File size in megabytes |
103
+ | `recording_date` | date | Recording date (YYYY-MM-DD) |
104
+ | `resolution` | string | Video resolution |
105
+ | `fps` | integer | Frames per second |
106
+ | `view_type` | string | Camera view type (`egocentric`) |
107
+ | `notes` | string | Additional context |
108
+
109
+ ### Clip Overview
110
+
111
+ | Clip ID | File | Duration | Size |
112
+ |---|---|---|---|
113
+ | ELE_001 | electronics_assembly_01.mp4 | 00:01:52 | 171 MB |
114
+ | ELE_002 | electronics_assembly_02.mp4 | 00:16:10 | 1.77 GB |
115
+ | ELE_003 | electronics_assembly_03.mp4 | 00:11:10 | 859 MB |
116
+ | ELE_004 | electronics_assembly_04.mp4 | 00:16:30 | 1.37 GB |
117
+ | ELE_005 | electronics_assembly_05.mp4 | 00:15:35 | 1.50 GB |
118
+ | ELE_006 | electronics_assembly_06.mp4 | 00:21:52 | 1.87 GB |
119
+ | ELE_007 | electronics_assembly_07.mp4 | 00:00:10 | 99 MB |
120
+
121
+ ### Activity Coverage
122
+
123
+ The dataset captures electronics assembly workflows including:
124
+ - πŸ”Œ PCB (Printed Circuit Board) assembly
125
+ - 🧲 Component placement and soldering
126
+ - πŸ”§ Manual assembly operations
127
+ - πŸ” Quality inspection during assembly
128
+ - πŸ› οΈ Tool usage β€” tweezers, soldering irons, testers
129
+
130
+ ## Usage
131
+
132
+ ### Load with πŸ€— datasets library
133
+
134
+ ```python
135
+ from datasets import load_dataset
136
+
137
+ dataset = load_dataset("verbosetechlabsllp/electronics-assembly-egocentric-sample")
138
+ print(dataset)
139
+ ```
140
+
141
+ ### Load metadata directly with Pandas
142
+
143
+ ```python
144
+ import pandas as pd
145
+
146
+ df = pd.read_csv("hf://datasets/verbosetechlabsllp/electronics-assembly-egocentric-sample/metadata.csv")
147
+ print(df.head())
148
+ print(f"Total duration: {df['duration_seconds'].sum() / 60:.1f} minutes")
149
+ ```
150
+
151
+ ### Download a specific video
152
+
153
+ ```python
154
+ from huggingface_hub import hf_hub_download
155
+
156
+ video_path = hf_hub_download(
157
+ repo_id="verbosetechlabsllp/electronics-assembly-egocentric-sample",
158
+ filename="videos/electronics_assembly_02.mp4",
159
+ repo_type="dataset"
160
+ )
161
+ print(f"Video downloaded to: {video_path}")
162
+ ```
163
+
164
+ ### Extract sample frames
165
+
166
+ ```python
167
+ import cv2, os
168
+
169
+ def extract_frames(video_path, out_dir, every_n_seconds=10):
170
+ os.makedirs(out_dir, exist_ok=True)
171
+ cap = cv2.VideoCapture(video_path)
172
+ fps = cap.get(cv2.CAP_PROP_FPS)
173
+ frame_interval = int(fps * every_n_seconds)
174
+ count, saved = 0, 0
175
+ while True:
176
+ ret, frame = cap.read()
177
+ if not ret: break
178
+ if count % frame_interval == 0:
179
+ cv2.imwrite(f"{out_dir}/frame_{saved:04d}.jpg", frame)
180
+ saved += 1
181
+ count += 1
182
+ cap.release()
183
+ return saved
184
+ ```
185
+
186
+ ## Data Collection
187
+
188
+ - **Camera view**: First-person / egocentric (head-mounted or chest-mounted)
189
+ - **Environment**: Real electronics manufacturing / assembly floor
190
+ - **Lighting**: Industrial workshop lighting with task illumination
191
+ - **Audio**: Included in MP4 (ambient soldering, tool, and machine sounds β€” usable for multimodal research)
192
+ - **Recording date**: July 2026
193
+
194
+ ## Licensing Information
195
+
196
+ **CC BY 4.0** β€” Free for research and commercial use with attribution.
197
+
198
+ ## Citation
199
+
200
+ ```bibtex
201
+ @dataset{electronics_assembly_egocentric_2026,
202
+ title = {Electronics Assembly β€” Egocentric Video Dataset (Sample)},
203
+ author = {Verbose Tech Labs LLP},
204
+ year = {2026},
205
+ url = {https://huggingface.co/datasets/verbosetechlabsllp/electronics-assembly-egocentric-sample}
206
+ }
207
+ ```
208
+
209
+ ## More Datasets from Verbose Tech Labs
210
+
211
+ This dataset is part of a larger collection of egocentric activity datasets covering:
212
+ - πŸ‘• Clothing industry manufacturing
213
+ - 🍳 Cooking & food preparation
214
+ - 🧹 Household cleaning tasks
215
+ - 🏭 Manufacturing unit workflows (sample)
216
+ - πŸ› οΈ Skilled commercial work (sample)
217
+ - 🧡 Textile manufacturing (sample)
218
+ - πŸ”Œ Electronics assembly (this β€” sample)
219
+ - ...and more categories in development
220
+
221
+ πŸ”— 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,8 @@
 
 
 
 
 
 
 
 
 
1
+ file_name,clip_id,activity,sub_activity,duration,duration_seconds,file_size_mb,recording_date,resolution,fps,view_type,notes
2
+ videos/electronics_assembly_01.mp4,ELE_001,electronics_assembly,pcb_assembly,00:01:52,112,171.28,2026-07-19,1080p,30,egocentric,Short electronics assembly clip
3
+ videos/electronics_assembly_02.mp4,ELE_002,electronics_assembly,pcb_assembly,00:16:10,970,1810.58,2026-07-19,1080p,30,egocentric,Extended electronics assembly session
4
+ videos/electronics_assembly_03.mp4,ELE_003,electronics_assembly,pcb_assembly,00:11:10,670,859.23,2026-07-19,1080p,30,egocentric,Electronics assembly workflow
5
+ videos/electronics_assembly_04.mp4,ELE_004,electronics_assembly,pcb_assembly,00:16:30,990,1403.96,2026-07-19,1080p,30,egocentric,Extended electronics assembly session
6
+ videos/electronics_assembly_05.mp4,ELE_005,electronics_assembly,pcb_assembly,00:15:35,935,1535.40,2026-07-19,1080p,30,egocentric,Electronics assembly process
7
+ videos/electronics_assembly_06.mp4,ELE_006,electronics_assembly,pcb_assembly,00:21:52,1312,1914.63,2026-07-19,1080p,30,egocentric,Longest electronics assembly session
8
+ videos/electronics_assembly_07.mp4,ELE_007,electronics_assembly,pcb_assembly,00:00:10,10,99.11,2026-07-19,1080p,30,egocentric,Very short electronics assembly clip