forensic-architecture/mtriage

add fire analyser

breezykermo opened this issue · 4 comments

Are you interested in the superpixel localisation of fire ? Or just the labelling of images (giving a better overall performance) ?

See https://github.com/Smoltbob/fire-detection-cnn/blob/master/infer_tflite.py for a minimal inference script to wrap in an analyser. It uses either tflearn or tflite.

Are you interested in the superpixel localisation of fire? Or just the labelling of images (giving a better overall performance) ?

Just the labeling of images according to whether or not they contain fire is probably the more useful analysis in the first instance.

Great, in this case building the analyser should be easy enough.