--- pretty_name: EventActivityNet tags: - event-based-vision - video-understanding - activitynet - hdf5 size_categories: - 1K activitynet.py -> mp4_to_h5.mp4_to_h5_stream() -> data/v2v_core_esim_gpu.EventEmulatorGPU.video_to_voxel() -> HDF5 writer ``` Confirmed generation properties: - 5 event bins; - source spatial resolution preserved; - no learned V2V checkpoint required for HDF5 generation; - `events` stored as `int16`; - auxiliary index/count arrays stored as `int64` and `int32`. Medium and Small are newly generated deterministic nested v1.0 release scales derived from Large. ## Event-Friendly Definition A video is event-friendly if either condition holds: - a caption contains at least one keyword: `run`, `fast`, `sprint`, `night`, `dark`, `slow-motion`; - the first frame has normalized mean brightness below `0.4`. | Scale | Event-friendly videos | Caption-keyword matches | Dark-first-frame matches | Both keyword and dark | Neither trigger | |---|---:|---:|---:|---:|---:| | Large | 2,131 | 630 | 1,954 | 453 | 1,132 | | Medium | 996 | 297 | 914 | 215 | 541 | | Small | 431 | 118 | 396 | 83 | 236 | ## Data Format Each video is stored as one HDF5 file with: - `events`: `(T, 5, H, W)`, `int16`; - `voxel_event_start`: `(T,)`, `int64`; - `voxel_event_count`: `(T,)`, `int32`. `T`, `H`, `W`, and file size vary by video. See [DATASET_FORMAT.md](DATASET_FORMAT.md) for details. ## Intended Uses EventActivityNet is intended for: - event-based video representation learning; - activity recognition using generated event voxel tensors; - event/video-language modeling with captions; - benchmarking methods across nested dataset scales; - research on event-friendly subsets of activity videos. ## Out-of-Scope Uses This dataset should not be used for: - identifying people; - biometric recognition; - surveillance deployment; - making consequential decisions about individuals; - redistributing or using source-derived data in ways that violate ActivityNet or ActivityNet Captions terms. ## Limitations - The release contains generated event voxel tensors, not native sensor event streams. - Source FPS varies by video. - Medium and Small are deterministic nested v1.0 scales, not historical original subsets. - The verified local class count is 200. Some ActivityNet references mention 203 classes, but the recovered release metadata and manifests for EventActivityNet v1.0 verify 200 action classes. - The verified Large duration is 106.94 hours using the release duration field. Historical references to 107.3 hours should be treated as approximate for this recovered release. ## Licensing and Citation EventActivityNet is derived from ActivityNet / ActivityNet Captions. Source dataset terms, licenses, and citation obligations still apply. See [LICENSE_NOTES.md](LICENSE_NOTES.md). If you use EventActivityNet v1.0, cite this dataset and the original ActivityNet / ActivityNet Captions sources. See [CITATION.cff](CITATION.cff). ## Integrity Verification Final technical validation confirmed: - 3,263 valid HDF5 files; - all files open successfully; - zero truncated or unreadable files; - zero remaining structural warnings; - required datasets and dtypes are present in every file; - Large split counts are 2,316 train and 947 validation; - total release size is approximately 4.36 TB.