MSV_PG
收藏数据集概述:Multi-Scale Violence and Public Gathering (MSV-PG) Dataset
基本信息
- 数据集名称:Multi-Scale Violence and Public Gathering (MSV-PG) Dataset
- 许可证:cc-by-4.0
- 任务类别:video-classification
- 数据规模:100B<n<1T
数据集详情
该数据集根据两个维度对公共事件进行分类:观察到的群体规模和群体中感知到的暴力程度。视频经过标注,以识别与特定行为事件对应的时间片段。更多数据集详情可查阅:https://www.frontiersin.org/journals/computer-science/articles/10.3389/fcomp.2024.1242690/full。
类别
natural:日常场景,无重大事件。lpg:大型和平集会 - 大型群体聚集,无暴力行为。lvg:大型暴力集会 - 大型群体内发生广泛的暴力行为。violence:小规模打斗事件 - 少数个体之间发生的局部暴力互动。
数据结构
数据集采用分层组织,结构如下:
MSV_PG Dataset/ │── train/ │ ├── natural/ │ │ ├── sample_000000001_1667_0001/ │ │ │ ├── frame_01.jpg │ │ │ ├── frame_02.jpg │ │ │ └── ... │ │ ├── sample_000000002_0882_0028/ │ │ └── ... │ │ │ ├── lpg/ │ ├── lvg/ │ └── violence/ │ │── val/ │ ├── natural/ │ ├── lpg/ │ ├── lvg/ │ └── violence/ │ │── train_sample_list.csv │── valid_sample_list.csv │── README.md
样本说明
- 每个样本代表一个短视频片段(例如约2秒),包含以固定帧率提取的固定数量的帧。
- 一个样本内的所有帧都属于同一个类别标签。
索引文件
CSV文件作为索引文件,通常包含:
- 每个样本文件夹的路径
- 对应的类别标签
这些文件便于在训练和评估期间高效加载数据集。
引用信息
引用文献: Elzein A, Basaran E, Yang YD and Qaraqe M (2024) A novel multi-scale violence and public gathering dataset for crowd behavior classification. Front. Comput. Sci. 6:1242690. doi: 10.3389/fcomp.2024.1242690
BibTeX: text @article{elzein2024novel, title={A novel multi-scale violence and public gathering dataset for crowd behavior classification}, author={Elzein, Almiqdad and Basaran, Emrah and Yang, Yin David and Qaraqe, Marwa}, journal={Frontiers in Computer Science}, volume={6}, pages={1242690}, year={2024}, publisher={Frontiers Media SA}, doi= {10.3389/fcomp.2024.1242690} }




