add fire analyser
breezykermo opened this issue · 4 comments
breezykermo commented
Smoltbob commented
Are you interested in the superpixel localisation of fire ? Or just the labelling of images (giving a better overall performance) ?
Smoltbob commented
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.
breezykermo commented
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.
Smoltbob commented
Great, in this case building the analyser should be easy enough.