Ask Your Question
1

[Cascade Classifier Training]

asked 2014-03-08 23:40:42 -0600

Dail gravatar image

updated 2014-03-09 03:13:27 -0600

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?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2014-03-10 10:11:42 -0600

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...

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-03-08 23:40:42 -0600

Seen: 231 times

Last updated: Mar 08 '14