Dil

TorchSharpCatalog.EvaluateObjectDetection Yöntem

Tanım

Puanlanan nesne algılama verilerini değerlendirir.

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

Parametreler

catalog
MulticlassClassificationCatalog

Dönüşümün kataloğu.

data
IDataView

Verilerle IDataView

labelCol
DataViewSchema.Column

Gerçek etiketleri olan sütun.

actualBoundingBoxColumn
DataViewSchema.Column

Gerçek sınırlayıcı kutuları içeren sütun.

predictedLabelCol
DataViewSchema.Column

Tahmin edilen etiketleri içeren sütun.

predictedBoundingBoxColumn
DataViewSchema.Column

Tahmin edilen sınırlayıcı kutuları içeren sütun.

scoreCol
DataViewSchema.Column

Tahmin edilen puanı (güvenilirlik düzeyi) içeren sütun.

Döndürülenler

Şunlara uygulanır