提交 3374ad76 编写于 作者: W WenmuZhou

del Annotation code

上级 f8f71535
......@@ -168,22 +168,6 @@ class DetectionIoUEvaluator(object):
numGlobalCareGt += numGtCare
numGlobalCareDet += numDetCare
# perSampleMetrics = {
# 'precision': precision,
# 'recall': recall,
# 'hmean': hmean,
# 'pairs': pairs,
# 'iouMat': [] if len(detPols) > 100 else iouMat.tolist(),
# 'gtPolPoints': gtPolPoints,
# 'detPolPoints': detPolPoints,
# 'gtCare': numGtCare,
# 'detCare': numDetCare,
# 'gtDontCare': gtDontCarePolsNum,
# 'detDontCare': detDontCarePolsNum,
# 'detMatched': detMatched,
# 'evaluationLog': evaluationLog
# }
perSampleMetrics = {
'gtCare': numGtCare,
'detCare': numDetCare,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册