SlideShare a Scribd company logo
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1853
Forest Fire Detection Using Deep Learning and Image Recognition
Soundarya Goski1, Shubhangi Shinde2, Priyanka Kulkarni3, Sneha M. Patil4
123UG Scholars, Dept. of Computer Engineering, Smt Kashibai Navale College of Engineering, Pune, Maharashtra,
India.
4Professor, Dept. of Computer Engineering, Smt Kashibai Navale College of Engineering, Pune, Maharashtra, India.
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Fire is a catastrophic event that swallows the
essence of million habitants. It can cause drastic losses of
human and animal lives, soil erosion, burnt vegetation, and
more. A major percentage of trees, peatlands, moss, grass,
lakes, and rivers are depleting. The National Center for
Environmental Information reports that 2021 had 5,984
wildfires. Statistics state that wildfires are likely to increase
by one-third by 2050. Carbon dioxide emissions are at an
all-time high due to forest fires. We could reduce wildfires
by planting more trees and making climate change, a global
commitment. A reliable fire control system will prove
beneficial in fulfilling this mission.
HSI (Hue, Saturation, Intensity) model
Key Words: Deep Learning, Image Processing, Fire
Detection, Neural Networks, Analysis
1. INTRODUCTION
Fire is an uncontrollable disaster to ecological systems,
infrastructures, and human and animal lives. Often fire
breakouts happen in schools, colleges, banks, and open
areas. With the faster urbanization process, taller
buildings appear around us. This change makes the
wildfires more frequent and causes damage to human
lives and property. A reliable system must be in place to
lessen wildfires since fire is a threat to human life and all
biological communities. As the damages can be
devastating, early fire detection is becoming more and
more urgent. A key aspect of fire detection is identifying a
fire emergency early to alert the residents and firefighters.
The Convolutional Neural Network is an algorithm that
classifies images with a high degree of accuracy and with
good performance. We aim to improve the accuracy by
designing a custom model.
1.1 Objective
Deep learning is the most emerging field one could work
in to solve real-world problems. Keen on resolving a real-
time problem, we began research on forest fires and how
to detect them using deep learning. We aim to build a fire
detection system by increasing the accuracy rate of the
existing system. So it is much more beneficial to work on
reducing the devastating impacts of a forest fire.
1.2 Related Work
In conventional fire detection systems, we study the
features of fire images. Analyze the changes in fire images
by comparing them with two different color models. One is
RGB (red, green, blue) and another is HSI based on the
difference between consecutive frames. After that, we
could propose a rule-based approach for fire decisions. A
generic rule-based pixel classification using the YCbCr
color model is implemented to separate the ones which
are more luminant than others.
2. EXISTING SYSTEM
Extracted images for the candidate fire area using an HSI
model to calculate the flame color. This will help in
identifying the fire area. Though, color-based fire
detection methods are vulnerable to environmental
factors such as lighting and shadow. Adopting the Bayes
classifier method to detect fires based on extra features
such as the area, surface, and the edges of the fire pixels
we find in the frames of every single image to color.
Mueller proposed the neural network-based fire detection
method using optical flow for the fire area. We combine
two different optical flow models in that method. These
two combined models, then distinguish between fire and
moving objects. Foggia proposed a multi-expert system
that combines the analytical results of fire color, shape,
and motion characteristics.
Although this is not adequate, the supplementary features
to color, including texture, shape, and optical flow, can
reduce incorrect detections. These approaches take
previous computation results as input in capturing images
to explore the features.
Involving visualized information in the temporal, 3D thre
form in fire environments eases understanding. We see
that image processing is a part of computer vision,
extensive use in projects like these. Thus, they count
nothing but the short-term behavior although the fire has
a long-term dynamic behavior.
The existing system has been implemented in such a way
that it takes the help of sensors for predicting whether fire
exists or not. It identifies the smoke caused by fire
expansion with the help of sensors and alerts everyone by
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1854
ringing an alarm. This system might identify any trivial
smoke like fire, which makes it invalid. Even if the smoke
comes from any other source such as candles, the water
steams, or burnt cooking.
These sensors will detect this smoke also as fire and rings
the alarm. Such false alarms are not beneficial and thus
result in wasting a lot of time and money and predicting
incorrect conclusions.
We proposed a system that does not detect any false fire
and gives more accurate results than sensors, resolving
this problem.
3. PROPOSED SYSTEM
Real-world data is generally complex and consists of
missing, inconsistent values. Those datasets in unusable
format are complex to use within machine learning
models. So, to remove these noises and make the data
readable, we first performed data pre-processing.
Data pre-processing is mandatory for cleaning the data
and making it suitable for a deep learning model that helps
increase the accuracy and efficiency of the model. In the
proposed system, as there are images, we need to pre-
process them to remove any inconsistencies in the data.
3.1 System Architecture
Fig -1: Fire detection system
The core component of Neural Networks has layers like
the Convolutional layer, Max pooling, Softmax, and Fully
connected layer are the core components of Convolutional
Neural Networks. Although we have observed the
architecture of CNN in the previous implementations, it
isn't as accurate as required. So, to increase the accuracy
of the proposed system, we have also used the VGG16
model for transfer learning.
3.2 Training of Model
Fig -2: Layers of Convolutional Neural Networks
The VGG16 model churns out higher accuracy as
compared to other models. Actually, the VGG16 model was
for more than 100 classifications but in the proposed
system we need only one classification. Hence, we have
customized the existing VGG16 model as per the needs of
the system.
After capturing images, OpenCV reads every single frame
of the image. One frame contains all the pixels of the
image. Each frame is of 224x224 size. Every frame has
index values, stored in an array to access. The dataset used
in this system has * fire images and * non-fire images. We
tried to keep separate datasets while training as well as
testing the dataset.
4. ALGORITHM
Fig -3: Fire image classifier
I. Capture real-time images through the camera. We
can also do this using surveillance cameras to cut
down on costs. The captured image undergoes
processing through various layers of system
architecture. For example, data pre-processing,
max pooling, fully connected layer, etc.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1855
II. The input layer communicates with the output
shape going through the convolutional layer.
Generates the kernel of 3x3 every time it does the
computation.
III. Feature maps are the output generated in
convolutional processing. These feature maps are
of varied sizes.
IV. These feature maps become the input to the next
process called subsampling.
V. Subsampling or pooling is where the dimensions
of feature vectors are reduced. Further, high-level
abstraction happens with these feature vectors in
a fully connected layer.
VI. The weights on the convolutional layer and fully
connected layer are called neurons. They help
better represent data while training the model.
VII. At last, an activation function named ‘SIGMOID’
classifies the image as fire or non-fire. And it
activates the respective neuron.
VIII. In case we detect a fire, sending an alert to the fire
control system would prevent the consequences.
Else, we can continue with the analysis.
5. CONCLUSIONS
We have implemented a fire detection system to detect
fire by capturing images. The system uses CNN, transfer
learning, and image processing techniques. In this system,
the VGG16 model is more accurate as compared to other
deep learning models. After testing the VGG16 model, we
interpreted that the system could produce results at 91%
accuracy.
ACKNOWLEDGEMENT
We would like to thank our project guide Prof. Sneha M.
Patil and the computer department of our college for their
support.
REFERENCES
[1] F. Bu and M. S. Gharajeh, “Intelligent and vision-based
fire detection systems: A survey,” Image Vis. Comput.,
2019.
[2] H. Wu, D. Wu, and J. Zhao, “An intelligent fire detection
approach through cameras based on computer vision
methods,” Process Saf. Environ. Prot., vol. 127, pp.
245–256, 2019.
[3] B. J. Meacham, " The Use of Artificial Intelligence
Techniques for Signal Discrimination in Fire Detection
Systems.," Journal of Fire Protection Engineering, p.
125–136, 1994.
[4] G. Healey, D. Slater, T. Lin and B. D. a. A. Goedeke, "A
system for real-time fire detection," in Proc. Int. Conf.
Comp. Vis. and Pat. Rec, pp. 605-606., 1993.
[5] J. R. Martinez-de Dios, B. C. Arrue, A. Ollero, L. Merino
and F. Gómez-Rodríguez, "Computer vision techniques
for forest fire perception," in Image Vision Comput vol.
26, pp. 550-562, 2008.
[6] T Celik and H Demirel, "Fire detection in video
sequences using a generic color model," in Fire Safety
J., vol. 44, no. 2, pp. 147-152, 2009.
[7] T. Chen, P. Wu, and Y. Chiou, "An early fire-detection
method based," in Proc. Int. Conf. on Image Proc, pp.
1707 -1710, 2004.
[8] B. Ko, K. Cheong, and J. Nam, "Fire detection based on
vision sensor and support vector machines," in Fire
Safety J vol. 44, no. 3, p. 322– 329. 2009.
[9] Aditya Kakde, Nitin Arora, and Durgansh Sharma "Fire
Detection System Using Artificial Intelligence
Techniques", International Journal of Research in
Engineering, IT and Social Sciences, Volume 08 Issue
11, pp 1-5, 2018.
[10] S. Chen, H. Bao, X. Zeng, and Y. Yang, “A Fire Detecting
Method Based on Multi-sensor Data Fusion,” in
SMC’03 Conference Proceedings. 2003 IEEE
International Conference on Systems, Man and
Cybernetics. Conference Theme - System Security and
Assurance, 2003, pp. 3775–3780.
[11] Khan Muhammad, Jamil Ahmad, Irfan Mehmood,
Seungmin Rho, and Sung Wook Baik, Convolutional
Neural Networks Based Fire Detection in Surveillance
Videos, March 6, 2018, South Korea, IEEE.

More Related Content

What's hot

GREEN HOUSE MONITORING SYSTEM BASED ON ARDUINO UNO
GREEN HOUSE MONITORING SYSTEM BASED ON ARDUINO UNOGREEN HOUSE MONITORING SYSTEM BASED ON ARDUINO UNO
GREEN HOUSE MONITORING SYSTEM BASED ON ARDUINO UNO
helmi nur muhammad zain setiawan
 
Edge Computing.pptx
Edge Computing.pptxEdge Computing.pptx
Edge Computing.pptx
PriyaMaurya52
 
FOG COMPUTING
FOG COMPUTINGFOG COMPUTING
FOG COMPUTING
Saisharan Amaravadhi
 
Levels of Virtualization.docx
Levels of Virtualization.docxLevels of Virtualization.docx
Levels of Virtualization.docx
kumari36
 
Control of Photo Sharing on Online Social Network.
Control of Photo Sharing on Online Social Network.Control of Photo Sharing on Online Social Network.
Control of Photo Sharing on Online Social Network.
SAFAD ISMAIL
 
Driver drowsiness monitoring system using visual behavior and Machine Learning.
Driver drowsiness monitoring system using visual behavior and Machine Learning.Driver drowsiness monitoring system using visual behavior and Machine Learning.
Driver drowsiness monitoring system using visual behavior and Machine Learning.
AasimAhmedKhanJawaad
 
Third party cloud services cloud computing
Third party cloud services cloud computingThird party cloud services cloud computing
Third party cloud services cloud computing
SohailAliMalik
 
Smart Street Lighting
 Smart Street Lighting Smart Street Lighting
Smart Street Lighting
ChinweMJ
 
IRJET- Smart Irrigation System using IoT and Raspberry PI
IRJET- Smart Irrigation System using IoT and Raspberry PIIRJET- Smart Irrigation System using IoT and Raspberry PI
IRJET- Smart Irrigation System using IoT and Raspberry PI
IRJET Journal
 
Application of IOT "Smart Bin"
Application of IOT "Smart Bin"Application of IOT "Smart Bin"
Application of IOT "Smart Bin"
Akhil Goyal
 
Fnal year project on iot accident detection and tracking system 26-may 21'
 Fnal year project on iot accident detection and tracking system  26-may 21' Fnal year project on iot accident detection and tracking system  26-may 21'
Fnal year project on iot accident detection and tracking system 26-may 21'
ankitadeokate
 
Wireless Electronic Notice Board
Wireless Electronic Notice BoardWireless Electronic Notice Board
Wireless Electronic Notice Board
Sajan CK
 
IRJET- Credit Card Fraud Detection using Random Forest
IRJET-  	  Credit Card Fraud Detection using Random ForestIRJET-  	  Credit Card Fraud Detection using Random Forest
IRJET- Credit Card Fraud Detection using Random Forest
IRJET Journal
 
Automatic green house monitioring and controlling system
Automatic green house monitioring and controlling systemAutomatic green house monitioring and controlling system
Automatic green house monitioring and controlling system
Prakashp70
 
IRJET- Driver Drowsiness Detection & Identification of Alcoholic System using...
IRJET- Driver Drowsiness Detection & Identification of Alcoholic System using...IRJET- Driver Drowsiness Detection & Identification of Alcoholic System using...
IRJET- Driver Drowsiness Detection & Identification of Alcoholic System using...
IRJET Journal
 
Fog computing
Fog computingFog computing
Fog computing
Mahantesh Hiremath
 
IOT and Characteristics of IOT
IOT and  Characteristics of IOTIOT and  Characteristics of IOT
IOT and Characteristics of IOT
AmberSinghal1
 
Pothole detection
Pothole detectionPothole detection
Pothole detection
purumandlaalekhya
 
Face recognition ppt
Face recognition pptFace recognition ppt
Face recognition ppt
Santosh Kumar
 
Touchless technology Seminar Presentation
Touchless technology Seminar PresentationTouchless technology Seminar Presentation
Touchless technology Seminar Presentation
Aparna Nk
 

What's hot (20)

GREEN HOUSE MONITORING SYSTEM BASED ON ARDUINO UNO
GREEN HOUSE MONITORING SYSTEM BASED ON ARDUINO UNOGREEN HOUSE MONITORING SYSTEM BASED ON ARDUINO UNO
GREEN HOUSE MONITORING SYSTEM BASED ON ARDUINO UNO
 
Edge Computing.pptx
Edge Computing.pptxEdge Computing.pptx
Edge Computing.pptx
 
FOG COMPUTING
FOG COMPUTINGFOG COMPUTING
FOG COMPUTING
 
Levels of Virtualization.docx
Levels of Virtualization.docxLevels of Virtualization.docx
Levels of Virtualization.docx
 
Control of Photo Sharing on Online Social Network.
Control of Photo Sharing on Online Social Network.Control of Photo Sharing on Online Social Network.
Control of Photo Sharing on Online Social Network.
 
Driver drowsiness monitoring system using visual behavior and Machine Learning.
Driver drowsiness monitoring system using visual behavior and Machine Learning.Driver drowsiness monitoring system using visual behavior and Machine Learning.
Driver drowsiness monitoring system using visual behavior and Machine Learning.
 
Third party cloud services cloud computing
Third party cloud services cloud computingThird party cloud services cloud computing
Third party cloud services cloud computing
 
Smart Street Lighting
 Smart Street Lighting Smart Street Lighting
Smart Street Lighting
 
IRJET- Smart Irrigation System using IoT and Raspberry PI
IRJET- Smart Irrigation System using IoT and Raspberry PIIRJET- Smart Irrigation System using IoT and Raspberry PI
IRJET- Smart Irrigation System using IoT and Raspberry PI
 
Application of IOT "Smart Bin"
Application of IOT "Smart Bin"Application of IOT "Smart Bin"
Application of IOT "Smart Bin"
 
Fnal year project on iot accident detection and tracking system 26-may 21'
 Fnal year project on iot accident detection and tracking system  26-may 21' Fnal year project on iot accident detection and tracking system  26-may 21'
Fnal year project on iot accident detection and tracking system 26-may 21'
 
Wireless Electronic Notice Board
Wireless Electronic Notice BoardWireless Electronic Notice Board
Wireless Electronic Notice Board
 
IRJET- Credit Card Fraud Detection using Random Forest
IRJET-  	  Credit Card Fraud Detection using Random ForestIRJET-  	  Credit Card Fraud Detection using Random Forest
IRJET- Credit Card Fraud Detection using Random Forest
 
Automatic green house monitioring and controlling system
Automatic green house monitioring and controlling systemAutomatic green house monitioring and controlling system
Automatic green house monitioring and controlling system
 
IRJET- Driver Drowsiness Detection & Identification of Alcoholic System using...
IRJET- Driver Drowsiness Detection & Identification of Alcoholic System using...IRJET- Driver Drowsiness Detection & Identification of Alcoholic System using...
IRJET- Driver Drowsiness Detection & Identification of Alcoholic System using...
 
Fog computing
Fog computingFog computing
Fog computing
 
IOT and Characteristics of IOT
IOT and  Characteristics of IOTIOT and  Characteristics of IOT
IOT and Characteristics of IOT
 
Pothole detection
Pothole detectionPothole detection
Pothole detection
 
Face recognition ppt
Face recognition pptFace recognition ppt
Face recognition ppt
 
Touchless technology Seminar Presentation
Touchless technology Seminar PresentationTouchless technology Seminar Presentation
Touchless technology Seminar Presentation
 

Similar to Forest Fire Detection Using Deep Learning and Image Recognition

IRJET - An Robust and Dynamic Fire Detection Method using Convolutional N...
IRJET -  	  An Robust and Dynamic Fire Detection Method using Convolutional N...IRJET -  	  An Robust and Dynamic Fire Detection Method using Convolutional N...
IRJET - An Robust and Dynamic Fire Detection Method using Convolutional N...
IRJET Journal
 
IRJET- Fire Detector using Deep Neural Network
IRJET-  	  Fire Detector using Deep Neural NetworkIRJET-  	  Fire Detector using Deep Neural Network
IRJET- Fire Detector using Deep Neural Network
IRJET Journal
 
Computer Vision-Based Early Fire Detection Using Machine Learning
Computer Vision-Based Early Fire Detection Using Machine LearningComputer Vision-Based Early Fire Detection Using Machine Learning
Computer Vision-Based Early Fire Detection Using Machine Learning
IRJET Journal
 
FIRE DETECTION AND EXTINGUISHER SYSTEM USING IMAGE PROCESSING
FIRE DETECTION AND EXTINGUISHER SYSTEM USING IMAGE PROCESSINGFIRE DETECTION AND EXTINGUISHER SYSTEM USING IMAGE PROCESSING
FIRE DETECTION AND EXTINGUISHER SYSTEM USING IMAGE PROCESSING
IRJET Journal
 
IRJET- Fire Detection using Infrared Images for Uav-Based Forest Fire Sur...
IRJET-  	  Fire Detection using Infrared Images for Uav-Based Forest Fire Sur...IRJET-  	  Fire Detection using Infrared Images for Uav-Based Forest Fire Sur...
IRJET- Fire Detection using Infrared Images for Uav-Based Forest Fire Sur...
IRJET Journal
 
IRJET- Review on Image Processing based Fire Detetion using Raspberry Pi
IRJET- Review on Image Processing based Fire Detetion using Raspberry PiIRJET- Review on Image Processing based Fire Detetion using Raspberry Pi
IRJET- Review on Image Processing based Fire Detetion using Raspberry Pi
IRJET Journal
 
IRJET- A Hybrid Approach for Fire Safety Intensives Automatic Assistance ...
IRJET-  	  A Hybrid Approach for Fire Safety Intensives Automatic Assistance ...IRJET-  	  A Hybrid Approach for Fire Safety Intensives Automatic Assistance ...
IRJET- A Hybrid Approach for Fire Safety Intensives Automatic Assistance ...
IRJET Journal
 
Fire detection using deep learning methods
Fire detection using deep learning methodsFire detection using deep learning methods
Fire detection using deep learning methods
IJECEIAES
 
From Pixels to Understanding: Deep Learning's Impact on Image Classification ...
From Pixels to Understanding: Deep Learning's Impact on Image Classification ...From Pixels to Understanding: Deep Learning's Impact on Image Classification ...
From Pixels to Understanding: Deep Learning's Impact on Image Classification ...
IRJET Journal
 
Partial Object Detection in Inclined Weather Conditions
Partial Object Detection in Inclined Weather ConditionsPartial Object Detection in Inclined Weather Conditions
Partial Object Detection in Inclined Weather Conditions
IRJET Journal
 
Survey of local binary pattern for fire & smoke using
Survey of local binary pattern for fire & smoke usingSurvey of local binary pattern for fire & smoke using
Survey of local binary pattern for fire & smoke using
eSAT Publishing House
 
Survey of local binary pattern for fire & smoke using wavelet decomposition
Survey of local binary pattern for fire & smoke using wavelet decompositionSurvey of local binary pattern for fire & smoke using wavelet decomposition
Survey of local binary pattern for fire & smoke using wavelet decomposition
eSAT Journals
 
Automated Security Surveillance System in Real Time World
Automated Security Surveillance System in Real Time WorldAutomated Security Surveillance System in Real Time World
Automated Security Surveillance System in Real Time World
IRJET Journal
 
A Real Time Image Processing Based Fire Safety Intensive Automatic Assistance...
A Real Time Image Processing Based Fire Safety Intensive Automatic Assistance...A Real Time Image Processing Based Fire Safety Intensive Automatic Assistance...
A Real Time Image Processing Based Fire Safety Intensive Automatic Assistance...
IJMTST Journal
 
IRJET- Exploring Image Super Resolution Techniques
IRJET- Exploring Image Super Resolution TechniquesIRJET- Exploring Image Super Resolution Techniques
IRJET- Exploring Image Super Resolution Techniques
IRJET Journal
 
An Approach Towards Lossless Compression Through Artificial Neural Network Te...
An Approach Towards Lossless Compression Through Artificial Neural Network Te...An Approach Towards Lossless Compression Through Artificial Neural Network Te...
An Approach Towards Lossless Compression Through Artificial Neural Network Te...
IJERA Editor
 
Survey On Various Fire Detection Methods
Survey On Various Fire Detection MethodsSurvey On Various Fire Detection Methods
Survey On Various Fire Detection Methods
IRJET Journal
 
Review on Object Counting System
Review on Object Counting SystemReview on Object Counting System
Review on Object Counting System
IRJET Journal
 
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET Journal
 
Deep-learning based single object tracker for night surveillance
Deep-learning based single object tracker for night surveillance  Deep-learning based single object tracker for night surveillance
Deep-learning based single object tracker for night surveillance
IJECEIAES
 

Similar to Forest Fire Detection Using Deep Learning and Image Recognition (20)

IRJET - An Robust and Dynamic Fire Detection Method using Convolutional N...
IRJET -  	  An Robust and Dynamic Fire Detection Method using Convolutional N...IRJET -  	  An Robust and Dynamic Fire Detection Method using Convolutional N...
IRJET - An Robust and Dynamic Fire Detection Method using Convolutional N...
 
IRJET- Fire Detector using Deep Neural Network
IRJET-  	  Fire Detector using Deep Neural NetworkIRJET-  	  Fire Detector using Deep Neural Network
IRJET- Fire Detector using Deep Neural Network
 
Computer Vision-Based Early Fire Detection Using Machine Learning
Computer Vision-Based Early Fire Detection Using Machine LearningComputer Vision-Based Early Fire Detection Using Machine Learning
Computer Vision-Based Early Fire Detection Using Machine Learning
 
FIRE DETECTION AND EXTINGUISHER SYSTEM USING IMAGE PROCESSING
FIRE DETECTION AND EXTINGUISHER SYSTEM USING IMAGE PROCESSINGFIRE DETECTION AND EXTINGUISHER SYSTEM USING IMAGE PROCESSING
FIRE DETECTION AND EXTINGUISHER SYSTEM USING IMAGE PROCESSING
 
IRJET- Fire Detection using Infrared Images for Uav-Based Forest Fire Sur...
IRJET-  	  Fire Detection using Infrared Images for Uav-Based Forest Fire Sur...IRJET-  	  Fire Detection using Infrared Images for Uav-Based Forest Fire Sur...
IRJET- Fire Detection using Infrared Images for Uav-Based Forest Fire Sur...
 
IRJET- Review on Image Processing based Fire Detetion using Raspberry Pi
IRJET- Review on Image Processing based Fire Detetion using Raspberry PiIRJET- Review on Image Processing based Fire Detetion using Raspberry Pi
IRJET- Review on Image Processing based Fire Detetion using Raspberry Pi
 
IRJET- A Hybrid Approach for Fire Safety Intensives Automatic Assistance ...
IRJET-  	  A Hybrid Approach for Fire Safety Intensives Automatic Assistance ...IRJET-  	  A Hybrid Approach for Fire Safety Intensives Automatic Assistance ...
IRJET- A Hybrid Approach for Fire Safety Intensives Automatic Assistance ...
 
Fire detection using deep learning methods
Fire detection using deep learning methodsFire detection using deep learning methods
Fire detection using deep learning methods
 
From Pixels to Understanding: Deep Learning's Impact on Image Classification ...
From Pixels to Understanding: Deep Learning's Impact on Image Classification ...From Pixels to Understanding: Deep Learning's Impact on Image Classification ...
From Pixels to Understanding: Deep Learning's Impact on Image Classification ...
 
Partial Object Detection in Inclined Weather Conditions
Partial Object Detection in Inclined Weather ConditionsPartial Object Detection in Inclined Weather Conditions
Partial Object Detection in Inclined Weather Conditions
 
Survey of local binary pattern for fire & smoke using
Survey of local binary pattern for fire & smoke usingSurvey of local binary pattern for fire & smoke using
Survey of local binary pattern for fire & smoke using
 
Survey of local binary pattern for fire & smoke using wavelet decomposition
Survey of local binary pattern for fire & smoke using wavelet decompositionSurvey of local binary pattern for fire & smoke using wavelet decomposition
Survey of local binary pattern for fire & smoke using wavelet decomposition
 
Automated Security Surveillance System in Real Time World
Automated Security Surveillance System in Real Time WorldAutomated Security Surveillance System in Real Time World
Automated Security Surveillance System in Real Time World
 
A Real Time Image Processing Based Fire Safety Intensive Automatic Assistance...
A Real Time Image Processing Based Fire Safety Intensive Automatic Assistance...A Real Time Image Processing Based Fire Safety Intensive Automatic Assistance...
A Real Time Image Processing Based Fire Safety Intensive Automatic Assistance...
 
IRJET- Exploring Image Super Resolution Techniques
IRJET- Exploring Image Super Resolution TechniquesIRJET- Exploring Image Super Resolution Techniques
IRJET- Exploring Image Super Resolution Techniques
 
An Approach Towards Lossless Compression Through Artificial Neural Network Te...
An Approach Towards Lossless Compression Through Artificial Neural Network Te...An Approach Towards Lossless Compression Through Artificial Neural Network Te...
An Approach Towards Lossless Compression Through Artificial Neural Network Te...
 
Survey On Various Fire Detection Methods
Survey On Various Fire Detection MethodsSurvey On Various Fire Detection Methods
Survey On Various Fire Detection Methods
 
Review on Object Counting System
Review on Object Counting SystemReview on Object Counting System
Review on Object Counting System
 
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
 
Deep-learning based single object tracker for night surveillance
Deep-learning based single object tracker for night surveillance  Deep-learning based single object tracker for night surveillance
Deep-learning based single object tracker for night surveillance
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
IRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
IRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
IRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
IRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
IRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
IRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Wearable antenna for antenna applications
Wearable antenna for antenna applicationsWearable antenna for antenna applications
Wearable antenna for antenna applications
Madhumitha Jayaram
 
2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt
PuktoonEngr
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
MIGUELANGEL966976
 
sieving analysis and results interpretation
sieving analysis and results interpretationsieving analysis and results interpretation
sieving analysis and results interpretation
ssuser36d3051
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
ihlasbinance2003
 
digital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdfdigital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdf
drwaing
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
University of Maribor
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
Dr Ramhari Poudyal
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
ClaraZara1
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Christina Lin
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
Divyam548318
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
Madan Karki
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
JamalHussainArman
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
Hitesh Mohapatra
 
Exception Handling notes in java exception
Exception Handling notes in java exceptionException Handling notes in java exception
Exception Handling notes in java exception
Ratnakar Mikkili
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
insn4465
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
RadiNasr
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
Aditya Rajan Patra
 
CSM Cloud Service Management Presentarion
CSM Cloud Service Management PresentarionCSM Cloud Service Management Presentarion
CSM Cloud Service Management Presentarion
rpskprasana
 
PPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testingPPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testing
anoopmanoharan2
 

Recently uploaded (20)

Wearable antenna for antenna applications
Wearable antenna for antenna applicationsWearable antenna for antenna applications
Wearable antenna for antenna applications
 
2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
 
sieving analysis and results interpretation
sieving analysis and results interpretationsieving analysis and results interpretation
sieving analysis and results interpretation
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
 
digital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdfdigital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdf
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
 
Exception Handling notes in java exception
Exception Handling notes in java exceptionException Handling notes in java exception
Exception Handling notes in java exception
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
 
CSM Cloud Service Management Presentarion
CSM Cloud Service Management PresentarionCSM Cloud Service Management Presentarion
CSM Cloud Service Management Presentarion
 
PPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testingPPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testing
 

Forest Fire Detection Using Deep Learning and Image Recognition

  • 1. © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1853 Forest Fire Detection Using Deep Learning and Image Recognition Soundarya Goski1, Shubhangi Shinde2, Priyanka Kulkarni3, Sneha M. Patil4 123UG Scholars, Dept. of Computer Engineering, Smt Kashibai Navale College of Engineering, Pune, Maharashtra, India. 4Professor, Dept. of Computer Engineering, Smt Kashibai Navale College of Engineering, Pune, Maharashtra, India. ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Fire is a catastrophic event that swallows the essence of million habitants. It can cause drastic losses of human and animal lives, soil erosion, burnt vegetation, and more. A major percentage of trees, peatlands, moss, grass, lakes, and rivers are depleting. The National Center for Environmental Information reports that 2021 had 5,984 wildfires. Statistics state that wildfires are likely to increase by one-third by 2050. Carbon dioxide emissions are at an all-time high due to forest fires. We could reduce wildfires by planting more trees and making climate change, a global commitment. A reliable fire control system will prove beneficial in fulfilling this mission. HSI (Hue, Saturation, Intensity) model Key Words: Deep Learning, Image Processing, Fire Detection, Neural Networks, Analysis 1. INTRODUCTION Fire is an uncontrollable disaster to ecological systems, infrastructures, and human and animal lives. Often fire breakouts happen in schools, colleges, banks, and open areas. With the faster urbanization process, taller buildings appear around us. This change makes the wildfires more frequent and causes damage to human lives and property. A reliable system must be in place to lessen wildfires since fire is a threat to human life and all biological communities. As the damages can be devastating, early fire detection is becoming more and more urgent. A key aspect of fire detection is identifying a fire emergency early to alert the residents and firefighters. The Convolutional Neural Network is an algorithm that classifies images with a high degree of accuracy and with good performance. We aim to improve the accuracy by designing a custom model. 1.1 Objective Deep learning is the most emerging field one could work in to solve real-world problems. Keen on resolving a real- time problem, we began research on forest fires and how to detect them using deep learning. We aim to build a fire detection system by increasing the accuracy rate of the existing system. So it is much more beneficial to work on reducing the devastating impacts of a forest fire. 1.2 Related Work In conventional fire detection systems, we study the features of fire images. Analyze the changes in fire images by comparing them with two different color models. One is RGB (red, green, blue) and another is HSI based on the difference between consecutive frames. After that, we could propose a rule-based approach for fire decisions. A generic rule-based pixel classification using the YCbCr color model is implemented to separate the ones which are more luminant than others. 2. EXISTING SYSTEM Extracted images for the candidate fire area using an HSI model to calculate the flame color. This will help in identifying the fire area. Though, color-based fire detection methods are vulnerable to environmental factors such as lighting and shadow. Adopting the Bayes classifier method to detect fires based on extra features such as the area, surface, and the edges of the fire pixels we find in the frames of every single image to color. Mueller proposed the neural network-based fire detection method using optical flow for the fire area. We combine two different optical flow models in that method. These two combined models, then distinguish between fire and moving objects. Foggia proposed a multi-expert system that combines the analytical results of fire color, shape, and motion characteristics. Although this is not adequate, the supplementary features to color, including texture, shape, and optical flow, can reduce incorrect detections. These approaches take previous computation results as input in capturing images to explore the features. Involving visualized information in the temporal, 3D thre form in fire environments eases understanding. We see that image processing is a part of computer vision, extensive use in projects like these. Thus, they count nothing but the short-term behavior although the fire has a long-term dynamic behavior. The existing system has been implemented in such a way that it takes the help of sensors for predicting whether fire exists or not. It identifies the smoke caused by fire expansion with the help of sensors and alerts everyone by International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1854 ringing an alarm. This system might identify any trivial smoke like fire, which makes it invalid. Even if the smoke comes from any other source such as candles, the water steams, or burnt cooking. These sensors will detect this smoke also as fire and rings the alarm. Such false alarms are not beneficial and thus result in wasting a lot of time and money and predicting incorrect conclusions. We proposed a system that does not detect any false fire and gives more accurate results than sensors, resolving this problem. 3. PROPOSED SYSTEM Real-world data is generally complex and consists of missing, inconsistent values. Those datasets in unusable format are complex to use within machine learning models. So, to remove these noises and make the data readable, we first performed data pre-processing. Data pre-processing is mandatory for cleaning the data and making it suitable for a deep learning model that helps increase the accuracy and efficiency of the model. In the proposed system, as there are images, we need to pre- process them to remove any inconsistencies in the data. 3.1 System Architecture Fig -1: Fire detection system The core component of Neural Networks has layers like the Convolutional layer, Max pooling, Softmax, and Fully connected layer are the core components of Convolutional Neural Networks. Although we have observed the architecture of CNN in the previous implementations, it isn't as accurate as required. So, to increase the accuracy of the proposed system, we have also used the VGG16 model for transfer learning. 3.2 Training of Model Fig -2: Layers of Convolutional Neural Networks The VGG16 model churns out higher accuracy as compared to other models. Actually, the VGG16 model was for more than 100 classifications but in the proposed system we need only one classification. Hence, we have customized the existing VGG16 model as per the needs of the system. After capturing images, OpenCV reads every single frame of the image. One frame contains all the pixels of the image. Each frame is of 224x224 size. Every frame has index values, stored in an array to access. The dataset used in this system has * fire images and * non-fire images. We tried to keep separate datasets while training as well as testing the dataset. 4. ALGORITHM Fig -3: Fire image classifier I. Capture real-time images through the camera. We can also do this using surveillance cameras to cut down on costs. The captured image undergoes processing through various layers of system architecture. For example, data pre-processing, max pooling, fully connected layer, etc.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1855 II. The input layer communicates with the output shape going through the convolutional layer. Generates the kernel of 3x3 every time it does the computation. III. Feature maps are the output generated in convolutional processing. These feature maps are of varied sizes. IV. These feature maps become the input to the next process called subsampling. V. Subsampling or pooling is where the dimensions of feature vectors are reduced. Further, high-level abstraction happens with these feature vectors in a fully connected layer. VI. The weights on the convolutional layer and fully connected layer are called neurons. They help better represent data while training the model. VII. At last, an activation function named ‘SIGMOID’ classifies the image as fire or non-fire. And it activates the respective neuron. VIII. In case we detect a fire, sending an alert to the fire control system would prevent the consequences. Else, we can continue with the analysis. 5. CONCLUSIONS We have implemented a fire detection system to detect fire by capturing images. The system uses CNN, transfer learning, and image processing techniques. In this system, the VGG16 model is more accurate as compared to other deep learning models. After testing the VGG16 model, we interpreted that the system could produce results at 91% accuracy. ACKNOWLEDGEMENT We would like to thank our project guide Prof. Sneha M. Patil and the computer department of our college for their support. REFERENCES [1] F. Bu and M. S. Gharajeh, “Intelligent and vision-based fire detection systems: A survey,” Image Vis. Comput., 2019. [2] H. Wu, D. Wu, and J. Zhao, “An intelligent fire detection approach through cameras based on computer vision methods,” Process Saf. Environ. Prot., vol. 127, pp. 245–256, 2019. [3] B. J. Meacham, " The Use of Artificial Intelligence Techniques for Signal Discrimination in Fire Detection Systems.," Journal of Fire Protection Engineering, p. 125–136, 1994. [4] G. Healey, D. Slater, T. Lin and B. D. a. A. Goedeke, "A system for real-time fire detection," in Proc. Int. Conf. Comp. Vis. and Pat. Rec, pp. 605-606., 1993. [5] J. R. Martinez-de Dios, B. C. Arrue, A. Ollero, L. Merino and F. Gómez-Rodríguez, "Computer vision techniques for forest fire perception," in Image Vision Comput vol. 26, pp. 550-562, 2008. [6] T Celik and H Demirel, "Fire detection in video sequences using a generic color model," in Fire Safety J., vol. 44, no. 2, pp. 147-152, 2009. [7] T. Chen, P. Wu, and Y. Chiou, "An early fire-detection method based," in Proc. Int. Conf. on Image Proc, pp. 1707 -1710, 2004. [8] B. Ko, K. Cheong, and J. Nam, "Fire detection based on vision sensor and support vector machines," in Fire Safety J vol. 44, no. 3, p. 322– 329. 2009. [9] Aditya Kakde, Nitin Arora, and Durgansh Sharma "Fire Detection System Using Artificial Intelligence Techniques", International Journal of Research in Engineering, IT and Social Sciences, Volume 08 Issue 11, pp 1-5, 2018. [10] S. Chen, H. Bao, X. Zeng, and Y. Yang, “A Fire Detecting Method Based on Multi-sensor Data Fusion,” in SMC’03 Conference Proceedings. 2003 IEEE International Conference on Systems, Man and Cybernetics. Conference Theme - System Security and Assurance, 2003, pp. 3775–3780. [11] Khan Muhammad, Jamil Ahmad, Irfan Mehmood, Seungmin Rho, and Sung Wook Baik, Convolutional Neural Networks Based Fire Detection in Surveillance Videos, March 6, 2018, South Korea, IEEE.