Cascade file trained in traincascade in cuda::CascadeClassifier
I have a cascade file trained in opencv_traincascade. Can I convert it to new format, to load in cuda::CascadeClassifier? And have to train cascade wich can be used in cuda::CascadeClassifier?
you got it the wrong way:
@break. Thanks. Can opencv_traincascade produce cascade in old format? Or some way to convert new format to old?
no.
currently, the sad thruth is: if you want to train a cascade for cuda, you have to fall back to opencv2.4, and use the haarcascade tool.