CBIR
CBIR copied to clipboard
add query script, update usage
-
query.py
allows users to perform image retrieval using selected algorithm -
USAGE.md
has been updated to give users instructions on image querying - formatted code to meet PEP8 requirements
Hi, I want to test this PR. Is there a way to query a new image instead of the first one in the CSV file?
Like
python3 query.py resnet --search new-image
I haven't implemented that yet, am currently working on other parts of my project. I will add that later if you can wait.
I haven't implemented that yet, am currently working on other parts of my project. I will add that later if you can wait.
Sure, it will make this project really useful.
I consider adding some setup.py
Hi, I want to test this PR. Is there a way to query a new image instead of the first one in the CSV file?
Like
python3 query.py resnet --search new-image
hello,Have you implemanted this part? such as "--search new-image"
hello,Have you implemanted this part? such as "--search new-image"
@jiaweichuang Hi, I've down some ugly hardcode implementation. If you want to explore it and make it extendable, I can find it and push it up.
@jiaweichuang push the code if you still have in the repo. I can take it from there