mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-05 20:06:50 +08:00
updated config defaults
This commit is contained in:
@@ -41,11 +41,11 @@ max_plate_angle_degrees = 15
|
||||
ocr_min_font_point = 6
|
||||
|
||||
; Minimum OCR confidence percent to consider.
|
||||
postprocess_min_confidence = 60
|
||||
postprocess_min_confidence = 65
|
||||
|
||||
; Any OCR character lower than this will also add an equally likely
|
||||
; chance that the character is incorrect and will be skipped. Value is a confidence percent
|
||||
postprocess_confidence_skip_level = 75
|
||||
postprocess_confidence_skip_level = 80
|
||||
|
||||
; Reduces the total permutations to consider for scoring.
|
||||
postprocess_max_substitutions = 2
|
||||
@@ -73,11 +73,11 @@ pause_on_frame = 0
|
||||
|
||||
[us]
|
||||
|
||||
; 30-50, 40-60, 50-70, 60-80, 70-90
|
||||
; 30-50, 40-60, 50-70, 60-80
|
||||
char_analysis_min_pct = 0.30
|
||||
char_analysis_height_range = 0.20
|
||||
char_analysis_height_step_size = 0.10
|
||||
char_analysis_height_num_steps = 5
|
||||
char_analysis_height_num_steps = 4
|
||||
|
||||
segmentation_min_box_width_px = 4
|
||||
segmentation_min_charheight_percent = 0.5;
|
||||
@@ -106,11 +106,11 @@ ocr_language = lus
|
||||
|
||||
[eu]
|
||||
|
||||
; 35-50; 45-60, 55-70, 65-80, 75-90, 85-100
|
||||
; 35-50; 45-60, 55-70, 65-80, 75-90
|
||||
char_analysis_min_pct = 0.35
|
||||
char_analysis_height_range = 0.15
|
||||
char_analysis_height_step_size = 0.10
|
||||
char_analysis_height_num_steps = 6
|
||||
char_analysis_height_num_steps = 5
|
||||
|
||||
segmentation_min_box_width_px = 5
|
||||
segmentation_min_charheight_percent = 0.4;
|
||||
|
Reference in New Issue
Block a user