I spent my time almost 2 hrs to use the pre-trained model (tensorflow) from weights.npz for detecting license plate but I can't fix it. I got this error message, I've never seen before. so, how to fix it?
Traceback (most recent call last): File "./detect.py", line 189, in pt1 = tuple(reversed(map(int, pt1))) TypeError: 'map' object is not reversible