Skip to content

Commit 9271773

Browse files
committed
update clp config
1 parent 27b22c6 commit 9271773

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

agentocr/infer/utility.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,7 @@ def get_config(config):
131131
}
132132

133133
if config == 'clp':
134-
kwargs['det_db_unclip_ratio'] = 0.8
135-
kwargs['det_db_score_mode'] ='slow'
134+
kwargs['det_db_unclip_ratio'] = 1.0
136135
else:
137136
raise ValueError('Please check your config.')
138137

0 commit comments

Comments
 (0)