mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2025-12-24 13:38:31 +00:00
set dilation as False
This commit is contained in:
parent
bbd7665c47
commit
cf550d0524
@ -64,7 +64,7 @@ class TextDetector(object):
|
||||
postprocess_params["box_thresh"] = args.det_db_box_thresh
|
||||
postprocess_params["max_candidates"] = 1000
|
||||
postprocess_params["unclip_ratio"] = args.det_db_unclip_ratio
|
||||
postprocess_params["use_dilation"] = True
|
||||
postprocess_params["use_dilation"] = args.use_dilation
|
||||
elif self.det_algorithm == "EAST":
|
||||
postprocess_params['name'] = 'EASTPostProcess'
|
||||
postprocess_params["score_thresh"] = args.det_east_score_thresh
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user