Minimal-Bag-of-Visual-Words-Image-Classifier
Minimal-Bag-of-Visual-Words-Image-Classifier copied to clipboard
Implementation of a content based image classifier using the bag of visual words approach in Python together with Lowe's SIFT and Libsvm.
I was expecting the class name.., ie `slayer` ``` 08:19 $ python classify.py -c images/codebook.file -m images/trainingdata.svm.model images/slayer/d.jpg --------------------- ## extract Sift features extracting Sift features gathering sift features for...
I'm using your code for. Same concept with our project. Not an issue but need some help to fix the IOError I've kept obtaining. My path is correct however it...
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...
Hello! Hope you're fine. Need a help. I've been trying the all program, and I reach this problem "IOError: SIFT executable not found error", and you already said in that...
i have downloaded a 64 bit version of sift using sudo apt-get install libc6-i386 but still i am getting that error what can be done to make the code work...
Can I use this with N==1? That is for one-class classification?
hi, can i ask a question? i want to implement a bag of words classifier in c# but i dont undestand this function: ``` def dict2numpy(dict): nkeys = len(dict) array...
## train svm Scaling training data... /bin/sh: 1: libsvm/svm-scale: Permission denied ------------------------------ python ./grid.py -svmtrain "libsvm/svm-train" -gnuplot "/usr/bin/gnuplot" -png grid_res_img_file.png "Clusterstrainingdata.svm.scale" Cross validation... gnuplot executable not found Traceback (most recent...
I am using this classifier for 4 class classification over 23,0000 image set. After calculation of SIFT feature I get a error Traceback (most recent call last): File "learn.py", line...
When running classify.py it gives following message: `Scaling testing data...` `WARNING: minimal feature index is 0, but indices should start from 1 Testing...` Any idea what this means or how...