Skip to content

This project builds fire detecton using YOLO v3 model

Notifications You must be signed in to change notification settings

bishal116/FireDetection

Repository files navigation

Smoother and faster reporting of forest fire

There are lots of way and algorithm in-order to detect fire. We have decided to use Deep Learning using YOLO models in order to get an accurate as well as an efficient detection of the forest fire.

This project is made in Python.

It consists of an API for detection and a CLI detector as well.

API detector can be helpful to connect several Cameras and do the processing at one place. For testing and standalone applications CLI code can be used.

A predefined YOLO v3 model was retrained to detect fire using imageai module which uses tensorflow behind the scenes.

Screenshots

Test Image Processed Image

Videos

Test Video Processed Video

How To Run

Grab the YOLO model and put it in models directory.

Install dependencies by:

pip install -r requirements.txt

Execute the code by running the respective file in python.

About

This project builds fire detecton using YOLO v3 model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages