SportsGrounding
收藏资源简介:
SportsGrounding数据集基于MultiSports数据集的篮球子集,专注于篮球相关场景。它包含大量复杂的人与人之间以及人与物体之间的交互场景,实例数量较多。数据集基于MultiSports的视频和注释数据进行了修改,移除了六个动作过于重复且无法通过自然语言区分的视频,最终包含520个视频。它遵循MultiSports的训练/验证集划分,训练集包含374个视频,验证集包含146个视频。与其他STVG数据集不同,SportsGrounding中的每个视频包含多个描述不同目标人物的字幕。数据集的关键统计信息包括:4243个视频-文本对,平均视频时长19.70秒,平均目标时长1.49秒,平均描述长度16.89个单词。与其他数据集相比,SportsGrounding具有一些独特特点,如部分实例持续时间非常短,视频中出现的人数较多,以及更复杂的人际交互。数据格式以JSON文件提供,包含视频的边界框、帧率、起始和结束帧、描述字幕等信息。
The SportsGrounding dataset is based on the basketball subset of the MultiSports dataset, focusing on basketball-related scenarios. It contains numerous complex interaction scenarios between humans and between humans and objects, with a large number of instances. The dataset is modified based on the video and annotation data of MultiSports, with 6 videos that have overly repetitive actions and cannot be distinguished by natural language removed, ultimately containing 520 videos. It follows the train/validation split of MultiSports, with the training set containing 374 videos and the validation set containing 146 videos. Unlike other STVG datasets, each video in SportsGrounding contains multiple captions describing different target persons. The key statistical information of the dataset includes: 4243 video-text pairs, an average video duration of 19.70 seconds, an average target duration of 1.49 seconds, and an average caption length of 16.89 words. Compared with other datasets, SportsGrounding has several unique characteristics, such as extremely short durations of some instances, a large number of people appearing in the videos, and more complex interpersonal interactions. The data is provided in JSON files, containing information such as video bounding boxes, frame rate, start and end frames, descriptive captions, and more.
SportsGrounding 数据集概述
1. 任务描述
该数据集面向时空视频定位任务。该任务旨在以未修剪视频和自然语言描述作为输入,输出与自然语言描述对应的时空管道,即定位起始帧和结束帧,以及在定位片段内目标的边界框。
2. 数据概览
- 数据来源:基于 MultiSports 数据集的篮球子集构建,专注于篮球相关场景。
- 场景特点:包含大量复杂的人与人、人与物交互场景,实例数量较多。
- 视频数量:共 520 个视频(移除了 6 个因动作过度重复而无法用自然语言区分的视频)。
- 数据划分:遵循 MultiSports 的划分,训练集 374 个视频,验证集 146 个视频。
- 标注特点:每个视频包含多个描述不同目标人物的字幕。
2.1 关键统计信息
| 指标 | 数值 |
|---|---|
| 数据集大小 | 4243 个管道(即 4243 个视频-文本对) |
| 平均视频时长 | 19.70 秒 |
| 平均管道时长 | 1.49 秒 |
| 平均描述长度 | 16.89 个单词 |
2.2 与其他数据集的对比
| 指标 | VidSTG | HC-STVG v1 | HC-STVG v2 | SportsGrounding |
|---|---|---|---|---|
| 数据来源 | VidOR | AVA | - | MultiSports |
| 数据集大小 | 99943 个视频-文本对 | 5660 个视频-文本对 | 16544 个视频-文本对 | 4243 个视频-文本对 |
| 平均视频时长 | 28.01 秒 | 20 秒 | - | 19.70 秒 |
| 平均管道时长 | 9.68 秒 | 5.37 秒 | - | 1.49 秒 |
| 平均描述长度 | 陈述句: 11.12; 疑问句: 8.98 | 17.25 | - | 16.89 |
2.3 独特特性
- 部分实例持续时间非常短。
- 视频中出现的人物更多(其他数据集即使在多人场景中人物也较少;HC-STVG 中 57.2% 的视频有超过 3 人,其余为 2 人)。
- 人与人之间的交互更复杂;许多描述需要一定的推理和场景信息建模。
- 示例描述:“穿白色的防守球员被这名进攻球员的队友挡住了。”
3. 数据格式
- 标注文件:分为
train.json和val.json。 - 结构说明:每个标注条目以视频文件名为键,其值为一个列表,列表中的每个元素是一个字典,代表一个视频-文本对(即一个管道)。
- 字典字段:
"bbox":目标人物的连续边界框列表,格式为[[x0, y0, w0, h0], [x1, y1, w1, h1], ...]。"fps":视频的帧率。"st_frame":真实起始帧(索引从 1 开始)。"ed_frame":真实结束帧。"caption":描述目标人物的字幕。"width":图像宽度。"height":图像高度。
4. 许可信息
- 许可证:CC BY-NC 4.0




