Hi there,
I've downloaded the code and replace the img_path to my own image. However, it gives me an error that:
NameError: global name 'img' is not defined
Apparently it's because img has been commented out in the test function. And I saw that the first argument in gist function is image_path so I changed print gist(img) function call to print gist(img_path) but it still give me an error at line items *= arr.shape[ax]: IndexError: tuple index out of range. I've attached the stack trace as image.
I'm kind of stucked here. Any thought?
Thank you very much for the great library BTW.

Hi there,
I've downloaded the code and replace the
img_pathto my own image. However, it gives me an error that:NameError: global name 'img' is not definedApparently it's because
imghas been commented out in thetestfunction. And I saw that the first argument ingistfunction isimage_pathso I changedprint gist(img)function call toprint gist(img_path)but it still give me an error at lineitems *= arr.shape[ax]:IndexError: tuple index out of range. I've attached the stack trace as image.I'm kind of stucked here. Any thought?
Thank you very much for the great library BTW.