TorchSharpCatalog.EvaluateObjectDetection Methode

Definition

Wertet bewertete Objekterkennungsdaten aus.

public static Microsoft.ML.TorchSharp.AutoFormerV2.ObjectDetectionMetrics EvaluateObjectDetection(this Microsoft.ML.MulticlassClassificationCatalog catalog, Microsoft.ML.IDataView data, Microsoft.ML.DataViewSchema.Column labelCol, Microsoft.ML.DataViewSchema.Column actualBoundingBoxColumn, Microsoft.ML.DataViewSchema.Column predictedLabelCol, Microsoft.ML.DataViewSchema.Column predictedBoundingBoxColumn, Microsoft.ML.DataViewSchema.Column scoreCol);
static member EvaluateObjectDetection : Microsoft.ML.MulticlassClassificationCatalog * Microsoft.ML.IDataView * Microsoft.ML.DataViewSchema.Column * Microsoft.ML.DataViewSchema.Column * Microsoft.ML.DataViewSchema.Column * Microsoft.ML.DataViewSchema.Column * Microsoft.ML.DataViewSchema.Column -> Microsoft.ML.TorchSharp.AutoFormerV2.ObjectDetectionMetrics
<Extension()>
Public Function EvaluateObjectDetection (catalog As MulticlassClassificationCatalog, data As IDataView, labelCol As DataViewSchema.Column, actualBoundingBoxColumn As DataViewSchema.Column, predictedLabelCol As DataViewSchema.Column, predictedBoundingBoxColumn As DataViewSchema.Column, scoreCol As DataViewSchema.Column) As ObjectDetectionMetrics

Parameter

catalog
MulticlassClassificationCatalog

Der Katalog der Transformation.

data
IDataView

IDataView mit den Daten

labelCol
DataViewSchema.Column

Spalte mit den tatsächlichen Beschriftungen.

actualBoundingBoxColumn
DataViewSchema.Column

Spalte mit den tatsächlichen Begrenzungsfeldern.

predictedLabelCol
DataViewSchema.Column

Spalte mit den vorhergesagten Bezeichnungen.

predictedBoundingBoxColumn
DataViewSchema.Column

Spalte mit den vorhergesagten Umgebenden Feldern.

scoreCol
DataViewSchema.Column

Spalte mit der vorhergesagten Bewertung (Konfidenzniveau).

Gibt zurück

Gilt für: