mapillary / mapillary_sls

Mapillary Street-level Sequences Dataset
https://github.com/mapillary/mapillary_sls/blob/main/README.md
MIT License
106 stars 15 forks source link

Downloading the dataset from CLI #17

Closed vturrisi closed 3 years ago

vturrisi commented 3 years ago

Hey, Is there any easy way to download the dataset via cli in a remote server? Thanks.

vturrisi commented 3 years ago

Manage to download with curl. wget was giving me a permission error.

YvanYin commented 2 years ago

@vturrisi Have you solved the issue of downloading with curl or wget? I also want to download mapillary datset to our uni server.

vturrisi commented 2 years ago

@YvanYin I solved with curl. You can do something like: curl URL --output OUTPUT.zip