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
I am getting this KNearest error. Attributeerror: module cv2 has no attribute KNearest . The setup environment is following.
Python3.5
tesnorflow1.10
opencv3.3
windows10
Kindly help me to resolve this error
The text was updated successfully, but these errors were encountered:
Use cv2.ml.KNearest_create() instead of cv2.KNearest(). Please note that results may vary if you are using different versions of libraries. You may need to make more changes to the code to make it compatible with recent libraries.
I am getting this KNearest error. Attributeerror: module cv2 has no attribute KNearest . The setup environment is following.
Python3.5
tesnorflow1.10
opencv3.3
windows10
Kindly help me to resolve this error
The text was updated successfully, but these errors were encountered: