Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 584 Bytes

File metadata and controls

18 lines (11 loc) · 584 Bytes

Fire Detection Using Image Processing Model

This repo deals with Image Processing Model which can detect fire more accurately on feeding videos to the model.

Steps to run Fire Detection Model

  1. Download the zip file of this repo
  2. Unzip the file in your local system.
  3. Go to video folder in the repo.
    • upload video of your choice (Fire/No-Fire)
  4. Go to code folder in the repo.
    • run evaluate function.
  5. All the detection of fire/No-fire frames will be saved in output folder.
  6. All the intermediate steps are also saved for your understanding purposes.