matthewearl / deep-anpr

Using neural networks to build an automatic number plate recognition system
MIT License
1.84k stars 697 forks source link

Error when giving input image and weights.npz #31

Open guddulrk opened 7 years ago

guddulrk commented 7 years ago

I am getting following error: pt1 = tuple(reversed(map(int, pt1)))

TypeError: argument to reversed() must be a sequence

Can anybody help me please?

tirtile commented 7 years ago

tuple(reversed(list(map(int, pt1))))

guddulrk commented 7 years ago

@tirtile Thank you so much. It's working now.

vamshikrish30 commented 4 years ago

where can i get the weight.npz file and out.png file ?