ozymaxx/sketchfe

Another numpy-related compatibility problem

Closed this issue · 0 comments

File "/usr/local/lib/python2.7/dist-packages/sketchfe/FeatureExtractor.py", line 87, in extractFeatureImage
pix_values = self.pixelValues( min_dist )
File "/usr/local/lib/python2.7/dist-packages/sketchfe/FeatureExtractor.py", line 184, in pixelValues
invalid_indices = -valid_indices
TypeError: The numpy boolean negative, the - operator, is not supported, use the ~ operator or the logical_not function instead.