How should I approach preparation of training data/cascade training with one object which can be one of two colors?

asked 2016-09-28 13:01:37 -0600

benorg gravatar image

updated 2016-09-28 13:03:20 -0600

I have to detect one object which exists in a blue and red state. Should I use separate positive samples and do separate cascade training for each object, or can one cascade classifier be used to identify the object and determine if it is the red or blue form? I'd imagineit'd be much more efficient to use one cascade classifier, if this is possible. Thanks in advance

edit retag flag offensive close merge delete

Comments

are you aware, that cascades only look at grayscale images ? ("shape" detectors ?)

(most probably, this is not a solution to your problem at all !)

berak gravatar imageberak ( 2016-09-28 13:04:32 -0600 )edit