Mutliple ocjets in Classifier
Hello, I'd like to create a classifier with wich i can identify some toys. Do i create one Cascade Classifier by positive object or can i add a lot of positives images to do my Cascade Classifier ?
Thanks
Cascade Classifiers are binary classifiers (object or not),
and no, you should not try to abuse them for a "multi-class" problem.
(imho, you're grossly understimating the difficulty of your problem)
Thanks for youre answer
1 cascada for each tool, but like @berak stated, be aware that whole phds handle this multiclass object detection issue. In my opinion, you might need to switch to more difficult techniques ...