Tensorflow-Number-Plate-Recognition
Tensorflow-Number-Plate-Recognition copied to clipboard
source.py file missing
It is mentioned in the instruction to put the weights in the folder same as source.py
2.Place weights.npz in the same directory of source.py.
But there is no source.py file present in the repo.
Just add it in the same directory as detect.py or just pass full path of the weights.npz file in command line argument. Hope this will work.