Ask Your Question

k291's profile - activity

2016-04-29 15:47:44 -0600 received badge  Student (source)
2016-02-08 23:45:33 -0600 commented question ICF/Waldboost detector training not working OpenCV 3.1

Ok .. Thanks .. I also noticed that ICF has been removed from the contrib in OpenCV 3.1 .. But the change log mentions improved ICF detector .. So I thought Waldboost had been used instead of Adaboost for the implementation ..

2016-02-05 07:20:20 -0600 asked a question ICF/Waldboost detector training not working OpenCV 3.1

I am trying to use the WBDetector in OpenCV 3.1. I am trying to train it with positive and negative images from the INRIA dataset. Even when I try to train it with very few images, I am observing a crash. I am using the following function: wb_detector->train(pos_file_path,neg_file_path);

The crash seems to be due to some invalid matrix.

Any idea on what is going wrong?

Please help.