Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing bracket in the tutorial file "extract_features" #8

Open
SharlotteManganye opened this issue Aug 20, 2021 · 1 comment
Open

Comments

@SharlotteManganye
Copy link

Hi

I am running NumpyANN tutorial using Jupyter nb.
The extract_features.py file was not executing.

The error is here:
fruit_data = skimage.io.imread(fname=os.path.sep.join([os.getcwd(), curr_dir, img_file], as_grey=False)
There is a typo, you missed ")" , I used the following and it worked
fruit_data = skimage.io.imread(fname=os.path.sep.join([os.getcwd(), curr_dir, img_file]), as_grey=False)

@ahmedfgad
Copy link
Owner

Hi,

Thank you. I checked the script and the line you used is exactly in the extract_features.py script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants