CoolFace
Datasetpublic

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.

sourceHugging Facecc-by-4.0updated 2mo agoView on Hugging Face
0likes84downloads
Dataset Card

๐Ÿญ 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:


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

MetricValue
Total clips5
Total duration~12.5 minutes
Total size~380 MB
Activity classes5
View typeEgocentric (first-person)
Video formatMP4
Frame rate30 fps
Resolution1080p

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.md

Data Fields

The metadata.csv file contains the following columns:

ColumnTypeDescription
file_namestringRelative path to the video file
clip_idstringUnique identifier (e.g., MFG_001)
activitystringMain manufacturing activity class
sub_activitystringFine-grained label
durationstringHuman-readable duration (HH:MM:SS)
duration_secondsintegerDuration in seconds
file_size_mbfloatFile size in megabytes
recording_datedateRecording date (YYYY-MM-DD)
resolutionstringVideo resolution
fpsintegerFrames per second
view_typestringCamera view type (egocentric)
notesstringAdditional context

Activity Breakdown

Clip IDFileActivitySub-activityDuration
MFG_001Assembling MBC 1.mp4assemblingmbc_assembly00:03:00
MFG_002Assembling.mp4assemblinggeneral_assembly00:00:30
MFG_003Coiling.mp4coilingwire_coiling00:03:00
MFG_004Moter assembling.mp4motor_assemblingmotor_assembly00:03:00
MFG_005Working on machine.mp4machine_operationgeneral_operation00:03:00

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

python
from datasets import load_dataset

dataset = load_dataset("verbosetechlabsllp/manufacturing-unit-egocentric-sample")
print(dataset)

Load metadata directly with Pandas

python
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

python
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

bibtex
@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