aboerzel / German_License_Plate_Recognition

Android camera app for automatic recognition of German license plates using TensorFlow / TensorFlow Lite 2.4.1
MIT License
33 stars 11 forks source link

using on linux #4

Open git-clone-nick opened 3 years ago

git-clone-nick commented 3 years ago

Is it possible to somehow modify your project to work on Linux and not android and if so, could you maybe explain it to me ? -Nick

aboerzel commented 3 years ago

You can use the python code from the jupyter notebook '5_License_Recognition_Workflow.ipynb'.

git-clone-nick commented 3 years ago

Hey again, sorry for the late response and thank you for answering my question. So in can simply install all dependencies like tensor flow and copy your python code from the Jupiter notebook into a python script ? I'm planning on using the script on an Nvidia Jetson nano with a gpu.

git-clone-nick commented 3 years ago

Im kind of stuck at In (5), as I see it I have to create the data paths myself and fill them with test images and models. Tried that but it won't recognize my images and will always tell me that I have 0 test images, even though I checked everything. Or am I maybe blind and not seeing the data in your repo ?