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

ukbench relevant.json #1

Open
MaduJoe opened this issue Nov 27, 2019 · 2 comments
Open

ukbench relevant.json #1

MaduJoe opened this issue Nov 27, 2019 · 2 comments

Comments

@MaduJoe
Copy link

MaduJoe commented Nov 27, 2019

Firstly, thanks to your great project !
I wonder 2 Questions.

  1. I`m using docker, and when I try below command (Quantization step)
    python extract_bovw.py --features_db output/features.hdf5 --codebook output/vocab.cpickle --bovw_db output/bovw.hdf5 --idf output/idf.cpickle
    I got an error about redis. should I add port before making container ?

  2. cant find ukbench relevant.json file I googled several times but cant find this file.
    should I convert xml to json instead and run?

thanks

@SaadBazaz
Copy link

I don't know about 1), but for 2) you can try commenting out all the lines containing the word "relevant", in search.py. I did that and now I don't have to specify relevant.json to run the search.

P.S. Purpose of relevant.json is just to add a border highlight on the result images which are returned by the search, which match with the dataset's definition of true match. It's just to show that the search is working well.

@vatsal259
Copy link

AttributeError: 'NoneType' object has no attribute 'shape' when I am running the visualize_centers.py.

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

3 participants