Hi, I want to train svm to detect each type of these road signs. I need some advice about training.
- Should I use 3-channel positive images for training or can I use grayscaled images? ( if both, what's the difference in accuracy then?)
- How many positives should I have in your opinion for each sign to train a good classifier? (These signs are very similar so it's gonna be tough to predict it well, Am I right?)
- Maybe other methods can do better like BOW or KNN?