-
Notifications
You must be signed in to change notification settings - Fork 230
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
During FastDetect startup 2.exe an error occurs. #147
Comments
In version 2.4.13, developers began to switch to the new Haar cascade file format. This was due to the development of the OpenCV 3.0 branch. The developers broke cvLoad for Haar cascade and recommended using C++ classes (CascadeClassifier cascade). Some Haar cascades remain in the old format, such as haarcascade_frontalface_default.xml. Other Haar cascades need to be tested. |
the examples don't work with any cascade (at least it didn't work for me) Doesn't work at all anymore? |
None of .xml files work. All xml files both in facedetectxml and in facedetectxml_new folders seem to be bad/broken. I always get this error: OpenCV Error: Unspecified error (The node does not represent a user object (unknown type?)) in cvRead, file C:\build ... \core\src\persistence.cpp, line 5008. |
Try to test |
I've tried that project. It fails with all .xml files as well. |
Duplicate of #71 |
During startup FastDetect 2.exe an error occurs.
OpenCV Error: Unspecified error (The node does not represent a user object (unknown type?)) in cvRead
Error in function cvLoad
The text was updated successfully, but these errors were encountered: