다음을 통해 공유


TorchSharpCatalog.EvaluateObjectDetection 메서드

정의

채점된 개체 검색 데이터를 평가합니다.

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

매개 변수

catalog
MulticlassClassificationCatalog

변환의 카탈로그입니다.

data
IDataView

데이터와 함께 IDataView

labelCol
DataViewSchema.Column

실제 레이블이 있는 열입니다.

actualBoundingBoxColumn
DataViewSchema.Column

실제 경계 상자가 있는 열입니다.

predictedLabelCol
DataViewSchema.Column

예측된 레이블이 있는 열입니다.

predictedBoundingBoxColumn
DataViewSchema.Column

예측된 경계 상자가 있는 열입니다.

scoreCol
DataViewSchema.Column

예측된 점수(신뢰도 수준)가 있는 열입니다.

반환

적용 대상