Fixed transformation of predictions (2nd)

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2019-07-11 17:34:26 +02:00
parent ba3cfa379e
commit d77c27727f
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ def _transform_predictions(predictions: np.ndarray, inverse_transforms: Sequence
y_pred=predictions,
img_width=image_size,
img_height=image_size,
coords="corners"
input_coords="corners"
)
transformed_predictions = inverse_transform_func(decoded_predictions, inverse_transforms)