Skip to content

millionhz/forest-fire-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Forest Fire Detection 🔥

Detecting forest fires using deep learning.

Dataset

Models Used

Metrics

Model Params (M) IoU F1
deeplabv3_mobilenet_v3_large 11.0 0.3544 0.5230
deeplabv3_resnet101 60.9 0.375 0.5450
deeplabv3_resnet50 42.0 0.3915 0.5623
lraspp_mobilenet_v3 3.2 0.3713 0.5412
segformer-b0 3.7 0.7446 0.8535
segformer-b2 25.8 0.7671 0.8680
ensemble 0.3724 0.5423

Checkpoints

Checkpoints of the trained models are available in releases.

segformer-b0 finetuned endpoint can also be found on huggingface.

Installation and inference

  • The notebooks will automatically download the self hosted dataset and checkpoints.
  • The notebooks themselves are divided into subsections and are self-explanatory.