mirror of
https://github.com/tcsenpai/pensieve.git
synced 2025-06-06 03:05:25 +00:00
added max_side_len to the ocr options
This commit is contained in:
parent
9a0cb78ed4
commit
2ca70ab541
@ -6,6 +6,8 @@ Global:
|
||||
print_verbose: false
|
||||
min_height: 30
|
||||
width_height_ratio: 40
|
||||
max_side_len: 1500
|
||||
min_side_len: 30
|
||||
|
||||
Det:
|
||||
use_cuda: true
|
||||
@ -30,7 +32,7 @@ Cls:
|
||||
cls_image_shape: [3, 48, 192]
|
||||
cls_batch_num: 6
|
||||
cls_thresh: 0.9
|
||||
label_list: ['0', '180']
|
||||
label_list: ["0", "180"]
|
||||
|
||||
Rec:
|
||||
use_cuda: true
|
||||
|
@ -7,6 +7,8 @@ Global:
|
||||
min_height: 30
|
||||
width_height_ratio: 40
|
||||
use_space_char: true
|
||||
max_side_len: 1500
|
||||
min_side_len: 30
|
||||
|
||||
Det:
|
||||
use_cuda: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user