Skip to content

Commit 302dfa1

Browse files
committed
Updated query functions
1 parent 4808406 commit 302dfa1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
Image_Database
2+
Image_Database_old
23
__pycache__
34
.ipynb_checkpoints

ImageSearch_Serial.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,5 @@ def ImageSearch(queryImage):
4141
results = search.performSearch()
4242

4343
results.sort(key=lambda res: res[1])
44-
# for res in results:
45-
# print(res)
4644

4745
return results

0 commit comments

Comments
 (0)