CoolFace
Datasetpublic

FlikforgeInc/egocentric-household-tasks

Flikforge Sample Dataset EgoCentric-Household-Tasks ~100 rights-cleared egocentric household-task clips with dense, fully customizable action annotations. Build Your Dataset License Your Content A sample dataset of ~100 rights-cleared household-task video clips with dense per-clip action annotations, drawn from the Flikforge catalog. Each clip carries its source MP4 plus a machine-generated ActionSummary 2.0 JSON sidecar produced by Flikforge's Bootstrapped Dense… See the full description on the dataset page: https://huggingface.co/datasets/FlikforgeInc/egocentric-household-tasks.

sourceHugging Faceotherupdated 2mo agoView on Hugging Face
0likes41downloads
Dataset Card

<div style="background: radial-gradient(ellipse at top, #1D1663 0%, #14174F 40%, #0A002F 100%); border-radius: 20px; padding: 56px 24px; text-align: center; margin-bottom: 24px;"> <div style="font-family: 'DM Mono', monospace; font-size: 15px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; color: #0B95E6; margin-bottom: 18px;">Flikforge Sample Dataset</div> <h1 style="font-family: 'Proxima Nova', sans-serif; font-size: 40px; font-weight: 800; line-height: 1.08; letter-spacing: -0.03em; color: #ffffff; margin: 0;">EgoCentric-Household-Tasks</h1> <p style="font-family: 'Proxima Nova', sans-serif; font-size: 16px; font-weight: 400; color: #CCD1DE; line-height: 1.55; max-width: 640px; margin: 18px auto 0;">~100 rights-cleared egocentric household-task clips with dense, <strong style="color: #ffffff; font-weight: 700;">fully customizable</strong> action annotations.</p> <div style="width: 240px; height: 4px; background: linear-gradient(90deg, #0B95E6, #DD42FF); border-radius: 2px; margin: 28px auto;"></div> <div> <a href="https://flikforge.com/datasets/" style="display: inline-block; background: linear-gradient(135deg, #0B95E6, #DD42FF); color: #ffffff; font-family: 'Proxima Nova', sans-serif; font-weight: 700; font-size: 15px; padding: 14px 26px; border-radius: 999px; text-decoration: none; letter-spacing: -0.005em; margin: 4px;">Build Your Dataset</a> <a href="mailto:info@flikforge.com" style="display: inline-block; background: transparent; color: #ffffff; border: 1.5px solid rgba(255,255,255,0.4); font-family: 'Proxima Nova', sans-serif; font-weight: 700; font-size: 15px; padding: 14px 26px; border-radius: 999px; text-decoration: none; margin: 4px;">License Your Content</a> </div> </div>

A sample dataset of ~100 rights-cleared household-task video clips with dense per-clip action annotations, drawn from the Flikforge catalog. Each clip carries its source MP4 plus a machine-generated ActionSummary 2.0 JSON sidecar produced by Flikforge's Bootstrapped Dense Supervision (BDS) labeling pipeline. The annotation schema is fully customizable: the ActionSummary 2.0 sidecars shown here are one configuration, and Flikforge engineers bespoke schemas per delivery — tell us the fields, granularity, and taxonomy your model needs and the same footage ships labeled to your specification. Clips span 7 test task categories included as samples: Cleaning Counters (17), Miscellaneous (17), Organization (17), Folding Laundry (16), Dish Washing (15), Vacuuming (13), and Object Movement (8).

Part of the Flikforge EgoCentric collection. Captured on iPhone and GoPro. Egocentric human-demonstration data (passive; no robot action stream). Every clip is rights-cleared with chain-of-title provenance documented via Flikforge's patent-pending AI Rights Certificates.

Dataset structure

Each task has a top-level folder (Dish_Washing/, Folding_Laundry/, Vacuuming/, Cleaning_Counters/, Organization/, Object_movement/, Miscellaneous/) holding one <asset_id>.mp4 and one <asset_id>_ActionSummary2.0.json per clip. A machine-readable catalog.parquet at the repo root indexes every clip with its task, relative media paths, per-clip duration/FPS/resolution, annotation source pipeline, and Flikforge parameter and package identifiers.

Catalog

The 7 task categories below are test categories included as samples; production deliveries are scoped to the task taxonomy your program requires.

taskclipsannotation pipeline(s)
Cleaning Counters17Robotics-Cleaning-Training-v1.0, Test-Collection-Indexing-v1.0
Miscellaneous17Test-Collection-Indexing-v1.0, Scientific-Sampling-Analysis-v1.0
Organization17Test-Collection-Indexing-v1.0, Test-Procedure-Indexing-v1.0
Folding Laundry16Folding-Shots-Shirts-Socks
Dish Washing15Robotics-Dishwashing-Embodiment-v1.0
Vacuuming13Robotics-Vacuum-Training-v1.0
Object Movement8Test-Procedure-Indexing-v1.0

Per-clip duration, FPS, and resolution are recorded in catalog.parquet.

Loading

python
from pathlib import Path
import json
import pandas as pd
from huggingface_hub import snapshot_download

local = Path(snapshot_download("Flikforge/EgoCentric-Household-Tasks", repo_type="dataset"))
catalog = pd.read_parquet(local / "catalog.parquet")

row = catalog.iloc[0]
video_path = local / row["video_path"]                 # decode with decord, torchvision, or PyAV
annotation = json.loads((local / row["annotation_path"]).read_text())  # ActionSummary 2.0

Videos are standard H.264 MP4 and decode with any common video reader. Annotations follow the Flikforge ActionSummary 2.0 schema; see docs/ for the full field contract.

Documentation

Full delivery docs are in docs/: DELIVERY_README.md (the complete delivery contract, including the ActionSummary 2.0 field reference) and DATA_CARD.md (content, provenance, labeling methodology, and limitations).

Terms

Provided by Flikforge, Inc. (flikforge.com). See LICENSE. This sample set is provided for evaluation purposes. For commercial licensing, catalog-scale volumes, and custom annotation schemas, contact info@flikforge.com or visit flikforge.com/datasets. AI Rights Certificate documentation is available to licensees.

Citation

bibtex
@misc{flikforge_egocentric_2026,
  title  = {EgoCentric-Household-Tasks},
  author = {Flikforge, Inc.},
  howpublished = {\url{https://flikforge.com}},
  year   = {2026},
  note   = {Rights-cleared household-task video sample set with dense, customizable action annotations}
}

<div style="background: #0F0A3D; border-radius: 20px; padding: 48px 24px; text-align: center; margin-top: 24px;"> <div style="font-family: 'DM Mono', monospace; font-size: 15px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; color: #0B95E6; margin-bottom: 18px;">Two Paths Forward</div> <h2 style="font-family: 'Proxima Nova', sans-serif; font-size: 28px; font-weight: 800; line-height: 1.2; letter-spacing: -0.02em; color: #ffffff; margin: 0 0 24px;">Ready to Engineer Training Data for Your Model?</h2> <p style="margin: 0;"><a href="https://flikforge.com/" style="color: #0B95E6; font-family: 'Proxima Nova', sans-serif; font-weight: 700; font-size: 15px; text-decoration: none;">Work with Flikforge →</a></p> </div>