Mutliple ocjets in Classifier

asked 2016-12-08 09:39:10 -0600

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

edit retag flag offensive close merge delete

Comments

1

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)

berak gravatar imageberak ( 2016-12-08 10:02:02 -0600 )edit

Thanks for youre answer

kabdriver gravatar imagekabdriver ( 2017-01-19 08:03:13 -0600 )edit

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

StevenPuttemans gravatar imageStevenPuttemans ( 2017-01-19 10:48:17 -0600 )edit