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

sift v2018.08.0 doesn't install Python PIL (required by screenshot volatility plugin) #24

Closed johnmccash closed 6 years ago

johnmccash commented 6 years ago

I just went to run the 'screenshot' volatility plugin under sift v2018.08.0, and discovered that the Python PIL imaging library (a required prerequisite) wasn't installed. I was able to get around the problem by doing 'apt-get install python-imaging'.

johnmccash commented 6 years ago

oops. wrong project selected. sorry.