gmberton / MeshVPR

Visual Place Recognition using 3D Meshes
MIT License
49 stars 4 forks source link

Downloading from vandaldata.polito.it #1

Closed bchidlovskii closed 3 months ago

bchidlovskii commented 3 months ago

Hi, Thank you for the great code and datasets ! However, it seems rsync can not connect to host vandaldata.polito.it to download the dataset sample. Thank you

gmberton commented 3 months ago

Hi, can you share a screenshot of your terminal so that I can see what the problem is? I am able to download the dataset simply like this, also on servers on different continents. rsync -rhz --info=progress2 --ignore-existing rsync://vandaldata.polito.it/sf_xl/mesh_vpr_datasets/test_sets/val_set .

bchidlovskii commented 3 months ago

Hi, Thank for the quick answer. Here is the screenshot.

image

The same for nc: (base) [chidlovs@sensei ~]$ nc -zv 130.192.40.100 22 Ncat: Version 7.70 ( https://nmap.org/ncat ) Ncat: Connection timed out.

We have a firewall but from our server we can http/ssh/rsync . You have mentioned remote servers, does any of them set a firewall ? Thank you PS> I ll check on out side as well

bchidlovskii commented 3 months ago

After verification, the problem was on our side, with rsync parameters . Sorry for misleading message. and thank you again

gmberton commented 3 months ago

No worries, I hope MeshVPR can be helpful for your goals :)