wasup_homer_gold / README.md
hynky's picture
Document embedded video parquet
e0fc8f4 verified
|
Raw
History Blame Contribute Delete
987 Bytes
---
license: other
task_categories:
- video-classification
- video-text-to-text
tags:
- egocentric-video
- temporal-action-segmentation
- subtask-annotation
- homer
pretty_name: WASUP HomER Gold Annotations
---
# WASUP HomER Gold Annotations
Small human-edited temporal subtask annotation set for public HomER egocentric videos.
Files:
- `wasup_homer_gold.parquet`: lightweight version where `video` is the upstream HomER video URL.
- `wasup_homer_gold_embedded.parquet`: embedded version where `video` is raw MP4 bytes stored directly in the Parquet file.
Each row is one video episode with:
- `id`: episode id used by the annotation tool.
- `video`: upstream HomER URL in the lightweight file, MP4 bytes in the embedded file.
- `instruction`: normalized episode-level instruction.
- `segments`: list of temporal subtask annotations with `start_sec`, `end_sec`, and `annotation`.
Text normalization: leading/trailing whitespace is stripped and the first character is lowercased.