ERROR
chandu0211 opened this issue · 1 comments
chandu0211 commented
ShreyAmbesh commented
The Warning will not be there if you compile the tensorflow on your machine instead of installing it directly.
Compiling on your machine will help you to use the full capability of your machine.
The error is because of too many requests being sent to the openalpr API. This can be fixed by scheduling all the request at particular intervals and using a queue or eliminating the openalpr and making your own custom solution for detecting License Plate and License Plate Number.