gmberton / deep-visual-geo-localization-benchmark

Official code for CVPR 2022 (Oral) paper "Deep Visual Geo-localization Benchmark"
MIT License
186 stars 28 forks source link

ERROR raised as downloading the pretrained model #13

Closed Kaacoinnn closed 1 year ago

Kaacoinnn commented 1 year ago

Hi, as I reproduce the result of cct+netvlad, I used the command: python train.py --dataset_name=msls --backbone=cct384 --aggregation=netvlad --mining=partial --trunc_te=8 --freeze_te=1 --resize 384 384 --negs_num_per_query=5, and then an error raised urllib.error.HTTPError: HTTP Error 404: Condition Intercepted it seems like I cannot log into the web of pretrained model. Then I directly log into the website, it shows

thank you for your request. Unfortunately, the page you requested /~alih/compact transformers/checkpoints/finetuned/cct_14_7x2_384_imagenet.pth does not exist.

ga1i13o commented 1 year ago

Hello, the problem is that the authors changed the hosting service for the pre-trained models. I have now updated the links to the models, so it should work fine

Kaacoinnn commented 1 year ago

really appreciate it!