Kaggle Fire Data Set
收藏资源简介:
该数据集由团队在2018年NASA太空应用挑战赛中创建,旨在使用该数据集开发一个能够识别含有火灾图像的模型。数据集包含两类图像:火灾图像和非火灾图像,用于训练模型进行二元分类。火灾图像包含755张户外火灾图像,其中一些包含浓烟;非火灾图像包含244张自然图像,如森林、树木、草地、河流等。数据集存在类别不平衡问题,建议在验证集中保持两类图像数量相等。
This dataset was created by a team during the 2018 NASA Space Apps Challenge, with the aim of developing a model capable of identifying images containing fire. The dataset comprises two categories of images: fire images and non-fire images, intended for training a binary classification model. The fire images include 755 outdoor fire images, some of which contain dense smoke; the non-fire images consist of 244 natural images, such as forests, trees, grasslands, rivers, etc. The dataset suffers from class imbalance, and it is recommended to maintain an equal number of images from both categories in the validation set.
数据集概述
数据集名称
- Kaggle-FIRE-Dataset
数据集来源
- 来自Kaggle平台,具体链接为:Kaggle Fire Data Set
数据集创建背景
- 该数据集由团队在2018年NASA Space Apps Challenge期间创建,旨在开发一个能够识别含有火灾图像的模型。
数据集内容
- 分类问题:数据集用于训练模型区分含有火灾的图像(火灾图像)和普通图像(非火灾图像),属于二分类问题。
- 数据结构:数据分为两个文件夹:
fireimages文件夹:包含755张户外火灾图像,部分图像含有浓烟。non-fireimages文件夹:包含244张自然图像,如森林、树木、草地、河流、人物、雾林、湖泊、动物、道路和瀑布。
- 数据偏斜:两个类别(文件夹)的样本数量不均衡,建议在验证集中确保每类图像数量相等,例如每类40张图像。
数据集应用
- 开发了一个卷积神经网络,用于检测图像中是否存在火灾,并分类图像是否含有火灾,该网络的准确率达到97%。




