--- license: cc-by-nc-sa-4.0 task_categories: - video-classification - visual-question-answering tags: - video - grounding - temporal-grounding - spatial-grounding - spatio-temporal-grounding - benchmark - sports - surgery - safety - industry - animal-behavior language: - en size_categories: - 1K/ |-- meta-data/ | |-- s_train.json | |-- s_test.json | |-- t_train.json | |-- t_test.json | |-- st_train.json | `-- st_test.json |-- data_splits/ | |-- train.txt | `-- test.txt `-- videos/ |-- clips/ `-- clips4spatial/ ``` The `safety` domain also includes `filename_mapping.json`. ## Domains | Domain | Source datasets | Videos included in this release | | --- | --- | --- | | `animal` | `animal_kingdom`, `mouse` | Mouse only | | `sports` | `american_football`, `multisports` | American Football only | | `industry` | `enigma`, `meccano` | None | | `safety` | `dota`, `uca` | None | | `surgery` | `cholectrack20`, `egosurgery` | None | ## Video Layout Temporal and spatio-temporal videos are stored under: ```text data//videos/clips/.mp4 ``` Spatial clips are stored under: ```text data//videos/clips4spatial/.mp4 ``` The old `videos/0/` layout is no longer used. In this release, `data/animal/videos/` contains only Mouse videos, and `data/sports/videos/` contains only American Football videos. The other domains include empty `clips/` and `clips4spatial/` directories for local reconstruction. ## Redistribution Policy This repository releases videos only for the newly captured American Football and Mouse datasets. For all third-party datasets, this repository provides metadata and split files only; users must obtain source videos separately under the original provider terms. Users are responsible for complying with the licenses and usage terms of the original datasets. ## License The newly captured American Football videos, Mouse videos, and metadata released in this repository are licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0). Third-party datasets remain governed by their original licenses and terms.