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

Requirements

Open anselal opened this issue 8 years ago • 3 comments

Hello,

for are the python requirements for running your code ? Can you provide a requirements.txt file or update the README file ? In particular I wanna know the TensorFlow and OpenCV versions.

anselal avatar Mar 30 '17 12:03 anselal

I have got this working with opencv 3.1 and tensorflow 1.0 , but originally this was written for older versions of both .

sourabh2k15 avatar Apr 01 '17 13:04 sourabh2k15

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

TypeError: argument to reversed() must be a sequence

can anyone help me please?

guddulrk avatar Apr 10 '17 09:04 guddulrk

Already answered this in couple of other threads ...

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

tintojames avatar Sep 28 '17 04:09 tintojames