Commit c9a8cd83 authored by MissPenguin's avatar MissPenguin
Browse files

fix db eval

parent b596e70f
......@@ -178,7 +178,6 @@ class TextDetector(object):
preds['f_tco'] = outputs[2]
preds['f_tvo'] = outputs[3]
else:
# preds['maps'] = outputs[0]
preds = outputs[0]
post_result = self.postprocess_op(preds, shape_list)
......
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