You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly, thanks to your great project !
I wonder 2 Questions.
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 ?
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
The text was updated successfully, but these errors were encountered:
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.
Firstly, thanks to your great project !
I wonder 2 Questions.
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 ?
can
t find ukbench relevant.json file I googled several times but can
t find this file.should I convert xml to json instead and run?
thanks
The text was updated successfully, but these errors were encountered: