shackenberg / Minimal-Bag-of-Visual-Words-Image-Classifier

Implementation of a content based image classifier using the bag of visual words approach in Python together with Lowe's SIFT and Libsvm.
236 stars 94 forks source link

Not working well for more than 2 class classification #23

Open vedarddy opened 6 years ago

vedarddy commented 6 years ago

Hi,

Thanks for this project! It works so well in classifying between 2 classes. However, when we try to classify between 3 or more classes, it doesn't work well. Is this a problem with the SVM Matching? If so is there anyway to plug in another classifier?

Thank you!