ShreyAmbesh/Traffic-Rule-Violation-Detection-System

ERROR

chandu0211 opened this issue · 1 comments

Hello Sir,
While running the project I'm getting the following warnings and errors.
warning
error

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.