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
8f81956f
Commit
8f81956f
authored
Nov 06, 2020
by
WenmuZhou
Browse files
rename metric
parent
695c4db7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
ppocr/metrics/__init__.py
ppocr/metrics/__init__.py
+2
-2
ppocr/metrics/det_metric.py
ppocr/metrics/det_metric.py
+0
-0
ppocr/metrics/rec_metric.py
ppocr/metrics/rec_metric.py
+0
-0
No files found.
ppocr/metrics/__init__.py
View file @
8f81956f
...
@@ -23,8 +23,8 @@ __all__ = ['build_metric']
...
@@ -23,8 +23,8 @@ __all__ = ['build_metric']
def
build_metric
(
config
):
def
build_metric
(
config
):
from
.
D
et
M
etric
import
DetMetric
from
.
d
et
_m
etric
import
DetMetric
from
.
R
ec
M
etric
import
RecMetric
from
.
r
ec
_m
etric
import
RecMetric
support_dict
=
[
'DetMetric'
,
'RecMetric'
]
support_dict
=
[
'DetMetric'
,
'RecMetric'
]
...
...
ppocr/metrics/
D
et
M
etric.py
→
ppocr/metrics/
d
et
_m
etric.py
View file @
8f81956f
File moved
ppocr/metrics/
R
ec
M
etric.py
→
ppocr/metrics/
r
ec
_m
etric.py
View file @
8f81956f
File moved
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