Now I have a project that needs me to build the training data and testing data (in this context, data means images) from scratch, so that a classifier (e.g. SVM) can be trained and tested.
Any good criteria to build training and testing images? I do not mean how to extract features or how to split between training and testing images. What I mean is how to collect a good image dataset.