ObjectDetectionMetrics Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |