-
Notifications
You must be signed in to change notification settings - Fork 52
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
AttributeError: 'cv2.CascadeClassifier' object has no attribute 'detectMultiScaleWithScores' #2
Comments
In
and replace it with:
This fixes the problem because the |
Hi there, Any update on this? Though, I doubt that this might be causing problem. Any help will be highly appreciated. |
I have the same problem |
@umitanuki @mayankgrd |
I have found the solution: the code is using an outdated version of the method. Just go to line 60 of |
i cant find cascade detector. i installed through conda can u help me out |
After installing, I ran test_pipeline.py and failed.
I don't think it has such method ever, but it looks like detectMultiScale (without WithScores)? I changed it accordingly in my local and seems to be working.
The text was updated successfully, but these errors were encountered: