Deevoluation / ALPR

Automatic License Plate Recognition
156 stars 62 forks source link

How to detect in video stream? #29

Closed yashwant43 closed 4 years ago

Saqhas commented 4 years ago

Sorry for the late reply. The script Start.py is for processing videos only. Just go through the readme and the code. You will find what you are looking for. If you still face problem, please reach out to us here

Deep-21 commented 4 years ago

tensorflow.python.framework.errors_impl.NotFoundError: plate_detector/frozen_inference_graph.pb; No such file or directory:: this issue will be raising when the i trying to run the Start.py scripts , i hope it will be path problem ?

Saqhas commented 4 years ago

Yes it is a path problem Run Start.py from the same directory where it is present. Then this error should not pop

Saqhas commented 4 years ago

The model is present in the folder plate_detector at the same level as Start.py. Check it should be there. Also be sure you have the latest code.

Deep-21 commented 4 years ago

bro thank u very much , updated latest code working properly with the issue ,no need switch Start.py to plate_detector folder .

Saqhas commented 4 years ago

Closing this issue