1
0
mirror of https://github.com/ami-sc/fire-detection.git synced 2024-07-07 08:27:50 +02:00

Add report and slides

This commit is contained in:
ami-sc 2023-11-17 16:39:13 -06:00
parent 19df0f3812
commit e4d5938824
3 changed files with 3 additions and 1 deletions

View File

@ -19,10 +19,12 @@ We use a Motion Detection Algorithm that uses a **background subtraction** metho
![Motion Detection Algorithm](/figures/motion_detection_algorithm.png)
The used model is an XGBoost model pre-trained on labeled image datasets containing fire and non-fire images. A histogram was computed for the color channels to differentiate without using the entire images.
The used model is an **XGBoost model** pre-trained on labeled image datasets containing fire and non-fire images. A histogram was computed for the color channels to differentiate without using the entire images.
![Model Training](/figures/model_training.png)
Additional details can be found in the [Technical Report](/reports/Technical_Report.pdf) and in the [Project Slides](/reports/Project_Slides.pdf).
## Installation
First, create a `conda` environment using:

BIN
reports/Project_Slides.pdf Normal file

Binary file not shown.

Binary file not shown.