Should I try the classifier on flipped images too?

asked 2014-09-16 08:10:49 -0600

thdrksdfthmn gravatar image

updated 2014-09-18 02:23:03 -0600

I am training a Bag Of Words classifier. My application is based on this code. I have a question linked to the training database:

Should I mirror flipped the images, or this kind of classifier is invariant to the flipping operation?

For example, I have a class of car_lateral. Shall I mirror flip the images and add both (initial and flipped) in the training database?

edit retag flag offensive close merge delete