Skip to content

devAL3X/Wildfire_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

Wildfire_detection

Detection of wildfire using information from unmanned drones.

img1 more examples

Requirements:

Install all requireents in conda enviroment

conda env create -n <env-name> -f ./Detector/environment.yml

Dataset

Wildfire Smoke Dataset - contains 737 images presplited on train, test and validation samples + bounding boxes (RetinaNet Keras format is used). My version of dataset could be found on my drive.

Expanding dataset is planned in the future.

Installing pycocotools

not necessary (already stored in in ./lib/)

git clone https://github.com/cocodataset/cocoapi.git
cd cocoapi/PythonAPI
make
cp -r pycocotools/ ~/wildfire_detection/Detector/lib

Pretrained model

You can download serialised pretrainde model from my drive because it is too large for git.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors