Fixed mode for ssd model
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -267,7 +267,7 @@ def _ssd_test(args: argparse.Namespace) -> None:
|
|||||||
keras_ssd300.ssd_300,
|
keras_ssd300.ssd_300,
|
||||||
image_size,
|
image_size,
|
||||||
nr_classes,
|
nr_classes,
|
||||||
"inference_fast",
|
"training",
|
||||||
iou_threshold,
|
iou_threshold,
|
||||||
dropout_rate,
|
dropout_rate,
|
||||||
top_k,
|
top_k,
|
||||||
|
|||||||
Reference in New Issue
Block a user