You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: