Ask Your Question
1

[Cascade Classifier Training]

asked Mar 9 '14

Dail gravatar image

updated Mar 9 '14

berak gravatar image

After the opencv_traincascade application has finished its work, the trained cascade is saved in cascade.xml. Is it possible to combine haarcascade_frontalface_alt2.xml and newly made cascade.xml in one xml file?

Preview: (hide)

1 answer

Sort by » oldest newest most voted
2

answered Mar 10 '14

Not with the provided tools. You would need the training data of both models, combine them and retrain the resulting model. However, you could try merging both models and see what the effect is. It does however require you to redefine the stages, and I am assuming the decision weights will be completely wrong...

Preview: (hide)

Question Tools

Stats

Asked: Mar 9 '14

Seen: 308 times

Last updated: Mar 08 '14