Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

opencv_traincascade not working with cvhaardetectobject

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.

opencv_traincascade not working with cvhaardetectobjectcvhaardetectobject 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.worked. I am using Python 2.7.3 32-bit