Skip to content

NameError: name 'imagesearch_from_folder' is not defined #56

Description

@akhilleusuggo

I'm not sure if I'm doing something wrong, but all example on the documentations works (https://brokencode.io/how-to-easily-image-search-with-python/) as expected, with the exception of the last one (imagesearch_from_folder)

from python_imagesearch.imagesearch import imagesearch_count

results = str(imagesearch_from_folder('./', 0.8))
print(results)

The output is the following:

python test.py
Traceback (most recent call last):
  File "C:\Users\blank\****\test.py", line 3, in <module>
    results = str(imagesearch_from_folder('./', 0.8))
NameError: name 'imagesearch_from_folder' is not defined

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