CBIR icon indicating copy to clipboard operation
CBIR copied to clipboard

add query script, update usage

Open jm33-m0 opened this issue 5 years ago • 6 comments

  • 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

jm33-m0 avatar May 15 '19 07:05 jm33-m0

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

fifiteen82726 avatar May 15 '19 14:05 fifiteen82726

I haven't implemented that yet, am currently working on other parts of my project. I will add that later if you can wait.

jm33-m0 avatar May 15 '19 14:05 jm33-m0

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

fifiteen82726 avatar May 15 '19 15:05 fifiteen82726

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"

jiaweichuang avatar Nov 30 '19 09:11 jiaweichuang

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.

fifiteen82726 avatar Feb 02 '20 03:02 fifiteen82726

@jiaweichuang push the code if you still have in the repo. I can take it from there

Praveenk8051 avatar Jul 29 '21 06:07 Praveenk8051