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

Explanation for detect_lp() two input params which are hardcoded #155

Open
cassini-fly opened this issue Oct 17, 2021 · 0 comments
Open

Comments

@cassini-fly
Copy link

Hi,

Great work on this repo and thanks a lot for the content! I can see that in license-plate-detection.py:46 where detect_lp() is being called, there are two hard coded input params to this function.
Llp,LlpImgs,_ = detect_lp(wpod_net,im2single(Ivehicle),bound_dim,2**4,(240,80),lp_threshold)
Could we find any documentations on them? I see they correspond to 'net_step' and 'out_size'. I would like to know how these should be changed for different input image sizes?
Will keeping them as is, effect the execution time given different image sizes?

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

1 participant