Skip to content

Missing bracket in the tutorial file "extract_features" #8

Description

@SharlotteManganye

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions