Fixed function call

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-07-09 12:25:11 +02:00
parent 01a09ba474
commit 9b13c5cf52

View File

@ -358,7 +358,7 @@ def _ssd_test(args: argparse.Namespace) -> None:
ssd_model,
use_dropout,
forward_passes_per_image,
image_size,
(image_size, image_size),
output_path,
nr_digits)