Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to run test #110

Open
tobiasraidl opened this issue Dec 11, 2022 · 0 comments
Open

Not able to run test #110

tobiasraidl opened this issue Dec 11, 2022 · 0 comments

Comments

@tobiasraidl
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant