Changed decoding function to Caffe-like implementation

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-08-11 14:56:59 +02:00
parent 0fbcf0d9ad
commit 8ad0d50b3b

View File

@ -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