HAJJv2-CrowdCount
收藏资源简介:
HAJJv2-CrowdCount是由沙特阿拉伯研究团队创建的专门用于密集人群计数评估的基准数据集。该数据集基于HAJJv2测试视频构建,包含9段麦加朝觐场景视频,以每秒一帧采样,共计167个标注帧,覆盖从稀疏到极端密集(最高约1700人/帧)的人群密度范围。数据集创建过程采用人工逐帧标注,遵循严格的可见性判定规则,并通过双重计数与核查确保标注质量。该数据集旨在为零样本人群计数模型提供评测基准,特别针对高密度、严重遮挡及垂直视角的复杂场景,以支持朝觐人群管理等安全关键应用中的算法可靠性评估。
HAJJv2-CrowdCount is a benchmark dataset specifically designed for dense crowd counting assessment, developed by a Saudi Arabian research team. Constructed based on the HAJJv2 test videos, this dataset encompasses 9 videos of Mecca Hajj pilgrimage scenes, sampled at 1 frame per second, yielding a total of 167 annotated frames. The dataset covers a wide range of crowd density from sparse to extremely dense, with a peak of approximately 1700 people per frame. During the dataset construction, manual frame-by-frame annotation was employed, adhering to strict visibility judgment rules, and dual counting and verification procedures were carried out to guarantee annotation quality. This dataset is intended to serve as an evaluation benchmark for zero-shot crowd counting models, with a particular focus on complex scenarios featuring high crowd density, severe occlusion and vertical perspectives, so as to support the assessment of algorithm reliability in safety-critical applications such as Hajj crowd management.
数据集概述
HAJJv2-CrowdCount 是一个基于 HAJJv2 监控视频数据集构建的帧级别人群计数标注基准,旨在为高密度、真实世界哈吉场景下的人群计数算法评估提供经过人工验证的真实标注。
数据集统计
| 属性 | 数值 |
|---|---|
| 总视频数量 | 18 |
| 训练视频数量 | 9 |
| 测试视频数量 | 9 |
| 总标注帧数 | 383 |
| 训练帧数 | 216 |
| 测试帧数 | 167 |
| 采样率 | 1 FPS |
| 最少人群数 | 56 |
| 最多人群数 | 1800 |
| 平均人群数 | 319.6 |
| 中位人群数 | 112 |
数据集特征
- 包含低、中、高密度人群场景
- 监控视角为俯视和倾斜角度
- 存在透视畸变和严重的行人遮挡
- 人群流动动态变化
- 可见人群规模差异较大
标注方法
- 以 1 帧/秒(1 FPS) 均匀抽取帧
- 每帧由人工独立计数,每帧至少计数两次
- 计数差异通过人工复核解决
- 所有视频应用统一的计数规则
- 详细标注协议见
annotations/annotation_protocol.md - 详细计数规则见
annotations/annotation_guidelines.pdf
标注格式
每个标注文件包含三列:
| 列名 | 描述 |
|---|---|
| video_id | 视频标识符 |
| time_s | 时间戳(秒) |
| gt_count | 经核实的真实人群计数 |
仓库结构
HAJJv2-CrowdCount/ ├── README.md ├── LICENSE ├── annotations/ │ ├── train_counts.csv # 训练视频帧级标注 │ ├── test_counts.csv # 测试视频帧级标注 │ ├── dataset_statistics.csv # 数据集摘要统计 │ ├── annotation_protocol.md # 标注方法与验证流程 │ └── annotation_guidelines.pdf # 详细计数规则 └── examples/ ├── example_frame_01.png ├── example_frame_02.png └── example_frame_03.png
真实标注定义
发布的地面真实值代表每帧中根据标注规则可见的有效总人数,仅发布经过核实的最终人群计数。
预期用途
- 人群计数算法评估
- 零样本人群计数基准测试
- 人群分析研究
- 计算机视觉基准测试
- 密集人群条件下模型对比




