HACS (Human Action Clips and Segments)
收藏资源简介:
HACS数据集包含两种手动标注:HACS Clips包含1.55M个2秒的片段标注;HACS Segments包含50K视频中的完整动作段落(从动作开始到结束)。该大规模数据集适用于预训练动作识别和定位模型,并作为时间动作定位的新基准。
The HACS dataset comprises two types of manual annotations: HACS Clips, which includes 1.55 million 2-second clip annotations, and HACS Segments, which contains complete action segments (from the start to the end of the action) in 50,000 videos. This large-scale dataset is suitable for pre-training action recognition and localization models, and serves as a new benchmark for temporal action localization.
数据集概述
数据集名称
- HACS (Human Action Clips and Segments)
数据集组成
- HACS Clips: 包含1.55M个2秒的片段标注。
- HACS Segments: 包含50K视频的完整动作段(从动作开始到结束)。
数据集用途
- 用于预训练动作识别和定位模型。
- 作为时间动作定位的新基准。
数据集版本
- 当前版本为v1.1.1,相较于v1.1,移除了一些无效视频。
数据集统计
- 训练集: 492748个视频,1509478个片段;37613个视频段。
- 验证集: 5981个视频,20245个片段;5981个视频段。
- 测试集: 5987个视频,20293个片段;5987个视频段。
标注文件格式
- HACS Clips: 格式为CSV,包含类别名、YouTube ID、子集、开始时间、结束时间和标签。
- HACS Segments: 格式为JSON,与ActivityNet数据集格式相同,包含数据库、标签、段、子集、持续时间和URL。
视频下载
- 需要安装youtube-dl和FFmpeg。
- 视频下载命令为
python download_videos.py --root_dir ROOT_DIR [--dataset {all,segments}] [--shortside SHORTSIDE]。
测试视频和缺失视频请求
- 访问完整测试视频需提交请求。
- 缺失视频可通过运行
python check_missing_videos.py生成missing.txt,并提交请求获取链接。
引用信息
bibtex @inproceedings{zhao2019hacs, title={Hacs: Human action clips and segments dataset for recognition and temporal localization}, author={Zhao, Hang and Torralba, Antonio and Torresani, Lorenzo and Yan, Zhicheng}, booktitle={Proceedings of the IEEE International Conference on Computer Vision}, pages={8668--8678}, year={2019} }




