faisalthaheem / open-lpr

Open Source and Free License Plate Recognition Software
Apache License 2.0
166 stars 25 forks source link

Cannot run please help #22

Closed MeAgain55 closed 2 years ago

MeAgain55 commented 2 years ago

Hi all.

I am brand new at docker and I am having problems even running most of the components.

Here is what I get when running docker logs xxxxxxxx

Containers_log.odt

Any help will be greatly appreciated.

Thanks in advance

faisalthaheem commented 2 years ago

Hi. I have pushed new code, can you please review the quick start instructions to see if that helps? Feel free to post followup questions here if any issues. Thanks

MeAgain55 commented 2 years ago

Faisal,

Many many thanks for the app and the updates. All containers are working fine now. I am facing another issue while following the "training instructions". When I run: docker run --rm -it -u $UID \ -v $PWD:/datasets \ faisalthaheem/simanno:scripts-2.0 \ "/usr/local/bin/python3.8 import-cat-from-coco.py -t val -c car -li 1 -af /datasets/coco/annotations/instances_val2017.json -dp /datasets/cars_from_coco -sp /datasets/coco/val2017/"

I get: Unable to find image 'faisalthaheem/simanno:scripts-2.0' locally docker: Error response from daemon: manifest for faisalthaheem/simanno:scripts-2.0 not found: manifest unknown: manifest unknown.

Thank you again for the app and your help.

MeAgain55 commented 2 years ago

So sorry to bother you again about this. Any updates? I really am really sorry if this was something I could have solve myself :)

Thank you again

faisalthaheem commented 2 years ago

Hi there, I'm sorry for respond late on this, there was an error on the image tag which I have corrected. You should be able to pull the images now and run. Correction made was to replace this faisalthaheem/simanno:scripts-2.0 with faisalthaheem/simanno-scripts:main

MeAgain55 commented 2 years ago

Faisal,

I cannot begin of being more grateful of your time. Your response is as fast as anyone could hope for.

Many thanks for the software and even more for your support.

I will try the solution you posted and let You know.

Many many thanks again