Generates metrics describing the object detector’s performance on annotated data provided in a data table.
SDKs
- macOS 10.14+
- Xcode 11.0+
Framework
- Create ML
Declaration
func evaluation(on annotatedImages: MLData Table, imageColumn: String, annotationColumn: String) -> MLObject Detector Metrics
Parameters
annotatedImages
A set of annotated images given in a data table.
imageColumn
The name of the column that contains the image file URLs.
annotationColumn
The name of the column that contains the image annotations.
Return Value
The metrics that indicate the performance of the object detector when operating on the input data set.