ObjectDetectionMetrics Class

Definition

public class ObjectDetectionMetrics
type ObjectDetectionMetrics = class
Public Class ObjectDetectionMetrics
Inheritance
ObjectDetectionMetrics

Constructors

ObjectDetectionMetrics()

Properties

MAP50

Gets or sets mAP50 which means mean Average Precision(mAP) under IOU threshold 50%.

MAP50_95

Gets or sets mAP , which is the average of mAP from IOU threshold 50% to 95% with step 5%, equaling to the average of mAP50, mAP55, mAP60... and mAP95.

Applies to