ForestPersons
收藏资源简介:
ForestPersons是一个面向森林环境中失踪人员检测的大规模数据集,特别适用于搜救任务。该数据集包含在森林环境中从地面和低空角度捕获的RGB图像,并提供了COCO风格的边界框注释,用于标注人员的位置、可见度以及姿势。
ForestPersons is a large-scale dataset for missing person detection in forest environments, which is particularly suitable for search and rescue tasks. This dataset contains RGB images captured from ground and low-altitude perspectives in forest settings, and provides COCO-style bounding box annotations to label the location, visibility and posture of persons.
ForestPersons数据集概述
数据集简介
- 目的:用于森林环境中失踪人员检测,模拟搜救场景
- 环境:森林环境,具有不同姿势和可见度
- 采集方式:使用RGB传感器从地面和低空视角拍摄
- 特点:
- 多样化姿势(站立、坐姿、躺卧)
- 不同可见度(20、40、70、100)
支持任务
- 目标检测
- 搜救基准测试
- 密集树冠条件下的鲁棒检测
数据结构
数据字段
- image:RGB图像(光电模态)
- annotations:COCO风格边界框,包含:
- 边界框坐标
- 类别:
person - 可见度比例(20、40、70、100)
- 姿势(standing、sitting、lying)
数据划分
| 划分 | 图像数量 | 标注数量 |
|---|---|---|
| 训练集 | 67,686 | 145,816 |
| 验证集 | 18,243 | 37,395 |
| 测试集 | 10,553 | 20,867 |
| 总计 | 96,482 | 204,078 |
数据集创建
采集过程
- 场景:森林区域受控模拟失踪人员
- 设备:
- GoPro HERO9 Black
- Sony A57(24–70mm镜头)
- See3CAM工业相机
- 高度:1.5m至2.0m(模拟无人机视角)
标注过程
- 工具:COCO Annotator
- 人员:经过培训的标注员
使用示例
python from datasets import load_dataset dataset = load_dataset("etri/ForestPersons")
许可信息
- 许可证:CC BY-NC-SA 4.0
- 限制:仅限非商业用途
- 模型限制:使用本数据集训练的模型仅限非商业用途
引用信息
bibtex @misc{kim2025forestpersons, title = {ForestPersons: A Large-Scale Dataset for Under-Canopy Missing Person Detection}, author = {Deokyun Kim and Jeongjun Lee and Jungwon Choi and Jonggeon Park and Giyoung Lee and Yookyung Kim and Myungseok Ki and Juho Lee and Jihun Cha}, year = {2025}, note = {Manuscript in preparation}, url = {https://huggingface.co/datasets/etri/ForestPersons} }
致谢
- 支持机构:韩国信息通信技术规划评估院(IITP)
- 资助编号:RS-2022-II220021




