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

rename metric

parent 695c4db7
......@@ -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']
......
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