-
hi :)
Can you tell me why there are no 'optimizer' and 'epoch' keywords when I load your model(mapillary_WPCA4096.pth.tar)?
thanks
-
Hi,
How to convert ground truth camera pose to utmQ or utmDb, I only have poses data, can you help me
-
Hi,
I really appreciate your work.
I'm reading your code about calculating keypoint centers from patch _[./models/local_matcher.calc_keypoint_centers_from_patches]_, but I have got confused:…
-
Hello. First, thanks for your contribution with this repo.
I downloaded it a couple days ago and I began to try. As you suggest, I ran the matlab scripts in order to get the checkpoint. I am using …
-
Hi,
I'm trying to reproduce the Single-Spatial-Patch-NetVLAD on the Pitts30k datasets. I used pitts_WPCA512.pth.tar to calculate netvlad descriptor of patch. I got recall@1=87.09, recall@5=94.05, re…
-
The script kmeans.py:
`import numpy as np
import faiss
x = np.random.rand(4,2)
ncentroids = 2
niter = 20
verbose = True
d = x.shape[1]
print(d)
kmeans = faiss.Kmeans(d, ncentroids, niter=…
-
Hi, Thanks for providing the code.
It seems that the distance between features was used to obtain positive and negative data.(in __getitem__ of QueryDatasetFromStruct)
Shouldn't the utm(gps) distanc…
-
Hi,
the only place where I find an implementation of DenserNet is in Feature_branch.py. Anyway I am not able to understand how is the One-Stage Feature Decoder mentioned in paper implemented here; as…
-
data in http://www.ok.ctrl.titech.ac.jp/~torii/project/repttile/ is not available now, is there any other way to get the data? thank u so much
-
hi :)
I installed all packages and tried to run "match_two.py" file.
for loading Auto-download pretrained models, it asked me so I type "YES"
but i got a error message. [certificate verify failed…