-
Notifications
You must be signed in to change notification settings - Fork 141
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
Testing #13
Comments
Yes, in |
It seems that directly put model in src/ is a better idea, because of the code |
It seems a pytorch installation issue. Please check the pytorch homepage. |
Thank you so much for all your posts and help. But still, I am unable solve the issue. Did you make this using Python 2.7? |
Yes, I am using python 2.7. |
Hi, |
Hi udion, I have resolved the issue by setting a virtual environment of Python 2 and it worked absolutely fine. It is an easy and convenient way to run the testing. Though the author has released for Python 3. Please ask me if I can help you with screenshots. |
Thanks @kanza-ali ! |
I am still getting this error as i change the code for python 3. can you help @kanza-ali |
'ascii' codec can't decode byte 0xc3 in position 13: ordinal not in range(128) |
Testing
Download our pre-trained model and move it to models.
Run python demo.py -demo /path/to/image [-loadModel /path/to/image].
Kindly please define again how to run testing side. I have downloaded the pre-trained model and moved to models folder. Then I have to run demo.py which is in src folder? Am I right?
The text was updated successfully, but these errors were encountered: