Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
paddle_dbnet
Commits
3374ad76
Commit
3374ad76
authored
Sep 01, 2021
by
WenmuZhou
Browse files
del Annotation code
parent
f8f71535
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
16 deletions
+0
-16
ppocr/metrics/eval_det_iou.py
ppocr/metrics/eval_det_iou.py
+0
-16
No files found.
ppocr/metrics/eval_det_iou.py
View file @
3374ad76
...
@@ -168,22 +168,6 @@ class DetectionIoUEvaluator(object):
...
@@ -168,22 +168,6 @@ class DetectionIoUEvaluator(object):
numGlobalCareGt
+=
numGtCare
numGlobalCareGt
+=
numGtCare
numGlobalCareDet
+=
numDetCare
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
=
{
perSampleMetrics
=
{
'gtCare'
:
numGtCare
,
'gtCare'
:
numGtCare
,
'detCare'
:
numDetCare
,
'detCare'
:
numDetCare
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment