Gabriele Berton
Gabriele Berton
Hi, will you release your version of the Nordland dataset? It would be great to have the chance to download the dataset directly, as it would avoid possible inconsistencies. Also,...
It would be of great help for many of us
Is it possible to train an homography model on the synthetic StreetView dataset?
The first example in the README ``` from staticmap import StaticMap, Line m = StaticMap(300, 400, 10) m.add_line(Line(((13.4, 52.5), (2.3, 48.9)), 'blue', 3)) image = m.render() image.save('map.png') ``` does not...
San Francisco eXtra Large (SF-XL) was presented in the CVPR 2022 paper "Rethinking Visual Geo-localization for Large-Scale Applications" (https://arxiv.org/abs/2204.02287) Could you add it to the list? It is similar to...
Are there any plans to release the trained AnyLoc model on torch.hub? It is quite simple to do and allows people to use your model with two lines of code,...
Hi @amaralibey! I'm finding your model quite useful for a number of projects, but it's always a bit cumbersome to insert the model's code into other codebases. It would be...
Hi @GaoShuang98 thank you for open sourcing your model! Are there any plans to release the trained model on torch.hub? It is quite simple to do and allows people to...