-
Notifications
You must be signed in to change notification settings - Fork 314
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
Facing Problem #8
Comments
It says clearly, you don't have a model named ml. First check your opencv Version. If it is 2.x, you can try cv2.KNearest(), if you are using 3.X, I think you need to re-install openCV again, because you lost some packets. |
It says clearly, you don't have a model named ml. First check your opencv
Version. If it is 2.x, you can try cv2.KNearest(), if you are using 3.X, I
think you need to re-install openCV again, because you lost some packets.
…On Thu, Apr 5, 2018 at 6:25 PM, tazul5263 ***@***.***> wrote:
Hello, I've faced some errors. Please look at it... When I try to run the
main.py file, then it is showed.
[image: image]
<https://user-images.githubusercontent.com/36704440/38396615-d878daec-395a-11e8-8c95-400eecb82479.png>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#8>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AdcvR9cgZsNvU_BFT6-OVM-QAgdpfWMDks5tlqf1gaJpZM4TJTVZ>
.
|
if the solution @haoyu12S stated did not work make sure there's no file in the same directory name cv2.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I've faced some errors. Please look at it... When I try to run the main.py file, then it is showed.
The text was updated successfully, but these errors were encountered: