lbp cascade didnt produce classifier.xml

asked 2015-11-01 21:36:29 -0600

jsky gravatar image

updated 2015-11-01 21:41:56 -0600

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

edit retag flag offensive close merge delete

Comments

jsky gravatar imagejsky ( 2015-11-06 00:47:36 -0600 )edit

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.

StevenPuttemans gravatar imageStevenPuttemans ( 2015-11-07 15:02:50 -0600 )edit