opencv_traincascade not working with cvhaardetectobject in python
Hello, I am doing training using opencv_traincascade. I tried to use the output file at stage 16 do detect object using opencv 2.4.3. When I load my classifier in cvHaarDetectObjet, this gave me output error:
"The node does not represent a user object (unknown type?)"
I tried the classifier output of opencv_haartraining but it worked. I am using Python 2.7.3 32-bit