Unverified Commit bf28a66d authored by Double_V's avatar Double_V Committed by GitHub
Browse files

Update params.py

parent 9284ffb8
...@@ -32,8 +32,8 @@ def read_params(): ...@@ -32,8 +32,8 @@ def read_params():
#DB parmas #DB parmas
cfg.det_db_thresh = 0.3 cfg.det_db_thresh = 0.3
cfg.det_db_box_thresh = 0.5 cfg.det_db_box_thresh = 0.6
cfg.det_db_unclip_ratio = 1.6 cfg.det_db_unclip_ratio = 1.5
cfg.use_dilation = False cfg.use_dilation = False
cfg.det_db_score_mode = "fast" cfg.det_db_score_mode = "fast"
......
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