deep-anpr icon indicating copy to clipboard operation
deep-anpr copied to clipboard

Error when giving input image and weights.npz

Open guddulrk opened this issue 7 years ago • 3 comments

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

TypeError: argument to reversed() must be a sequence

Can anybody help me please?

guddulrk avatar Apr 10 '17 09:04 guddulrk

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

tirtile avatar Apr 10 '17 11:04 tirtile

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

guddulrk avatar Apr 10 '17 22:04 guddulrk

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

vamshikrish30 avatar Jan 08 '20 07:01 vamshikrish30