VerboseTechLabs commited on
Commit
167c3e0
Β·
verified Β·
1 Parent(s): 2390998

Upload 3 files

Browse files
README.md ADDED
@@ -0,0 +1,222 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - textile
13
+ - textile-manufacturing
14
+ - mill
15
+ - fabric
16
+ - weaving
17
+ - industrial
18
+ - computer-vision
19
+ - video
20
+ pretty_name: Textile Manufacturing 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
+ # 🧡 Textile Manufacturing β€” 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 from textile manufacturing operations, captured on real factory floors. This is a **sample release** showcasing the format and quality of our larger textile industry dataset collection.
45
+
46
+ ## Dataset Statistics
47
+
48
+ | Metric | Value |
49
+ |---|---|
50
+ | Total clips | 11 |
51
+ | Total duration | ~30.5 minutes |
52
+ | Total size | ~1.04 GB |
53
+ | Activity class | textile_manufacturing |
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 textile manufacturing activities
62
+ - **Action recognition** β€” recognize textile industry actions
63
+ - **Fine-grained textile activity** classification
64
+ - **Worker productivity** and time-motion analysis
65
+ - **Machine operation** understanding (looms, knitting machines, dyeing units)
66
+ - **Ergonomics research** in textile industry
67
+ - **Assistive robotics** for textile factories
68
+ - **Quality control** AI training
69
+ - **Industrial AI** for textile automation
70
+
71
+ ## Dataset Structure
72
+
73
+ ### Folder Structure
74
+
75
+ ```
76
+ textile-manufacturing-egocentric-sample/
77
+ β”œβ”€β”€ videos/
78
+ β”‚ β”œβ”€β”€ textile_01.mp4
79
+ β”‚ β”œβ”€β”€ textile_02.mp4
80
+ β”‚ β”œβ”€β”€ textile_03.mp4
81
+ β”‚ β”œβ”€β”€ textile_04.mp4
82
+ β”‚ β”œβ”€β”€ textile_05.mp4
83
+ β”‚ β”œβ”€β”€ textile_06.mp4
84
+ β”‚ β”œβ”€β”€ textile_07.mp4
85
+ β”‚ β”œβ”€β”€ textile_08.mp4
86
+ β”‚ β”œβ”€β”€ textile_09.mp4
87
+ β”‚ β”œβ”€β”€ textile_10.mp4
88
+ β”‚ └── textile_11.mp4
89
+ β”œβ”€β”€ metadata.csv
90
+ └── README.md
91
+ ```
92
+
93
+ ### Data Fields
94
+
95
+ The `metadata.csv` file contains the following columns:
96
+
97
+ | Column | Type | Description |
98
+ |---|---|---|
99
+ | `file_name` | string | Relative path to the video file |
100
+ | `clip_id` | string | Unique identifier (e.g., `TXT_001`) |
101
+ | `activity` | string | Main class: `textile_manufacturing` |
102
+ | `sub_activity` | string | Fine-grained label |
103
+ | `duration` | string | Human-readable duration (HH:MM:SS) |
104
+ | `duration_seconds` | integer | Duration in seconds |
105
+ | `file_size_mb` | float | File size in megabytes |
106
+ | `recording_date` | date | Recording date (YYYY-MM-DD) |
107
+ | `resolution` | string | Video resolution |
108
+ | `fps` | integer | Frames per second |
109
+ | `view_type` | string | Camera view type (`egocentric`) |
110
+ | `notes` | string | Additional context |
111
+
112
+ ### Clip Overview
113
+
114
+ | Clip ID | File | Duration | Size |
115
+ |---|---|---|---|
116
+ | TXT_001 | textile_01.mp4 | 00:00:30 | 24 MB |
117
+ | TXT_002 | textile_02.mp4 | 00:03:00 | 104 MB |
118
+ | TXT_003 | textile_03.mp4 | 00:03:00 | 104 MB |
119
+ | TXT_004 | textile_04.mp4 | 00:03:00 | 104 MB |
120
+ | TXT_005 | textile_05.mp4 | 00:03:00 | 104 MB |
121
+ | TXT_006 | textile_06.mp4 | 00:03:00 | 104 MB |
122
+ | TXT_007 | textile_07.mp4 | 00:03:00 | 104 MB |
123
+ | TXT_008 | textile_08.mp4 | 00:03:00 | 104 MB |
124
+ | TXT_009 | textile_09.mp4 | 00:03:00 | 104 MB |
125
+ | TXT_010 | textile_10.mp4 | 00:03:00 | 104 MB |
126
+ | TXT_011 | textile_11.mp4 | 00:03:00 | 104 MB |
127
+
128
+ ### Activity Coverage
129
+
130
+ The dataset captures diverse textile manufacturing activities from real mill floors, spanning operations across the textile production pipeline β€” spinning, weaving, knitting, dyeing, printing, finishing, and quality control.
131
+
132
+ ## Usage
133
+
134
+ ### Load with πŸ€— datasets library
135
+
136
+ ```python
137
+ from datasets import load_dataset
138
+
139
+ dataset = load_dataset("verbosetechlabsllp/textile-manufacturing-egocentric-sample")
140
+ print(dataset)
141
+ ```
142
+
143
+ ### Load metadata directly with Pandas
144
+
145
+ ```python
146
+ import pandas as pd
147
+
148
+ df = pd.read_csv("hf://datasets/verbosetechlabsllp/textile-manufacturing-egocentric-sample/metadata.csv")
149
+ print(df.head())
150
+ print(f"Total duration: {df['duration_seconds'].sum() / 60:.1f} minutes")
151
+ ```
152
+
153
+ ### Download a specific video
154
+
155
+ ```python
156
+ from huggingface_hub import hf_hub_download
157
+
158
+ video_path = hf_hub_download(
159
+ repo_id="verbosetechlabsllp/textile-manufacturing-egocentric-sample",
160
+ filename="videos/textile_02.mp4",
161
+ repo_type="dataset"
162
+ )
163
+ print(f"Video downloaded to: {video_path}")
164
+ ```
165
+
166
+ ### Extract sample frames
167
+
168
+ ```python
169
+ import cv2, os
170
+
171
+ def extract_frames(video_path, out_dir, every_n_seconds=5):
172
+ os.makedirs(out_dir, exist_ok=True)
173
+ cap = cv2.VideoCapture(video_path)
174
+ fps = cap.get(cv2.CAP_PROP_FPS)
175
+ frame_interval = int(fps * every_n_seconds)
176
+ count, saved = 0, 0
177
+ while True:
178
+ ret, frame = cap.read()
179
+ if not ret: break
180
+ if count % frame_interval == 0:
181
+ cv2.imwrite(f"{out_dir}/frame_{saved:04d}.jpg", frame)
182
+ saved += 1
183
+ count += 1
184
+ cap.release()
185
+ return saved
186
+ ```
187
+
188
+ ## Data Collection
189
+
190
+ - **Camera view**: First-person / egocentric (head-mounted or chest-mounted)
191
+ - **Environment**: Real textile mill / factory floor
192
+ - **Lighting**: Industrial factory lighting
193
+ - **Audio**: Included in MP4 (ambient loom, machine, and worker sounds β€” usable for multimodal research)
194
+ - **Recording period**: February 2025 – May 2026
195
+
196
+ ## Licensing Information
197
+
198
+ **CC BY 4.0** β€” Free for research and commercial use with attribution.
199
+
200
+ ## Citation
201
+
202
+ ```bibtex
203
+ @dataset{textile_manufacturing_egocentric_2026,
204
+ title = {Textile Manufacturing β€” Egocentric Video Dataset (Sample)},
205
+ author = {Verbose Tech Labs LLP},
206
+ year = {2026},
207
+ url = {https://huggingface.co/datasets/verbosetechlabsllp/textile-manufacturing-egocentric-sample}
208
+ }
209
+ ```
210
+
211
+ ## More Datasets from Verbose Tech Labs
212
+
213
+ This dataset is part of a larger collection of egocentric activity datasets covering:
214
+ - πŸ‘• Clothing industry manufacturing
215
+ - 🍳 Cooking & food preparation
216
+ - 🧹 Household cleaning tasks
217
+ - 🏭 Manufacturing unit workflows (sample)
218
+ - πŸ› οΈ Skilled commercial work (sample)
219
+ - 🧡 Textile manufacturing (this β€” sample)
220
+ - ...and more categories in development
221
+
222
+ πŸ”— 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,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ file_name,clip_id,activity,sub_activity,duration,duration_seconds,file_size_mb,recording_date,resolution,fps,view_type,notes
2
+ videos/textile_01.mp4,TXT_001,textile_manufacturing,general_textile_work,00:00:30,30,24.40,2026-05-28,1080p,30,egocentric,Short textile manufacturing clip
3
+ videos/textile_02.mp4,TXT_002,textile_manufacturing,general_textile_work,00:03:00,180,103.67,2025-02-18,1080p,30,egocentric,Textile manufacturing activity
4
+ videos/textile_03.mp4,TXT_003,textile_manufacturing,general_textile_work,00:03:00,180,103.50,2025-02-18,1080p,30,egocentric,Textile manufacturing activity
5
+ videos/textile_04.mp4,TXT_004,textile_manufacturing,general_textile_work,00:03:00,180,103.49,2025-02-18,1080p,30,egocentric,Textile manufacturing activity
6
+ videos/textile_05.mp4,TXT_005,textile_manufacturing,general_textile_work,00:03:00,180,103.38,2025-02-18,1080p,30,egocentric,Textile manufacturing activity
7
+ videos/textile_06.mp4,TXT_006,textile_manufacturing,general_textile_work,00:03:00,180,103.58,2025-02-18,1080p,30,egocentric,Textile manufacturing activity
8
+ videos/textile_07.mp4,TXT_007,textile_manufacturing,general_textile_work,00:03:00,180,103.73,2025-02-18,1080p,30,egocentric,Textile manufacturing activity
9
+ videos/textile_08.mp4,TXT_008,textile_manufacturing,general_textile_work,00:03:00,180,103.77,2025-02-18,1080p,30,egocentric,Textile manufacturing activity
10
+ videos/textile_09.mp4,TXT_009,textile_manufacturing,general_textile_work,00:03:00,180,103.42,2025-02-18,1080p,30,egocentric,Textile manufacturing activity
11
+ videos/textile_10.mp4,TXT_010,textile_manufacturing,general_textile_work,00:03:00,180,103.62,2025-02-18,1080p,30,egocentric,Textile manufacturing activity
12
+ videos/textile_11.mp4,TXT_011,textile_manufacturing,general_textile_work,00:03:00,180,103.62,2025-02-18,1080p,30,egocentric,Textile manufacturing activity
textile-manufacturing-egocentric-sample.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31846d379d4cb4208c2cea717c7be7387129f624b136d9284a490a9d7a781947
3
+ size 1094490300