Return SSD back to mode inference_fast and updated ssd_keras

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-05-01 15:34:00 +02:00
parent c0780ac717
commit a37ae400cc
2 changed files with 2 additions and 2 deletions

View File

@ -144,7 +144,7 @@ def predict(dataset: tf.data.Dataset,
}) })
else: else:
checkpointables.update({ checkpointables.update({
'ssd': SSD(mode='training', weights_path=weights_path) 'ssd': SSD(mode='inference_fast', weights_path=weights_path)
}) })
if checkpoint_path is not None: if checkpoint_path is not None: