this is the code error i got when i test your detect.py after downloading the weights file ``` Traceback (most recent call last): File "detect.py", line 189, in <module> pt1 = tuple(reversed(map(int, pt1))) TypeError: 'map' object is not reversible ```