-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Unable to run the code #16
Comments
The imports in the project are done by importing them as modules. Thus you have to start all scripts with the respective flag |
Thank you! I seem to have the code working now. But I encounter few more issues. When I run the code on picture without numbers I get: Total params: 57,482 2022-01-13 15:35:07,428 - Tester - INFO - [Prediction] type: info, category: -1 (100.00%) Which seems fine, category is -1 so no digit detected, but when I run it on the picture with digits I get: Total params: 57,482 and thats it! What is the detected digit? There is no prediction displayed anywhere.... Also another thing is I tried to run the code on my image and I get the error message as below: Total params: 57,482 Traceback (most recent call last): Not sure how I can give my image those attributes Could you please advice? Thanks, |
Hi,
I am trying to run the code using already train models on one of the available images. I basically just want to test how it works.
I am in cnn-number-detection folder and I run python3 Tester/test_model.py -h and get the following error:
from Tester.tester import Tester
ModuleNotFoundError: No module named 'Tester'
I am not sure what and how to change, the dependencies look ok so I have no idea what is wrong. Could you please help?
The text was updated successfully, but these errors were encountered: