Return SSD back to mode inference_fast and updated ssd_keras
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user