I want to create 2 binary classifier model
1) Fire detection
2) Smoke detection
Can you please suggest which will be better to train LBP cascade(It require annotated data) or SVM/Logistic regression/ or any other deep learning binary classifier(Inception-v3, Dense-net)?
I have a positive and negative dataset of both fire and smoke dataset.
My concern here is speed(accuracy around 80% is acceptable)!