We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4808406 commit 302dfa1Copy full SHA for 302dfa1
.gitignore
@@ -1,3 +1,4 @@
1
Image_Database
2
+Image_Database_old
3
__pycache__
4
.ipynb_checkpoints
ImageSearch_Serial.py
@@ -41,7 +41,5 @@ def ImageSearch(queryImage):
41
results = search.performSearch()
42
43
results.sort(key=lambda res: res[1])
44
- # for res in results:
45
- # print(res)
46
47
return results
0 commit comments