码迷,mamicode.com
首页 > 其他好文 > 详细

object detection物体检测基本概念

时间:2017-12-28 11:53:03      阅读:180      评论:0      收藏:0      [点我收藏+]

标签:ret   math   gen   object   precision   cto   average   core   contain   

1.precision-recall

https://cn.mathworks.com/help/vision/ref/evaluatedetectionprecision.html?requestedDomain=www.mathworks.com#outputarg_precision

averagePrecision — Average precision
numeric scalar | vector

Average precision over all the detection results, returned as a numeric scalar or vector. Precision is a ratio of true positive instances to all positive instances of objects in the detector, based on the ground truth. For a multiclass detector, the average precision is a vector of average precision scores for each object class.

recall — Recall values from each detection
vector of numeric scalars | cell array

Recall values from each detection, returned as a vector of numeric scalars or as a cell array. Recall is a ratio of true positive instances to the sum of true positives and false negatives in the detector, based on the ground truth. For a multiclass detector, recalland precision are cell arrays, where each cell contains the data points for each object class.

precision — Precision values from each detection
vector of numeric scalars | cell array

Precision values from each detection, returned as a vector of numeric scalars or as a cell array. Precision is a ratio of true positive instances to all positive instances of objects in the detector, based on the ground truth. For a multi-class detector, recall and precision are cell arrays, where each cell contains the data points for each object class.

 

object detection物体检测基本概念

标签:ret   math   gen   object   precision   cto   average   core   contain   

原文地址:https://www.cnblogs.com/wordchao/p/8133808.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!