Commit af6b5fef authored by zhangxin's avatar zhangxin
Browse files

增加可视化效果图

parent 22e8cf8c
......@@ -39,6 +39,7 @@ def parse_args():
#params for text detector
parser.add_argument("--image_dir", type=str)
parser.add_argument("--out_dir", type=str, default='./inference_results/')
parser.add_argument("--det_algorithm", type=str, default='DB')
parser.add_argument("--det_model_dir", type=str)
parser.add_argument("--det_max_side_len", type=float, default=960)
......
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