I am training a classifier for recognizing certain objects in an image. I am using the Watson Visual Recognition API but I would assume that the same question applies to other recognition APIs as well.
I've collected 400 pictures of something - e.g. dogs.
Before I train Watson, I can delete pictures that may throw things off. Should I delete pictures of:
- Multiple dogs
- A dog with another animal
- A dog with a person
- A partially obscured dog
- A dog wearing glasses
Also, would dogs on a white background make for better training samples?
Watson also takes negative examples. Would cats and other small animals be good negative examples? What else?