lbp cascade didnt produce classifier.xml
ive trained a few haar and hog 20 stage classifiers using train_cascade. And when they seemed to not train anymore, id cancel and still load the provided stages and have a classifier.xml up to that stage that i could use. But my latest lbp that i trained doesnt have a classifier.xml only the (stage1.xml ... stage15.xml) and params.xml Any reason this lbp one hasnt? Can i manually combine the stage xmls to do the same? This batch of trainings has been using 1000:4000 (pos:neg) samples
@StevenPuttemans
It mght be that the last stage did not finish properly. Try to run the training paramaters with
-numStages=15
that should work as I am seeing that it is working here perfectly fine, at least in latest master and 2.4 branch.