VerboseTechLabs/manufacturing-unit-egocentric-sample
๐ญ Manufacturing Unit Egocentric Video Dataset (Sample) 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: ๐ Phone: +91 7672 000 500 ๐ฌ WhatsApp: +91 7672 000 500 ๐ง Email: Hello@VerboseTechLabs.com ๐ Website: VerboseTechLabs.com ๐ More datasets: kaggle.com/verbosetechlabsllp Dataset Summary First-person point-of-viewโฆ See the full description on the dataset page: https://huggingface.co/datasets/VerboseTechLabs/manufacturing-unit-egocentric-sample.
๐ญ Manufacturing Unit Egocentric Video Dataset (Sample)
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:
- ๐ Phone: +91 7672 000 500
- ๐ฌ WhatsApp: +91 7672 000 500
- ๐ง Email: Hello@VerboseTechLabs.com
- ๐ Website: VerboseTechLabs.com
- ๐ More datasets: kaggle.com/verbosetechlabsllp
Dataset Summary
First-person point-of-view (POV) video recordings from a manufacturing unit, capturing key production activities including assembling, coiling, motor assembly, and machine operation. This is a sample release showcasing the quality and format of our larger manufacturing dataset collection.
Dataset Statistics
Supported Tasks
- Video classification โ classify manufacturing activities
- Action recognition โ recognize industrial worker actions
- Fine-grained assembly step detection
- Worker productivity and time-motion analysis
- Ergonomics research โ repetitive motion, posture analysis
- Assistive robotics for manufacturing floors
- Quality control and defect detection training
- Human-robot collaboration in industrial settings
Dataset Structure
Folder Structure
manufacturing-unit-egocentric-sample/
โโโ videos/
โ โโโ Assembling MBC 1.mp4
โ โโโ Assembling.mp4
โ โโโ Coiling.mp4
โ โโโ Moter assembling.mp4
โ โโโ Working on machine.mp4
โโโ metadata.csv
โโโ README.mdData Fields
The metadata.csv file contains the following columns:
Activity Breakdown
Activity Categories
- ๐ง Assembling โ General and MBC (Motor Base Component) assembly
- ๐งต Coiling โ Copper wire coiling for motor windings
- โ๏ธ Motor Assembling โ Complete motor assembly workflow
- ๐ ๏ธ Machine Operation โ Workers operating manufacturing machinery
Usage
Load with ๐ค datasets library
from datasets import load_dataset
dataset = load_dataset("verbosetechlabsllp/manufacturing-unit-egocentric-sample")
print(dataset)Load metadata directly with Pandas
import pandas as pd
df = pd.read_csv("hf://datasets/verbosetechlabsllp/manufacturing-unit-egocentric-sample/metadata.csv")
print(df.head())
print(df['activity'].value_counts())Download a specific video
from huggingface_hub import hf_hub_download
video_path = hf_hub_download(
repo_id="verbosetechlabsllp/manufacturing-unit-egocentric-sample",
filename="videos/Coiling.mp4",
repo_type="dataset"
)
print(f"Video downloaded to: {video_path}")Data Collection
- Camera view: First-person / egocentric (head-mounted or chest-mounted)
- Environment: Real manufacturing unit / factory floor
- Lighting: Industrial factory lighting
- Audio: Included in MP4 (includes ambient machine sounds โ usable for multimodal research)
- Recording date: May 2026
Licensing Information
CC BY 4.0 โ Free for research and commercial use with attribution.
Citation
@dataset{manufacturing_unit_egocentric_2026,
title = {Manufacturing Unit Egocentric Video Dataset (Sample)},
author = {Verbose Tech Labs LLP},
year = {2026},
url = {https://huggingface.co/datasets/verbosetechlabsllp/manufacturing-unit-egocentric-sample}
}More Datasets from Verbose Tech Labs
This dataset is part of a larger collection of egocentric activity datasets covering:
- ๐ Clothing industry manufacturing
- ๐ณ Cooking & food preparation
- ๐งน Household cleaning tasks
- ๐ญ Manufacturing unit workflows (this โ sample)
- ...and more categories in development
๐ Browse all our datasets: kaggle.com/verbosetechlabsllp | huggingface.co/verbosetechlabsllp
