PDIWS
收藏资源简介:
PDIWS是一个合成的热成像数据集,用于入侵警告系统中的人员检测。该数据集包含2000张训练图像和500张测试图像,每张图像通过修改的泊松图像编辑方法将主体(入侵者)与背景合成。数据集包含50种不同的背景和近1000个主体,分为五个类别,根据五种人体姿势:潜行、爬行、弯腰、攀爬和其他。如果检测到前四种姿势,则确认存在入侵者。该数据集已实现高级对象检测算法,并取得了较高的平均精度(mAP)值。
PDIWS is a synthetic thermal imaging dataset developed for human detection in intrusion warning systems. This dataset includes 2000 training images and 500 test images, each of which composites the target subject (intruder) with the background using a modified Poisson image editing method. The dataset covers 50 distinct background scenes and nearly 1000 human subjects, which are classified into five categories based on five human postures: sneaking, crawling, bending, climbing, and others. Detection of any of the first four postures confirms the presence of an intruder. Advanced object detection algorithms have been evaluated on this dataset, yielding high mean average precision (mAP) values.
PDIWS: Thermal Imaging Dataset for Person Detection in Intrusion Warning Systems
数据集描述
-
数据组成:每个图像由一个对象图像和一个背景通过泊松图像编辑方法合成。
-
子集:
train:包含2,000张.JPG格式的图像,每张图像仅包含一个对象。test:包含500张.JPG格式的图像,每张图像仅包含一个对象。
-
标签:标签存储在
train.json和test.json文件中,每个文件包含一个遵循以下格式的注释列表: json {"image_id": i, "bbox": [x, y, w, h], "class": c}其中,
i是图像索引(文件名),bbox是边界框,class(0-4)是位置类型(0: 潜行,1: 爬行,2: 弯腰,3: 攀爬,4: 其他)。
示例数据
- 提供了12张示例图像,每张图像展示了不同的对象和背景组合。




