Hi
Please can someone advise on the steps needed to take to enable gpu support for openalpr. I have a Nivida Graphics card installed which is supported.
I have installed on Ubuntu 14.04 64 bit VM using the easiest way instructions.
wget -O - http://deb.openalpr.com/openalpr.gpg.key | sudo apt-key add -
echo "deb http://deb.openalpr.com/master/ openalpr main" | sudo tee /etc/apt/sources.list.d/openalpr.list
sudo apt-get update
sudo apt-get install openalpr openalpr-daemon openalpr-utils libopenalpr-dev.
I have set the detector detector = lbpgpu in the openalpr.conf file
; 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
; lbpgpu - LBP-based detector that uses Nvidia GPU to increase recognition speed.
; lbpopencl - LBP-based detector that uses OpenCL GPU to increase recognition speed. Requires OpenCV 3.0
; morphcpu - Experimental detector that detects white rectangles in an image. Does not require training.
detector = lbpgpu
however i get the error
"Error: GPU detector requested, but GPU extensions are not compiled. Add COMPILE _GPU=1 to the compiler definitions to enable GPU compilation."
I'm not sure where the compiler definitions are to enable this.
Any help would be appreciated.
Many thanks