training svm for image recognition
Hi, I want to train svm to recognize 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?)
- Can I use 30x30 images or they are too small?
- Maybe other methods can do better like BOW or KNN?
" train svm to detect each type of these road signs" -- wait. do you mean detect (where ?) or classify (which ?)
i meant recognize, sorry