How to train soft cascade classifier
Hello, I am having trouble implementing the Soft Cascade Classifier for Object Detection function (using OpenCV). I have created a large bank of positive and negative images to use for the sft Training, but am unsure how to go about generating the cascade XML file.
apps/sft/sft.cpp looks like it's the training tool for that. sft/config.cpp seems to describe the options here
where to get configure xml file ?
i'm only guessing, but it seems there is no. you probably have to type that yourself. (all it seems to contain is your personal training settings, it's in lieu of a ton of cmdline args)
Could you give me an example (configuration xml file)?