-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels
