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

raise IOError("wrong file path or file empty: "+ filename) - Fixed #22

Open kbalbastre opened 6 years ago

kbalbastre commented 6 years ago

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 keeps saying that I have the wrong file path. How can I fix this? Thank you. image

fmilante commented 6 years ago

how did you fix it?