TorchSharpCatalog.EvaluateObjectDetection 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
채점된 개체 검색 데이터를 평가합니다.
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
예측된 점수(신뢰도 수준)가 있는 열입니다.