diff --git a/src/twomartens/masterthesis/ssd.py b/src/twomartens/masterthesis/ssd.py index d721bb2..55996dd 100644 --- a/src/twomartens/masterthesis/ssd.py +++ b/src/twomartens/masterthesis/ssd.py @@ -200,7 +200,7 @@ def predict(generator: callable, image_size=image_size), decode_func=functools.partial( _decode_predictions, - decode_func=ssd_output_decoder.decode_detections_fast, + decode_func=ssd_output_decoder.decode_detections, image_size=image_size, confidence_threshold=confidence_threshold, iou_threshold=iou_threshold