def anomalyDetect(img):
    detected = False;
    return fire_detector.detectar_fuego_humo(img)
Beispiel #2
0
def anomalyDetect(img):
    detected = False
    return fire_detector.detectar_fuego_humo(img)