mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 13:46:52 +08:00
Merge pull request #110 from robertocarvajal/master
fixed config option in template (lbpgpu instead of lbpcuda)
This commit is contained in:
@@ -32,7 +32,7 @@ max_detection_input_height = 720
|
|||||||
|
|
||||||
; detector is the technique used to find license plate regions in an image. Value can be set to
|
; detector is the technique used to find license plate regions in an image. Value can be set to
|
||||||
; lbpcpu - default LBP-based detector uses the system CPU
|
; lbpcpu - default LBP-based detector uses the system CPU
|
||||||
; lbpcuda - LBP-based detector that uses Nvidia GPU to increase recognition speed.
|
; lbpgpu - LBP-based detector that uses Nvidia GPU to increase recognition speed.
|
||||||
; morphcpu - Experimental detector that detects white rectangles in an image. Does not require training.
|
; morphcpu - Experimental detector that detects white rectangles in an image. Does not require training.
|
||||||
detector = lbpcpu
|
detector = lbpcpu
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user