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
具有預測分數的數據行 (信賴等級) 。