Commit 8f81956f authored by WenmuZhou's avatar WenmuZhou
Browse files

rename metric

parent 695c4db7
...@@ -23,8 +23,8 @@ __all__ = ['build_metric'] ...@@ -23,8 +23,8 @@ __all__ = ['build_metric']
def build_metric(config): def build_metric(config):
from .DetMetric import DetMetric from .det_metric import DetMetric
from .RecMetric import RecMetric from .rec_metric import RecMetric
support_dict = ['DetMetric', 'RecMetric'] support_dict = ['DetMetric', 'RecMetric']
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment