mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2026-01-06 12:06:55 +00:00
rename metric
This commit is contained in:
parent
695c4db7ea
commit
8f81956fc4
@ -23,8 +23,8 @@ __all__ = ['build_metric']
|
||||
|
||||
|
||||
def build_metric(config):
|
||||
from .DetMetric import DetMetric
|
||||
from .RecMetric import RecMetric
|
||||
from .det_metric import DetMetric
|
||||
from .rec_metric import RecMetric
|
||||
|
||||
support_dict = ['DetMetric', 'RecMetric']
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user