How to traincascade LBP?
Hi everyone, I'm trying to train a cascade to recognize an object. I've all the pos images in pgm format (129 in total) and all the neg images also in pgm (500). I create with success the info file and then the bg and the vec files. When I start the opencv_traincascade it begin to create the first stage but it stuck on the NEG count as the image below shows.
Even if I change the numPos the problem persists. Thank you for your answers.