You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
When I try to run $ python demo/icdar2015_detection.py I get following error:
File "D:\code\TextFuseNetv0.4\demo\icdar2015_detection.py", line 135, in <module> prediction, vis_output, polygons = detection_demo.run_on_image(img) ValueError: not enough values to unpack (expected 3, got 2)
Then I realized that the function detection_demo.run_on_image is called and 3 return values are expected, but only the first 2 are sent. In the predictor.py file where the function is, there is simply no third return value defined. Does anynone else have this problem?
The text was updated successfully, but these errors were encountered:
Hello,
When I try to run
$ python demo/icdar2015_detection.py
I get following error:File "D:\code\TextFuseNetv0.4\demo\icdar2015_detection.py", line 135, in <module> prediction, vis_output, polygons = detection_demo.run_on_image(img) ValueError: not enough values to unpack (expected 3, got 2)
Then I realized that the function detection_demo.run_on_image is called and 3 return values are expected, but only the first 2 are sent. In the predictor.py file where the function is, there is simply no third return value defined. Does anynone else have this problem?
The text was updated successfully, but these errors were encountered: