Commit 3f062ad7 authored by 赵小蒙's avatar 赵小蒙

update confidence score 0.95->0.05

parent 49076f02
......@@ -48,7 +48,7 @@ class MagicModel:
need_remove_list = []
layout_dets = model_page_info["layout_dets"]
for layout_det in layout_dets:
if layout_det["score"] < 0.95:
if layout_det["score"] <= 0.05:
need_remove_list.append(layout_det)
else:
continue
......
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