Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Licence plate #37

Open
expertad630 opened this issue Jun 6, 2021 · 1 comment
Open

Licence plate #37

expertad630 opened this issue Jun 6, 2021 · 1 comment

Comments

@expertad630
Copy link

Project is running but too slow and licence plate is not showing or i say detecting. What's causing this problem?

@code-locker
Copy link

code-locker commented May 24, 2022

Hi @expertad630,
I have executed code and observed that license plate is not detecting and displayed on GUI.

I found that below part of the code is causing issue.
js = api.recognize_file(filer, secret_key, country, recognize_vehicle=recognize_vehicle, state=state, return_image=return_image, topn=topn, prewarp=prewarp)

I think You need to configure below part of the code as per your login credentials as per openALPR site.

api = openalpr_api.DefaultApi()
secret_key = ''
country = 'us'
recognize_vehicle = 0
state = ''
return_image = 0
topn = 1
prewarp = ''

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants