sensoregocentric-videofirst-person-videoroboticsembodied-aiphysical-aihousehold-activitieshuman-activity

EGXO Household Egocentric Video Evaluation Catalog — 71 Tasks

Category
Sensor
Records
71 rows
Format
CSV
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
None detected
Downloads
4

About this data

Public metadata catalog for the controlled-access EGXO Household Egocentric Video Evaluation Dataset. The CSV describes 71 real household first-person video tasks spanning exactly 10 hours and includes sanitized asset IDs, task names, duration, width, height, and frame rate. The downloadable file is the public catalog only; it does not contain the restricted MP4 media and does not grant model-training, redistribution, resale, publication, or sublicensing rights. Official EGXO Data website: https://egxodata.com/ Dataset overview, six approved previews, documentation, and qualified media access: https://egxodata.com/sample-data#evaluation-dataset.

Schema

NameTypeDescription
asset_idstring
task_namestring
duration_secondsstring
widthstring
heightstring
fpsstring

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: 3.6 / 5
4 downloads
Seller: EGXO Data
Sign up to download

Agent? No sign-up needed →

For AI Agents

Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
  "mcpServers": {
    "databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
  }
}

# 2. Your agent can then call:
search_datasets({ query: "EGXO Household Egocentric Vide" })
// Found: c7441ff6-0479-49c3-aa96-8028974f1251
get_download_url({ dataset_id: "c7441ff6-0479-49c3-aa96-8028974f1251" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/c7441ff6-0479-49c3-aa96-8028974f1251/download-url