Gabriele Berton

Results 39 comments of Gabriele Berton

Closed for inactivity

We just added the possibility to use ViT with NetVLAD, by making sure that also ViT outputs a tensor in all cases :)

Hi @BinuxLiu thank you for your help! This workaround is very interesting: it would still be better to download the images as PNG, but according to the link you shared...

I had the same issue, you can solve it by cloning the repo with '--recursive' as pointed out [in this other issue](https://github.com/muskie82/MonoGS/issues/8)

Hi, you can download the Nordland dataset from [here](https://drive.google.com/drive/folders/1UWdNkUtNV4pGcNnbrhU3xQAHsYP3TK5Z). I haven't been able to automatize the download and format due to an issue of gdown when downloading large files, so...

Hi @oravus, thank you for your help. I tried to fix the download script using the links you provided, but the `winter.tar.gz` seems corrupted. I tried multiple times to download...

Thank you @oravus , the links work well now :)

Hi @TheProjectsGuy , do you have an estimate on when this will be ready? It would be amazing if it could be done some time before the CVPR deadline, as...

This is super useful, thank you @TheProjectsGuy! Just one question: is it normal that inference with DINOv2 is very slow? I tried it on different machines and it runs about...

Sorry for the lack of clarity in my previous message: I'm getting slower speed on AnyLoc-VLAD-DINOv2. I wrote a little script to test the speed ``` import time import torch...