XML file can not be loaded. (Bug #4135)
Description
Visual Studio2013 and OpenCV3.0-beta have been instaled.The facedetect program can not run.The error is that XML file can not be loaded.
Associated revisions
Merge pull request #4135 from lupustr3:ipp_code_refactoring
History
Updated by Alexander Karsakov about 10 years ago
Hi Sheng Liu,
You need to specify path to XML with trained cascade. For example:./facedetect --cascade="D:/opencv/data/haarcascades/haarcascade_frontalface_alt.xml" --nested-cascade="D:/opencv/data/haarcascades/haarcascade_eye.xml"
You can download required XML files on GitHub: https://github.com/Itseez/opencv/tree/master/data/haarcascades.
- Status changed from New to Cancelled
Updated by Sheng Liu about 10 years ago
Thanks for your help.
I have tried to specify the path but it still does not work.I guess the visual studio 2013 doesn't support the cascadeclassifier in windows8.
- % Done changed from 0 to 30
- Status changed from Cancelled to Open
Updated by Sheng Liu about 10 years ago
Thanks for your help.
I have tried to specify the path but it still does not work.I guess the visual studio 2013 doesn't support the cascadeclassifier in windows8.
- Status changed from Open to Incomplete
Updated by Maksim Shabunin almost 10 years ago
- Target version changed from 3.0-beta to 3.0
Updated by Vadim Pisarevsky almost 10 years ago
- Status changed from Incomplete to Cancelled