How to view positives during Haar Cascade classification [closed]
Hello, everyone, I have trained my own classifier in Opencv and when I run it a get kind of bad results. My goal is to use the Haar features as a guideline so I'd like to view the positives not after the entire cascade classifier has been executed but in each step, after every feature. Is it then, possible to tell the detector to stop at that feature or do I have to manually truncate the xml file containing the features thresholds? Thank you
Hi - completely irrelevant but if you don't mind, how long did you training take? And how many images did you train it on?