diff --git a/userguide/object_detection/export-coreml.md b/userguide/object_detection/export-coreml.md index 0780c70037..7058d2ad75 100644 --- a/userguide/object_detection/export-coreml.md +++ b/userguide/object_detection/export-coreml.md @@ -112,8 +112,8 @@ request.imageCropAndScaleOption = .scaleFill ``` We use `.scaleFill` that stretches the image into the native input size of the -model. If you use `.centerCrop` or `.scaleFit`, it will be a bit tricker to -correctly map the bonding box coordinate system to the original input image. +model. If you use `.centerCrop` or `.scaleFit`, it will be a bit trickier to +correctly map the bounding box coordinate system to the original input image. From the `request` results we get two `MLMultiArray` instances, `coordinates` and `confidence`. For easier handling, we will convert these