bikz05 / bag-of-words

Python Implementation of Bag of Words for Image Recognition using OpenCV and sklearn
218 stars 105 forks source link

ImportError: cannot import name 'xrange' #18

Closed xplodig closed 6 years ago

xplodig commented 6 years ago

from scipy.cluster.vq cannot import name 'xrange'

xplodig commented 6 years ago

from scipy._lib.six import xrange thanks issue resolved :)