Open Lepiloff opened 5 years ago
After a few hours of searching, I found a solution that doesn't require a package installation pip install openalpr
Go to
cd openalpr/src/bindings/python/
run
`sudo python3 setup.py install`
set the alpr value
`alpr = Alpr("us", "/etc/openalpr/openalpr.conf", "/usr/share/openalpr/runtime_data/") `
Thats all!
Only one question. On the root of openalpr
there is folder runtime_data
, is this the same folder as /usr/share/openalpr/runtime_data/
? Which path to the folder should I use more correctly?
Do we have to purchase a license key? I followed your steps but I am getting 'Licensing Error'
After a few hours of searching, I found a solution that doesn't require a package installation
pip install openalpr
Go to
cd openalpr/src/bindings/python/
run
`sudo python3 setup.py install`
set the alpr value
`alpr = Alpr("us", "/etc/openalpr/openalpr.conf", "/usr/share/openalpr/runtime_data/") `
Thats all!
Huge help! Thanks! One clarification: I still needed pip install openalpr
for this to work.
After a few hours of searching, I found a solution that doesn't require a package installation
pip install openalpr
Go tocd openalpr/src/bindings/python/
run`sudo python3 setup.py install`
set the alpr value
`alpr = Alpr("us", "/etc/openalpr/openalpr.conf", "/usr/share/openalpr/runtime_data/") `
Thats all!
Huge help! Thanks! One clarification: I still needed
pip install openalpr
for this to work.
Actually, I had to do one more thing: add openalpr/src/bindings/python/openalpr
to my PYTHONPATH
Do we have to purchase a license key? I followed your steps but I am getting 'Licensing Error'
Hello! At Ubuntu 18.04 I successfully installed openalpr and tested it. Now I want to use python to call it. To do this, I installed https://pypi.org/project/openalpr/
pip install openalpr
But I'm having trouble with the paths, the ones in the example don't work.
alpr = Alpr("eu", "/etc/openalpr/openalpr.conf", "/usr/share/openalpr/runtime_data")
I get an error