Disaster Detector / Classifier

Developed by: Raphael Makrigiorgis and Elia Nicolaou

Disaster detector and classifier for detecting fires, floods, and building disasters.

The data that was used was taken from images from the Internet (YouTube, Kaggle) and from various missions that KIOS captured using UAVs (mostly for fires. The data was trained using Google’s online classifier[1]. A TensorFlow model was then exported and further used for detecting where exactly in the image or video frames a disaster is found.

In order to convert the classifier to an object detector, upon capturing video frames, the image is rescaled to smaller images like a pyramid. Then, for each rescaled  frame a sliding window with a fixed size is passed through the image and classifying each region of interest.  These classifications are converted to boxes, therefore having multiple sized boxes depending on frame size. Finally, non-maxima suppression is used on these boxes to get the final detection boxes on the original frame. 


[1] Teachable Machine. (last accessed on 1/2/2022) https://teachablemachine.withgoogle.com/

Software

Code written in Python is available here:

https://zenodo.org/record/5938343#.YfkSQ2hBzIU

Leave a comment

Your email address will not be published. Required fields are marked *