unproject_text
unproject_text copied to clipboard
Error with the usage command
m-c02sh1f0g8wl:unproject_text-master arg000m$ python unproject_text.py deskew0.jpg
Traceback (most recent call last):
File "unproject_text.py", line 503, in
could you help me with this ?
@anuragreddygv323 i have the same problem . did you solve it?
@anuragreddygv323 @zhanglaplace it has to unpack more than 2 values but it isn't able to, check get_contours function and change 'contours, hierarchy = cv2.findContours() to _,contours, hierarchy = cv2.findContours()', this should solve. It has to do with opencv version, better to run it on opencv 3.0.0.
@rremani thanks, i have already solved the problem. 😄