Tensorflow-Number-Plate-Recognition icon indicating copy to clipboard operation
Tensorflow-Number-Plate-Recognition copied to clipboard

source.py file missing

Open biranchi2018 opened this issue 5 years ago • 1 comments

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.

biranchi2018 avatar Sep 18 '19 14:09 biranchi2018

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.

ultimus11 avatar Feb 14 '21 17:02 ultimus11