delete unused params
This commit is contained in:
parent
c127f84bfd
commit
bbcef2256a
|
@ -24,11 +24,6 @@ def read_params():
|
||||||
cfg.use_dilation = False
|
cfg.use_dilation = False
|
||||||
cfg.det_db_score_mode = "fast"
|
cfg.det_db_score_mode = "fast"
|
||||||
|
|
||||||
# #EAST parmas
|
|
||||||
# cfg.det_east_score_thresh = 0.8
|
|
||||||
# cfg.det_east_cover_thresh = 0.1
|
|
||||||
# cfg.det_east_nms_thresh = 0.2
|
|
||||||
|
|
||||||
cfg.use_pdserving = False
|
cfg.use_pdserving = False
|
||||||
cfg.use_tensorrt = False
|
cfg.use_tensorrt = False
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue