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

NameError: name 'imagesearch_from_folder' is not defined #56

Open
akhilleusuggo opened this issue Jan 19, 2024 · 0 comments
Open

NameError: name 'imagesearch_from_folder' is not defined #56

akhilleusuggo opened this issue Jan 19, 2024 · 0 comments

Comments

@akhilleusuggo
Copy link

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
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

1 participant